Home
last modified time | relevance | path

Searched refs:ScVbaPageSetup (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbapagesetup.cxx45 ScVbaPageSetup::ScVbaPageSetup(const uno::Reference< XHelperInterface >& xParent, in ScVbaPageSetup() function in ScVbaPageSetup
66 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 …]
H A Dvbapagesetup.hxx36 class ScVbaPageSetup : public ScVbaPageSetup_BASE class
40 ScVbaPageSetup( const css::uno::Reference< ov::XHelperInterface >& xParent,
44 virtual ~ScVbaPageSetup(){} in ~ScVbaPageSetup()
H A Dvbaworksheet.cxx394 return new ScVbaPageSetup( this, mxContext, getSheet(), getModel() ); in PageSetup()