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()115 void SAL_CALL SwVbaPageSetup::setFooterDistance( double _footerdistance ) throw (uno::RuntimeExcept… in setFooterDistance()140 sal_Bool SAL_CALL SwVbaPageSetup::getDifferentFirstPageHeaderFooter() throw (uno::RuntimeException) in getDifferentFirstPageHeaderFooter()149 void SAL_CALL SwVbaPageSetup::setDifferentFirstPageHeaderFooter( sal_Bool status ) throw (uno::Runt… in setDifferentFirstPageHeaderFooter()207 rtl::OUString SwVbaPageSetup::getStyleOfFirstPage() throw (uno::RuntimeException) in getStyleOfFirstPage()[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()