Searched refs:ScVbaLabel (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbalabel.cxx | 32 ScVbaLabel::ScVbaLabel( const css::uno::Reference< XHelperInterface >& xParent, const uno::Referen… in ScVbaLabel() function in ScVbaLabel 38 ScVbaLabel::getCaption() throw (css::uno::RuntimeException) in getCaption() 46 ScVbaLabel::setCaption( const rtl::OUString& _caption ) throw (::com::sun::star::uno::RuntimeExcept… in setCaption() 51 ScVbaLabel::getValue() throw (css::uno::RuntimeException) in getValue() 57 ScVbaLabel::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() 64 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaLabel::getFont() throw (uno::RuntimeException) in getFont() 70 ScVbaLabel::getServiceImplName() in getServiceImplName() 77 ScVbaLabel::getServiceNames() in getServiceNames()
|
H A D | vbalabel.hxx | 34 class ScVbaLabel : public LabelImpl_BASE class 37 …ScVbaLabel( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference<…
|
H A D | vbacontrol.cxx | 427 … return new ScVbaLabel( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl() 475 … xVBAControl.set( new ScVbaLabel( xVbaParent, xContext, xControl, xModel, xGeoHelper.release() ) ); in createUserformControl()
|
Completed in 17 milliseconds