Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx42 ScVbaComboBox::ScVbaComboBox( const uno::Reference< XHelperInterface >& xParent, const uno::Referen… in ScVbaComboBox() function in ScVbaComboBox
63 ScVbaComboBox::getValue() throw (uno::RuntimeException) in getValue()
69 ScVbaComboBox::setListIndex( const uno::Any& _value ) throw (uno::RuntimeException) in setListIndex()
85 ScVbaComboBox::getListIndex() throw (uno::RuntimeException) in getListIndex()
112 ScVbaComboBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue()
121 ScVbaComboBox::getText() throw (uno::RuntimeException) in getText()
129 ScVbaComboBox::setText( const ::rtl::OUString& _text ) throw (uno::RuntimeException) in setText()
136 ScVbaComboBox::AddItem( const uno::Any& pvargItem, const uno::Any& pvargIndex ) throw (uno::Runtime… in AddItem()
142 ScVbaComboBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem()
148 ScVbaComboBox::Clear( ) throw (uno::RuntimeException) in Clear()
[all …]
H A Dvbacombobox.hxx39 class ScVbaComboBox : public ComboBoxImpl_BASE class
47ScVbaComboBox( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referen…
H A Dvbacontrol.cxx423 … return new ScVbaComboBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
471 …xVBAControl.set( new ScVbaComboBox( xVbaParent, xContext, xControl, xModel, xGeoHelper.release(), … in createUserformControl()