20module
com { module sun { module star { module inspection {
defines the interface for a single control in an ObjectInspector
Definition XPropertyControl.idl:29
defines the interface for an XPropertyControl which, additionally to the basic behavior,...
Definition XStringListControl.idl:33
void appendListEntry([in] string NewEntry)
appends a new entry to the end of the list
sequence< string > getListEntries()
gets all list entries
void clearList()
clears the whole list
void prependListEntry([in] string NewEntry)
prepends a new entry to the beginning of the list
Definition Ambiguous.idl:20