Searched refs:appendListEntry (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/extensions/source/propctrlr/ |
| H A D | standardcontrol.hxx | 308 virtual void SAL_CALL appendListEntry( const ::rtl::OUString& NewEntry ); 334 virtual void SAL_CALL appendListEntry( const ::rtl::OUString& NewEntry ); 358 virtual void SAL_CALL appendListEntry( const ::rtl::OUString& NewEntry );
|
| H A D | standardcontrol.cxx | 789 void SAL_CALL OColorControl::appendListEntry( const ::rtl::OUString& NewEntry ) in appendListEntry() function in pcr::OColorControl 878 void SAL_CALL OListboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) in appendListEntry() function in pcr::OListboxControl 948 void SAL_CALL OComboboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) in appendListEntry() function in pcr::OComboboxControl
|
| H A D | handlerhelper.cxx | 153 xListControl->appendListEntry( *loop ); in lcl_implCreateListLikeControl()
|
| /trunk/main/offapi/com/sun/star/inspection/ |
| H A D | XStringListControl.idl | 57 void appendListEntry( [in] string NewEntry );
|
| /trunk/main/reportdesign/source/ui/inspection/ |
| H A D | GeometryHandler.cxx | 709 …n(), _aEntries.end(),::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl… in implCreateListLikeControl() 807 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl,_1 ), in describePropertyLine() 813 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl, _1 ) ); in describePropertyLine() 815 … ::boost::bind( &inspection::XStringListControl::appendListEntry, xListControl, _1 ) ); in describePropertyLine()
|