Home
last modified time | relevance | path

Searched refs:OComboboxControl (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx908 OComboboxControl::OComboboxControl( Window* pParent, WinBits nWinStyle) in OComboboxControl() function in pcr::OComboboxControl
912 getTypedControlWindow()->SetSelectHdl( LINK( this, OComboboxControl, OnEntrySelected ) ); in OComboboxControl()
916 …void SAL_CALL OComboboxControl::setValue( const Any& _rValue ) throw (IllegalTypeException, Runtim… in setValue()
924 Any SAL_CALL OComboboxControl::getValue() throw (RuntimeException) in getValue()
930 Type SAL_CALL OComboboxControl::getValueType() throw (RuntimeException) in getValueType()
936 void SAL_CALL OComboboxControl::clearList() throw (RuntimeException) in clearList()
942 …void SAL_CALL OComboboxControl::prependListEntry( const ::rtl::OUString& NewEntry ) throw (Runtime… in prependListEntry()
948 …void SAL_CALL OComboboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeE… in appendListEntry()
953 … Sequence< ::rtl::OUString > SAL_CALL OComboboxControl::getListEntries( ) throw (RuntimeException) in getListEntries()
965 IMPL_LINK( OComboboxControl, OnEntrySelected, void*, /*_pNothing*/ )
H A Dstandardcontrol.hxx345 class OComboboxControl : public OComboboxControl_Base class
348 OComboboxControl( Window* pParent, WinBits nWinStyle );
H A Dpropcontroller.cxx816 xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()

Completed in 38 milliseconds