LibreOffice Module xmloff (master)
1
|
#include <sal/config.h>
#include <o3tl/any.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/xmlexppr.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/document/XEventsSupplier.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <xmloff/xmlaustp.hxx>
#include <xmloff/styleexp.hxx>
#include <xmloff/xmlexp.hxx>
#include <xmloff/XMLEventExport.hxx>
#include <xmloff/maptype.hxx>
#include <memory>
#include <set>
#include <prstylecond.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
Functions | |
constexpr OUStringLiteral | gsIsPhysical (u"IsPhysical") |
constexpr OUStringLiteral | gsIsAutoUpdate (u"IsAutoUpdate") |
constexpr OUStringLiteral | gsFollowStyle (u"FollowStyle") |
constexpr OUStringLiteral | gsNumberingStyleName (u"NumberingStyleName") |
constexpr OUStringLiteral | gsOutlineLevel (u"OutlineLevel") |
constexpr OUStringLiteral gsFollowStyle | ( | u"FollowStyle" | ) |
Referenced by XMLStyleExport::exportStyle(), and XMLStyleExport::exportStyleFamily().
constexpr OUStringLiteral gsIsAutoUpdate | ( | u"IsAutoUpdate" | ) |
Referenced by XMLStyleExport::exportStyle().
constexpr OUStringLiteral gsIsPhysical | ( | u"IsPhysical" | ) |
Referenced by XMLStyleExport::exportStyle(), and XMLStyleExport::exportStyleFamily().
constexpr OUStringLiteral gsNumberingStyleName | ( | u"NumberingStyleName" | ) |
Referenced by XMLStyleExport::exportStyle().
constexpr OUStringLiteral gsOutlineLevel | ( | u"OutlineLevel" | ) |
Referenced by XMLStyleExport::exportStyle().