Home
last modified time | relevance | path

Searched refs:VbaTextFrame (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbatextframe.cxx31 VbaTextFrame::VbaTextFrame( const uno::Reference< XHelperInterface >& xParent, const uno::Reference… in VbaTextFrame() function in VbaTextFrame
37 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 …]
H A Dvbashape.cxx318 …return uno::makeAny( uno::Reference< msforms::XTextFrame >( new VbaTextFrame( this, mxContext, m_x… in TextFrame()
/AOO41X/main/vbahelper/inc/vbahelper/
H A Dvbatextframe.hxx32 class VBAHELPER_DLLPUBLIC VbaTextFrame : public VbaTextFrame_BASE class
44VbaTextFrame( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Referenc…
45 virtual ~VbaTextFrame() {} in ~VbaTextFrame()
/AOO41X/main/sc/source/ui/vba/
H A Dvbatextframe.hxx30 typedef cppu::ImplInheritanceHelper1< VbaTextFrame, ov::excel::XTextFrame > ScVbaTextFrame_BASE;