Home
last modified time | relevance | path

Searched refs:SwVbaPageSetup (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx35 SwVbaPageSetup::SwVbaPageSetup(const uno::Reference< XHelperInterface >& xParent, in SwVbaPageSetup() function in SwVbaPageSetup
47 double SAL_CALL SwVbaPageSetup::getGutter() throw (uno::RuntimeException) in getGutter()
53 void SAL_CALL SwVbaPageSetup::setGutter( double _gutter ) throw (uno::RuntimeException) in setGutter()
63 double SAL_CALL SwVbaPageSetup::getHeaderDistance() throw (uno::RuntimeException) in getHeaderDistance()
81 void SAL_CALL SwVbaPageSetup::setHeaderDistance( double _headerdistance ) throw (uno::RuntimeExcept… in setHeaderDistance()
106 double SAL_CALL SwVbaPageSetup::getFooterDistance() throw (uno::RuntimeException) in getFooterDistance()
140 sal_Bool SAL_CALL SwVbaPageSetup::getDifferentFirstPageHeaderFooter() throw (uno::RuntimeException) in getDifferentFirstPageHeaderFooter()
207 rtl::OUString SwVbaPageSetup::getStyleOfFirstPage() throw (uno::RuntimeException) in getStyleOfFirstPage()
229 ::sal_Int32 SAL_CALL SwVbaPageSetup::getSectionStart() throw (uno::RuntimeException) in getSectionStart()
252 SwVbaPageSetup::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbapagesetup.hxx35 class SwVbaPageSetup : public SwVbaPageSetup_BASE class
41 SwVbaPageSetup( const css::uno::Reference< ooo::vba::XHelperInterface >& xParent,
45 virtual ~SwVbaPageSetup(){} in ~SwVbaPageSetup()
H A Dvbasection.cxx62 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxMo… in PageSetup()
H A Dvbarange.cxx289 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, xMod… in PageSetup()
H A Dvbadocument.cxx222 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxMo… in PageSetup()

Completed in 41 milliseconds