Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/msforms/
H A Dvbatextbox.cxx33 ScVbaTextBox::ScVbaTextBox( const uno::Reference< ov::XHelperInterface >& xParent, const uno::Refer… in ScVbaTextBox() function in ScVbaTextBox
39 ScVbaTextBox::getValue() throw (css::uno::RuntimeException) in getValue()
45 ScVbaTextBox::setValue( const uno::Any& _value ) throw (css::uno::RuntimeException) in setValue()
54 ScVbaTextBox::getText() throw (css::uno::RuntimeException) in getText()
65 ScVbaTextBox::setText( const rtl::OUString& _text ) throw (css::uno::RuntimeException) in setText()
77 ScVbaTextBox::getMaxLength() throw (css::uno::RuntimeException) in getMaxLength()
88 ScVbaTextBox::setMaxLength( sal_Int32 _maxlength ) throw (css::uno::RuntimeException) in setMaxLength()
96 ScVbaTextBox::getMultiline() throw (css::uno::RuntimeException) in getMultiline()
107 ScVbaTextBox::setMultiline( sal_Bool _multiline ) throw (css::uno::RuntimeException) in setMultiline()
114 sal_Int32 SAL_CALL ScVbaTextBox::getSpecialEffect() throw (uno::RuntimeException) in getSpecialEffect()
[all …]
H A Dvbatextbox.hxx32 class ScVbaTextBox : public TextBoxImpl_BASE class
36ScVbaTextBox( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc…
H A Dvbacontrol.cxx429 … return new ScVbaTextBox( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
460 …xVBAControl.set( new ScVbaTextBox( xVbaParent, xContext, xControl, xModel, xGeoHelper.release(), t… in createUserformControl()