LibreOffice Module vbahelper (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
VbaPageSetupBase Class Reference

#include <vbapagesetupbase.hxx>

Inheritance diagram for VbaPageSetupBase:
[legend]
Collaboration diagram for VbaPageSetupBase:
[legend]

Public Member Functions

virtual double SAL_CALL getTopMargin () override
 
virtual void SAL_CALL setTopMargin (double margin) override
 
virtual double SAL_CALL getBottomMargin () override
 
virtual void SAL_CALL setBottomMargin (double margin) override
 
virtual double SAL_CALL getRightMargin () override
 
virtual void SAL_CALL setRightMargin (double margin) override
 
virtual double SAL_CALL getLeftMargin () override
 
virtual void SAL_CALL setLeftMargin (double margin) override
 
virtual double SAL_CALL getHeaderMargin ()
 
virtual void SAL_CALL setHeaderMargin (double margin)
 
virtual double SAL_CALL getFooterMargin ()
 
virtual void SAL_CALL setFooterMargin (double margin)
 
virtual sal_Int32 SAL_CALL getOrientation () override
 
virtual void SAL_CALL setOrientation (sal_Int32 orientation) override
 
- Public Member Functions inherited from InheritedHelperInterfaceWeakImpl< Ifc >
 InheritedHelperInterfaceWeakImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
- Public Member Functions inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
 InheritedHelperInterfaceImpl (const css::uno::Reference< ov::XHelperInterface > &xParent, css::uno::Reference< css::uno::XComponentContext > xContext)
 
virtual OUString getServiceImplName ()=0
 
virtual css::uno::Sequence< OUString > getServiceNames ()=0
 
virtual ::sal_Int32 SAL_CALL getCreator () override
 
virtual css::uno::Reference< ov::XHelperInterface > SAL_CALL getParent () override
 
virtual css::uno::Any SAL_CALL Application () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Protected Member Functions

 VbaPageSetupBase (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext)
 

Protected Attributes

css::uno::Reference< css::frame::XModel > mxModel
 
css::uno::Reference< css::beans::XPropertySetmxPageProps
 
sal_Int32 mnOrientLandscape
 
sal_Int32 mnOrientPortrait
 
- Protected Attributes inherited from InheritedHelperInterfaceImpl< ::cppu::WeakImplHelper< Ifc... > >
css::uno::WeakReference< ov::XHelperInterface > mxParent
 
css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 44 of file vbapagesetupbase.hxx.

Constructor & Destructor Documentation

◆ VbaPageSetupBase()

VbaPageSetupBase::VbaPageSetupBase ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext 
)
protected
Exceptions
css::uno::RuntimeException

Definition at line 26 of file vbapagesetupbase.cxx.

Member Function Documentation

◆ getBottomMargin()

double SAL_CALL VbaPageSetupBase::getBottomMargin ( )
overridevirtual

Definition at line 89 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ getFooterMargin()

double VbaPageSetupBase::getFooterMargin ( )
virtual
Exceptions
css::uno::RuntimeException

Definition at line 226 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ getHeaderMargin()

double VbaPageSetupBase::getHeaderMargin ( )
virtual
Exceptions
css::uno::RuntimeException

Definition at line 199 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ getLeftMargin()

double SAL_CALL VbaPageSetupBase::getLeftMargin ( )
overridevirtual

Definition at line 172 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ getOrientation()

sal_Int32 SAL_CALL VbaPageSetupBase::getOrientation ( )
overridevirtual

Definition at line 253 of file vbapagesetupbase.cxx.

References mnOrientLandscape, mnOrientPortrait, and mxPageProps.

◆ getRightMargin()

double SAL_CALL VbaPageSetupBase::getRightMargin ( )
overridevirtual

Definition at line 144 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ getTopMargin()

double SAL_CALL VbaPageSetupBase::getTopMargin ( )
overridevirtual

Definition at line 34 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ setBottomMargin()

void SAL_CALL VbaPageSetupBase::setBottomMargin ( double  margin)
overridevirtual

Definition at line 118 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ setFooterMargin()

void VbaPageSetupBase::setFooterMargin ( double  margin)
virtual
Exceptions
css::uno::RuntimeException

Definition at line 241 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ setHeaderMargin()

void VbaPageSetupBase::setHeaderMargin ( double  margin)
virtual
Exceptions
css::uno::RuntimeException

Definition at line 214 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ setLeftMargin()

void SAL_CALL VbaPageSetupBase::setLeftMargin ( double  margin)
overridevirtual

Definition at line 187 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ setOrientation()

void SAL_CALL VbaPageSetupBase::setOrientation ( sal_Int32  orientation)
overridevirtual

◆ setRightMargin()

void SAL_CALL VbaPageSetupBase::setRightMargin ( double  margin)
overridevirtual

Definition at line 159 of file vbapagesetupbase.cxx.

References mxPageProps.

◆ setTopMargin()

void SAL_CALL VbaPageSetupBase::setTopMargin ( double  margin)
overridevirtual

Definition at line 63 of file vbapagesetupbase.cxx.

References mxPageProps.

Member Data Documentation

◆ mnOrientLandscape

sal_Int32 VbaPageSetupBase::mnOrientLandscape
protected

Definition at line 49 of file vbapagesetupbase.hxx.

Referenced by getOrientation(), and setOrientation().

◆ mnOrientPortrait

sal_Int32 VbaPageSetupBase::mnOrientPortrait
protected

Definition at line 50 of file vbapagesetupbase.hxx.

Referenced by getOrientation(), and setOrientation().

◆ mxModel

css::uno::Reference< css::frame::XModel > VbaPageSetupBase::mxModel
protected

Definition at line 47 of file vbapagesetupbase.hxx.

◆ mxPageProps

css::uno::Reference< css::beans::XPropertySet > VbaPageSetupBase::mxPageProps
protected

The documentation for this class was generated from the following files: