Searched refs:OListboxControl (Results 1 – 3 of 3) sorted by relevance
816 OListboxControl::OListboxControl( Window* pParent, WinBits nWinStyle) in OListboxControl() function in pcr::OListboxControl828 Any SAL_CALL OListboxControl::getValue() throw (RuntimeException) in getValue()839 Type SAL_CALL OListboxControl::getValueType() throw (RuntimeException) in getValueType()845 …void SAL_CALL OListboxControl::setValue( const Any& _rValue ) throw (IllegalTypeException, Runtime… in setValue()866 void SAL_CALL OListboxControl::clearList() throw (RuntimeException) in clearList()872 …void SAL_CALL OListboxControl::prependListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeE… in prependListEntry()878 …void SAL_CALL OListboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeEx… in appendListEntry()883 … Sequence< ::rtl::OUString > SAL_CALL OListboxControl::getListEntries( ) throw (RuntimeException) in getListEntries()895 void OListboxControl::modified() in modified()
321 class OListboxControl : public OListboxControl_Base class324 OListboxControl( Window* pParent, WinBits nWinStyle );
812 xControl = new OListboxControl( &getPropertyBox(), nWinBits | WB_TABSTOP | WB_DROPDOWN); in createPropertyControl()
Completed in 202 milliseconds