Searched refs:VbaTextFrame (Results 1 – 4 of 4) sorted by relevance
31 VbaTextFrame::VbaTextFrame( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in VbaTextFrame() function in VbaTextFrame37 VbaTextFrame::setAsMSObehavior() in setAsMSObehavior()46 sal_Int32 VbaTextFrame::getMargin( rtl::OUString sMarginType ) in getMargin()54 void VbaTextFrame::setMargin( rtl::OUString sMarginType, float fMargin ) in setMargin()62 VbaTextFrame::getAutoSize() throw (uno::RuntimeException) in getAutoSize()74 VbaTextFrame::setAutoSize( sal_Bool _autosize ) throw (uno::RuntimeException) in setAutoSize()81 VbaTextFrame::getMarginBottom() throw (uno::RuntimeException) in getMarginBottom()89 VbaTextFrame::setMarginBottom( float _marginbottom ) throw (uno::RuntimeException) in setMarginBottom()95 VbaTextFrame::getMarginTop() throw (uno::RuntimeException) in getMarginTop()103 VbaTextFrame::setMarginTop( float _margintop ) throw (uno::RuntimeException) in setMarginTop()[all …]
318 …return uno::makeAny( uno::Reference< msforms::XTextFrame >( new VbaTextFrame( this, mxContext, m_x… in TextFrame()
32 class VBAHELPER_DLLPUBLIC VbaTextFrame : public VbaTextFrame_BASE class44 …VbaTextFrame( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc…45 virtual ~VbaTextFrame() {} in ~VbaTextFrame()
30 typedef cppu::ImplInheritanceHelper1< VbaTextFrame, ov::excel::XTextFrame > ScVbaTextFrame_BASE;