LibreOffice Module xmloff (master)
1
|
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <com/sun/star/text/XText.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <xmloff/xmlexp.hxx>
#include <xmloff/XMLTextMasterPageExport.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
Functions | |
constexpr OUStringLiteral | gsHeaderText (u"HeaderText") |
constexpr OUStringLiteral | gsHeaderOn (u"HeaderIsOn") |
constexpr OUStringLiteral | gsHeaderShareContent (u"HeaderIsShared") |
constexpr OUStringLiteral | gsHeaderTextFirst (u"HeaderTextFirst") |
constexpr OUStringLiteral | gsHeaderTextLeft (u"HeaderTextLeft") |
constexpr OUStringLiteral | gsFirstShareContent (u"FirstIsShared") |
constexpr OUStringLiteral | gsFooterText (u"FooterText") |
constexpr OUStringLiteral | gsFooterOn (u"FooterIsOn") |
constexpr OUStringLiteral | gsFooterShareContent (u"FooterIsShared") |
constexpr OUStringLiteral | gsFooterTextFirst (u"FooterTextFirst") |
constexpr OUStringLiteral | gsFooterTextLeft (u"FooterTextLeft") |
constexpr OUStringLiteral gsFirstShareContent | ( | u"FirstIsShared" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsFooterOn | ( | u"FooterIsOn" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsFooterShareContent | ( | u"FooterIsShared" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsFooterText | ( | u"FooterText" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsFooterTextFirst | ( | u"FooterTextFirst" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsFooterTextLeft | ( | u"FooterTextLeft" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsHeaderOn | ( | u"HeaderIsOn" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsHeaderShareContent | ( | u"HeaderIsShared" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsHeaderText | ( | u"HeaderText" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsHeaderTextFirst | ( | u"HeaderTextFirst" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().
constexpr OUStringLiteral gsHeaderTextLeft | ( | u"HeaderTextLeft" | ) |
Referenced by XMLTextMasterPageExport::exportMasterPageContent().