Home
last modified time | relevance | path

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

/AOO41X/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() 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 …]
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()