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