20 module
com { module sun { module star { module inspection {
40 void prependListEntry( [in]
string NewEntry );
44 void appendListEntry( [in]
string NewEntry );
48 sequence< string > getListEntries();
Definition: Ambiguous.idl:20
defines the interface for an XPropertyControl which, additionally to the basic behavior, supports a list of strings interpreted as possible property values.
Definition: XStringListControl.idl:32
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:28