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() throw (css::uno::RuntimeException) in getPrintArea()
120 double SAL_CALL ScVbaPageSetup::getHeaderMargin() throw (css::uno::RuntimeException) in getHeaderMargin()
130 double SAL_CALL ScVbaPageSetup::getFooterMargin() throw (css::uno::RuntimeException) in getFooterMargin()
140 uno::Any SAL_CALL ScVbaPageSetup::getFitToPagesTall() throw (css::uno::RuntimeException) in getFitToPagesTall()
163 uno::Any SAL_CALL ScVbaPageSetup::getFitToPagesWide() throw (css::uno::RuntimeException) in getFitToPagesWide()
186 uno::Any SAL_CALL ScVbaPageSetup::getZoom() throw (css::uno::RuntimeException) in getZoom()
451 sal_Int32 SAL_CALL ScVbaPageSetup::getOrder() throw (css::uno::RuntimeException) in getOrder()
580 sal_Bool SAL_CALL ScVbaPageSetup::getPrintHeadings() throw (css::uno::RuntimeException) in getPrintHeadings()
606 ScVbaPageSetup::getServiceImplName() in getServiceImplName()
[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()

Completed in 28 milliseconds