Searched refs:ScVbaTextBox (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbatextbox.cxx | 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() 77 ScVbaTextBox::getMaxLength() throw (css::uno::RuntimeException) in getMaxLength() 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() 123 sal_Int32 SAL_CALL ScVbaTextBox::getBorderStyle() throw (uno::RuntimeException) in getBorderStyle() 132 sal_Int32 SAL_CALL ScVbaTextBox::getTextLength() throw (uno::RuntimeException) in getTextLength() 143 ScVbaTextBox::getServiceImplName() in getServiceImplName() [all …]
|
H A D | vbatextbox.hxx | 32 class ScVbaTextBox : public TextBoxImpl_BASE class 36 …ScVbaTextBox( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc…
|
H A D | vbacontrol.cxx | 429 … 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()
|
Completed in 32 milliseconds