Searched refs:SwVbaPageSetup (Results 1 – 5 of 5) sorted by relevance
35 SwVbaPageSetup::SwVbaPageSetup(const uno::Reference< XHelperInterface >& xParent, in SwVbaPageSetup() function in SwVbaPageSetup47 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 …]
35 class SwVbaPageSetup : public SwVbaPageSetup_BASE class41 SwVbaPageSetup( const css::uno::Reference< ooo::vba::XHelperInterface >& xParent, 45 virtual ~SwVbaPageSetup(){} in ~SwVbaPageSetup()
62 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxMo… in PageSetup()
289 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, xMod… in PageSetup()
222 …return uno::makeAny( uno::Reference< word::XPageSetup >( new SwVbaPageSetup( this, mxContext, mxMo… in PageSetup()
Completed in 41 milliseconds