Searched refs:ScVbaComboBox (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vbahelper/source/msforms/ |
H A D | vbacombobox.cxx | 66 ScVbaComboBox::getValue() throw (uno::RuntimeException) in getValue() 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() 151 ScVbaComboBox::Clear( ) throw (uno::RuntimeException) in Clear() 164 ScVbaComboBox::getListCount() throw (uno::RuntimeException) in getListCount() 175 sal_Int32 SAL_CALL ScVbaComboBox::getStyle() throw (uno::RuntimeException) in getStyle() 211 sal_Int32 SAL_CALL ScVbaComboBox::getListStyle() throw (uno::RuntimeException) in getListStyle() 220 sal_Int32 SAL_CALL ScVbaComboBox::getTextAlign() throw (uno::RuntimeException) in getTextAlign() 240 ScVbaComboBox::getServiceImplName() in getServiceImplName() [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()
|
Completed in 20 milliseconds