Searched refs:ScVbaFrame (Results 1 – 3 of 3) sorted by relevance
36 ScVbaFrame::ScVbaFrame( in ScVbaFrame() function in ScVbaFrame50 rtl::OUString SAL_CALL ScVbaFrame::getCaption() throw (css::uno::RuntimeException) in getCaption()57 void SAL_CALL ScVbaFrame::setCaption( const rtl::OUString& _caption ) throw (::com::sun::star::uno:… in setCaption()62 sal_Int32 SAL_CALL ScVbaFrame::getSpecialEffect() throw (uno::RuntimeException) in getSpecialEffect()67 void SAL_CALL ScVbaFrame::setSpecialEffect( sal_Int32 /*nSpecialEffect*/ ) throw (uno::RuntimeExcep… in setSpecialEffect()71 sal_Int32 SAL_CALL ScVbaFrame::getBorderStyle() throw (uno::RuntimeException) in getBorderStyle()76 void SAL_CALL ScVbaFrame::setBorderStyle( sal_Int32 /*nBorderStyle*/ ) throw (uno::RuntimeException) in setBorderStyle()80 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaFrame::getFont() throw (uno::RuntimeException) in getFont()87 uno::Any SAL_CALL ScVbaFrame::Controls( const uno::Any& rIndex ) throw (uno::RuntimeException) in Controls()102 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaFrame, "ooo.vba.msforms.Frame" )
33 class ScVbaFrame : public FrameImpl_BASE class36 ScVbaFrame(
481 …xVBAControl.set( new ScVbaFrame( xVbaParent, xContext, xControl, xModel, xGeoHelper.release(), xDi… in createUserformControl()
Completed in 22 milliseconds