Searched refs:VbaPageSetupBase (Results 1 – 6 of 6) sorted by relevance
28 VbaPageSetupBase::VbaPageSetupBase(const uno::Reference< XHelperInterface >& xParent, in VbaPageSetupBase() function in VbaPageSetupBase33 double SAL_CALL VbaPageSetupBase::getTopMargin() throw (css::uno::RuntimeException) in getTopMargin()61 void SAL_CALL VbaPageSetupBase::setTopMargin( double margin ) throw (css::uno::RuntimeException) in setTopMargin()87 double SAL_CALL VbaPageSetupBase::getBottomMargin() throw (css::uno::RuntimeException) in getBottomMargin()141 double SAL_CALL VbaPageSetupBase::getRightMargin() throw (css::uno::RuntimeException) in getRightMargin()156 void SAL_CALL VbaPageSetupBase::setRightMargin( double margin ) throw (css::uno::RuntimeException) in setRightMargin()171 double SAL_CALL VbaPageSetupBase::getLeftMargin() throw (css::uno::RuntimeException) in getLeftMargin()186 void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) throw (css::uno::RuntimeException) in setLeftMargin()200 double SAL_CALL VbaPageSetupBase::getHeaderMargin() throw (css::uno::RuntimeException) in getHeaderMargin()229 double SAL_CALL VbaPageSetupBase::getFooterMargin() throw (css::uno::RuntimeException) in getFooterMargin()[all …]
34 class VBAHELPER_DLLPUBLIC VbaPageSetupBase : public VbaPageSetupBase_BASE class42 VbaPageSetupBase( const css::uno::Reference< ov::XHelperInterface >& xParent, 45 virtual ~VbaPageSetupBase(){} in ~VbaPageSetupBase()
58 double margin = VbaPageSetupBase::getLeftMargin() + _gutter; in setGutter()59 VbaPageSetupBase::setLeftMargin( margin ); in setGutter()69 return VbaPageSetupBase::getHeaderMargin(); in getHeaderDistance()112 return VbaPageSetupBase::getFooterMargin(); in getFooterDistance()
33 typedef cppu::ImplInheritanceHelper1< VbaPageSetupBase, ooo::vba::word::XPageSetup > SwVbaPageSetup…
122 return VbaPageSetupBase::getHeaderMargin(); in getHeaderMargin()127 VbaPageSetupBase::setHeaderMargin( margin ); in setHeaderMargin()132 return VbaPageSetupBase::getFooterMargin(); in getFooterMargin()137 VbaPageSetupBase::setFooterMargin( margin ); in setFooterMargin()
34 typedef cppu::ImplInheritanceHelper1< VbaPageSetupBase, ov::excel::XPageSetup > ScVbaPageSetup_BASE;
Completed in 36 milliseconds