Searched refs:OComboboxControl (Results 1 – 3 of 3) sorted by relevance
908 OComboboxControl::OComboboxControl( Window* pParent, WinBits nWinStyle) in OComboboxControl() function in pcr::OComboboxControl912 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*/ )
345 class OComboboxControl : public OComboboxControl_Base class348 OComboboxControl( Window* pParent, WinBits nWinStyle );
816 xControl = new OComboboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()
Completed in 120 milliseconds