Searched refs:ScVbaPageSetup (Results 1 – 3 of 3) sorted by relevance
45 ScVbaPageSetup::ScVbaPageSetup(const uno::Reference< XHelperInterface >& xParent, in ScVbaPageSetup() function in ScVbaPageSetup66 rtl::OUString SAL_CALL ScVbaPageSetup::getPrintArea() throw (css::uno::RuntimeException) in getPrintArea()91 void SAL_CALL ScVbaPageSetup::setPrintArea( const rtl::OUString& rAreas ) throw (css::uno::RuntimeE… in setPrintArea()120 double SAL_CALL ScVbaPageSetup::getHeaderMargin() throw (css::uno::RuntimeException) in getHeaderMargin()125 void SAL_CALL ScVbaPageSetup::setHeaderMargin( double margin ) throw (css::uno::RuntimeException) in setHeaderMargin()130 double SAL_CALL ScVbaPageSetup::getFooterMargin() throw (css::uno::RuntimeException) in getFooterMargin()135 void SAL_CALL ScVbaPageSetup::setFooterMargin( double margin ) throw (css::uno::RuntimeException) in setFooterMargin()140 uno::Any SAL_CALL ScVbaPageSetup::getFitToPagesTall() throw (css::uno::RuntimeException) in getFitToPagesTall()145 void SAL_CALL ScVbaPageSetup::setFitToPagesTall( const uno::Any& fitToPagesTall) throw (css::uno::R… in setFitToPagesTall()163 uno::Any SAL_CALL ScVbaPageSetup::getFitToPagesWide() throw (css::uno::RuntimeException) in getFitToPagesWide()[all …]
36 class ScVbaPageSetup : public ScVbaPageSetup_BASE class40 ScVbaPageSetup( const css::uno::Reference< ov::XHelperInterface >& xParent, 44 virtual ~ScVbaPageSetup(){} in ~ScVbaPageSetup()
394 return new ScVbaPageSetup( this, mxContext, getSheet(), getModel() ); in PageSetup()