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() in getCaption()57 void SAL_CALL ScVbaFrame::setCaption( const rtl::OUString& _caption ) in setCaption()62 sal_Int32 SAL_CALL ScVbaFrame::getSpecialEffect() in getSpecialEffect()67 void SAL_CALL ScVbaFrame::setSpecialEffect( sal_Int32 /*nSpecialEffect*/ ) in setSpecialEffect()71 sal_Int32 SAL_CALL ScVbaFrame::getBorderStyle() in getBorderStyle()76 void SAL_CALL ScVbaFrame::setBorderStyle( sal_Int32 /*nBorderStyle*/ ) in setBorderStyle()80 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaFrame::getFont() in getFont()87 uno::Any SAL_CALL ScVbaFrame::Controls( const uno::Any& rIndex ) in Controls()102 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaFrame, "ooo.vba.msforms.Frame" )
33 class ScVbaFrame : public FrameImpl_BASE class36 ScVbaFrame(
478 …xVBAControl.set( new ScVbaFrame( xVbaParent, xContext, xControl, xModel, xGeoHelper.release(), xDi… in createUserformControl()