20 #ifndef __com_sun_star_inspection_XStringListControl_idl__
21 #define __com_sun_star_inspection_XStringListControl_idl__
25 module com { module sun { module star { module inspection {
45 void prependListEntry( [in]
string NewEntry );
49 void appendListEntry( [in]
string NewEntry );
53 sequence< string > getListEntries();
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:37
defines the interface for a single control in an ObjectInspector
Definition: XPropertyControl.idl:34