Searched refs:ScVbaComboBox (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/vbahelper/source/msforms/ |
| H A D | vbacombobox.cxx | 45 ScVbaComboBox::ScVbaComboBox( const uno::Reference< XHelperInterface >& xParent, const uno::Referen… in ScVbaComboBox() function in ScVbaComboBox 66 ScVbaComboBox::getValue() throw (uno::RuntimeException) in getValue() 72 ScVbaComboBox::setListIndex( const uno::Any& _value ) throw (uno::RuntimeException) in setListIndex() 88 ScVbaComboBox::getListIndex() throw (uno::RuntimeException) in getListIndex() 115 ScVbaComboBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() 124 ScVbaComboBox::getText() throw (uno::RuntimeException) in getText() 132 ScVbaComboBox::setText( const ::rtl::OUString& _text ) throw (uno::RuntimeException) in setText() 139 ScVbaComboBox::AddItem( const uno::Any& pvargItem, const uno::Any& pvargIndex ) throw (uno::Runtime… in AddItem() 145 ScVbaComboBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem() 151 ScVbaComboBox::Clear( ) throw (uno::RuntimeException) in Clear() [all …]
|
| H A D | vbacombobox.hxx | 39 class ScVbaComboBox : public ComboBoxImpl_BASE class 47 …ScVbaComboBox( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referen…
|
| H A D | vbacontrol.cxx | 423 … return new ScVbaComboBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl() 471 …xVBAControl.set( new ScVbaComboBox( xVbaParent, xContext, xControl, xModel, xGeoHelper.release(), … in createUserformControl()
|