LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
ImpXMLEXPPageMasterInfo Class Reference

Public Member Functions

 ImpXMLEXPPageMasterInfo (const SdXMLExport &rExp, const Reference< XDrawPage > &xPage)
 
bool operator== (const ImpXMLEXPPageMasterInfo &rInfo) const
 
void SetName (const OUString &rStr)
 
const OUString & GetName () const
 
const OUString & GetMasterPageName () const
 
sal_Int32 GetBorderBottom () const
 
sal_Int32 GetBorderLeft () const
 
sal_Int32 GetBorderRight () const
 
sal_Int32 GetBorderTop () const
 
sal_Int32 GetWidth () const
 
sal_Int32 GetHeight () const
 
view::PaperOrientation GetOrientation () const
 

Private Attributes

sal_Int32 mnBorderBottom
 
sal_Int32 mnBorderLeft
 
sal_Int32 mnBorderRight
 
sal_Int32 mnBorderTop
 
sal_Int32 mnWidth
 
sal_Int32 mnHeight
 
view::PaperOrientation meOrientation
 
OUString msName
 
OUString msMasterPageName
 

Detailed Description

Definition at line 92 of file sdxmlexp.cxx.

Constructor & Destructor Documentation

◆ ImpXMLEXPPageMasterInfo()

ImpXMLEXPPageMasterInfo::ImpXMLEXPPageMasterInfo ( const SdXMLExport rExp,
const Reference< XDrawPage > &  xPage 
)

Member Function Documentation

◆ GetBorderBottom()

sal_Int32 ImpXMLEXPPageMasterInfo::GetBorderBottom ( ) const
inline

◆ GetBorderLeft()

sal_Int32 ImpXMLEXPPageMasterInfo::GetBorderLeft ( ) const
inline

◆ GetBorderRight()

sal_Int32 ImpXMLEXPPageMasterInfo::GetBorderRight ( ) const
inline

◆ GetBorderTop()

sal_Int32 ImpXMLEXPPageMasterInfo::GetBorderTop ( ) const
inline

◆ GetHeight()

sal_Int32 ImpXMLEXPPageMasterInfo::GetHeight ( ) const
inline

◆ GetMasterPageName()

const OUString & ImpXMLEXPPageMasterInfo::GetMasterPageName ( ) const
inline

Definition at line 110 of file sdxmlexp.cxx.

References msMasterPageName.

◆ GetName()

const OUString & ImpXMLEXPPageMasterInfo::GetName ( ) const
inline

Definition at line 109 of file sdxmlexp.cxx.

References msName.

Referenced by SdXMLExport::ExportMasterStyles_().

◆ GetOrientation()

view::PaperOrientation ImpXMLEXPPageMasterInfo::GetOrientation ( ) const
inline

Definition at line 118 of file sdxmlexp.cxx.

References meOrientation.

Referenced by SdXMLExport::ImpWritePageMasterInfos().

◆ GetWidth()

sal_Int32 ImpXMLEXPPageMasterInfo::GetWidth ( ) const
inline

◆ operator==()

bool ImpXMLEXPPageMasterInfo::operator== ( const ImpXMLEXPPageMasterInfo rInfo) const

◆ SetName()

void ImpXMLEXPPageMasterInfo::SetName ( const OUString &  rStr)

Definition at line 187 of file sdxmlexp.cxx.

References msName.

Referenced by SdXMLExport::ImpWritePageMasterInfos().

Member Data Documentation

◆ meOrientation

view::PaperOrientation ImpXMLEXPPageMasterInfo::meOrientation
private

Definition at line 100 of file sdxmlexp.cxx.

Referenced by GetOrientation(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ mnBorderBottom

sal_Int32 ImpXMLEXPPageMasterInfo::mnBorderBottom
private

Definition at line 94 of file sdxmlexp.cxx.

Referenced by GetBorderBottom(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ mnBorderLeft

sal_Int32 ImpXMLEXPPageMasterInfo::mnBorderLeft
private

Definition at line 95 of file sdxmlexp.cxx.

Referenced by GetBorderLeft(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ mnBorderRight

sal_Int32 ImpXMLEXPPageMasterInfo::mnBorderRight
private

Definition at line 96 of file sdxmlexp.cxx.

Referenced by GetBorderRight(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ mnBorderTop

sal_Int32 ImpXMLEXPPageMasterInfo::mnBorderTop
private

Definition at line 97 of file sdxmlexp.cxx.

Referenced by GetBorderTop(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ mnHeight

sal_Int32 ImpXMLEXPPageMasterInfo::mnHeight
private

Definition at line 99 of file sdxmlexp.cxx.

Referenced by GetHeight(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ mnWidth

sal_Int32 ImpXMLEXPPageMasterInfo::mnWidth
private

Definition at line 98 of file sdxmlexp.cxx.

Referenced by GetWidth(), ImpXMLEXPPageMasterInfo(), and operator==().

◆ msMasterPageName

OUString ImpXMLEXPPageMasterInfo::msMasterPageName
private

Definition at line 102 of file sdxmlexp.cxx.

Referenced by GetMasterPageName(), and ImpXMLEXPPageMasterInfo().

◆ msName

OUString ImpXMLEXPPageMasterInfo::msName
private

Definition at line 101 of file sdxmlexp.cxx.

Referenced by GetName(), and SetName().


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