LibreOffice Module xmloff (master) 1
|
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 |
Definition at line 92 of file sdxmlexp.cxx.
ImpXMLEXPPageMasterInfo::ImpXMLEXPPageMasterInfo | ( | const SdXMLExport & | rExp, |
const Reference< XDrawPage > & | xPage | ||
) |
Definition at line 121 of file sdxmlexp.cxx.
References Any, meOrientation, mnBorderBottom, mnBorderLeft, mnBorderRight, mnBorderTop, mnHeight, mnHeight, mnWidth, mnWidth, and msMasterPageName.
|
inline |
Definition at line 112 of file sdxmlexp.cxx.
References mnBorderBottom.
Referenced by SdXMLExport::ImpWritePageMasterInfos(), and ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo().
|
inline |
Definition at line 113 of file sdxmlexp.cxx.
References mnBorderLeft.
Referenced by SdXMLExport::ImpWritePageMasterInfos(), and ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo().
|
inline |
Definition at line 114 of file sdxmlexp.cxx.
References mnBorderRight.
Referenced by SdXMLExport::ImpWritePageMasterInfos(), and ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo().
|
inline |
Definition at line 115 of file sdxmlexp.cxx.
References mnBorderTop.
Referenced by SdXMLExport::ImpWritePageMasterInfos(), and ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo().
|
inline |
Definition at line 117 of file sdxmlexp.cxx.
References mnHeight.
Referenced by SdXMLExport::ImpWritePageMasterInfos(), and ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo().
|
inline |
Definition at line 110 of file sdxmlexp.cxx.
References msMasterPageName.
|
inline |
Definition at line 109 of file sdxmlexp.cxx.
References msName.
Referenced by SdXMLExport::ExportMasterStyles_().
|
inline |
Definition at line 118 of file sdxmlexp.cxx.
References meOrientation.
Referenced by SdXMLExport::ImpWritePageMasterInfos().
|
inline |
Definition at line 116 of file sdxmlexp.cxx.
References mnWidth.
Referenced by SdXMLExport::ImpWritePageMasterInfos(), and ImpXMLAutoLayoutInfo::ImpXMLAutoLayoutInfo().
bool ImpXMLEXPPageMasterInfo::operator== | ( | const ImpXMLEXPPageMasterInfo & | rInfo | ) | const |
Definition at line 176 of file sdxmlexp.cxx.
References meOrientation, mnBorderBottom, mnBorderLeft, mnBorderRight, mnBorderTop, mnHeight, and mnWidth.
void ImpXMLEXPPageMasterInfo::SetName | ( | const OUString & | rStr | ) |
Definition at line 187 of file sdxmlexp.cxx.
References msName.
Referenced by SdXMLExport::ImpWritePageMasterInfos().
|
private |
Definition at line 100 of file sdxmlexp.cxx.
Referenced by GetOrientation(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 94 of file sdxmlexp.cxx.
Referenced by GetBorderBottom(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 95 of file sdxmlexp.cxx.
Referenced by GetBorderLeft(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 96 of file sdxmlexp.cxx.
Referenced by GetBorderRight(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 97 of file sdxmlexp.cxx.
Referenced by GetBorderTop(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 99 of file sdxmlexp.cxx.
Referenced by GetHeight(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 98 of file sdxmlexp.cxx.
Referenced by GetWidth(), ImpXMLEXPPageMasterInfo(), and operator==().
|
private |
Definition at line 102 of file sdxmlexp.cxx.
Referenced by GetMasterPageName(), and ImpXMLEXPPageMasterInfo().
|
private |
Definition at line 101 of file sdxmlexp.cxx.