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() in getPrintArea()91 void SAL_CALL ScVbaPageSetup::setPrintArea( const rtl::OUString& rAreas ) in setPrintArea()120 double SAL_CALL ScVbaPageSetup::getHeaderMargin() in getHeaderMargin()125 void SAL_CALL ScVbaPageSetup::setHeaderMargin( double margin ) in setHeaderMargin()130 double SAL_CALL ScVbaPageSetup::getFooterMargin() in getFooterMargin()135 void SAL_CALL ScVbaPageSetup::setFooterMargin( double margin ) in setFooterMargin()140 uno::Any SAL_CALL ScVbaPageSetup::getFitToPagesTall() in getFitToPagesTall()145 void SAL_CALL ScVbaPageSetup::setFitToPagesTall( const uno::Any& fitToPagesTall) in setFitToPagesTall()163 uno::Any SAL_CALL ScVbaPageSetup::getFitToPagesWide() 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()