Home
last modified time | relevance | path

Searched refs:VbaPageSetupBase (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx28 VbaPageSetupBase::VbaPageSetupBase(const uno::Reference< XHelperInterface >& xParent, in VbaPageSetupBase() function in VbaPageSetupBase
33 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 …]
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbapagesetupbase.hxx34 class VBAHELPER_DLLPUBLIC VbaPageSetupBase : public VbaPageSetupBase_BASE class
42 VbaPageSetupBase( const css::uno::Reference< ov::XHelperInterface >& xParent,
45 virtual ~VbaPageSetupBase(){} in ~VbaPageSetupBase()
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx58 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()
H A Dvbapagesetup.hxx33 typedef cppu::ImplInheritanceHelper1< VbaPageSetupBase, ooo::vba::word::XPageSetup > SwVbaPageSetup…
/trunk/main/sc/source/ui/vba/
H A Dvbapagesetup.cxx122 return VbaPageSetupBase::getHeaderMargin(); in getHeaderMargin()
127 VbaPageSetupBase::setHeaderMargin( margin ); in setHeaderMargin()
132 return VbaPageSetupBase::getFooterMargin(); in getFooterMargin()
137 VbaPageSetupBase::setFooterMargin( margin ); in setFooterMargin()
H A Dvbapagesetup.hxx34 typedef cppu::ImplInheritanceHelper1< VbaPageSetupBase, ov::excel::XPageSetup > ScVbaPageSetup_BASE;

Completed in 17 milliseconds