Home
last modified time | relevance | path

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

/AOO41X/main/vbahelper/source/msforms/
H A Dvbalistbox.cxx38 ScVbaListBox::ScVbaListBox( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in ScVbaListBox() function in ScVbaListBox
45 ScVbaListBox::setListIndex( const uno::Any& _value ) throw (uno::RuntimeException) in setListIndex()
54 ScVbaListBox::getListIndex() throw (uno::RuntimeException) in getListIndex()
64 ScVbaListBox::getValue() throw (uno::RuntimeException) in getValue()
80 ScVbaListBox::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue()
113 ScVbaListBox::getText() throw (uno::RuntimeException) in getText()
121 ScVbaListBox::setText( const ::rtl::OUString& _text ) throw (uno::RuntimeException) in setText()
127 ScVbaListBox::getMultiSelect() throw (css::uno::RuntimeException) in getMultiSelect()
135 ScVbaListBox::setMultiSelect( sal_Bool _multiselect ) throw (css::uno::RuntimeException) in setMultiSelect()
141 ScVbaListBox::Selected( sal_Int32 index ) throw (css::uno::RuntimeException) in Selected()
[all …]
H A Dvbalistbox.hxx37 class ScVbaListBox : public ListBoxImpl_BASE class
47ScVbaListBox( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc…
H A Dvbacontrol.cxx433 … return new ScVbaListBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
473 …xVBAControl.set( new ScVbaListBox( xVbaParent, xContext, xControl, xModel, xGeoHelper.release() ) … in createUserformControl()