LibreOffice Module xmloff (master)
1
|
#include <sal/config.h>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/style/XStyle.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/graphic/XGraphic.hpp>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <com/sun/star/text/XChapterNumberingSupplier.hpp>
#include <com/sun/star/text/PositionAndSpaceMode.hpp>
#include <com/sun/star/text/LabelFollow.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <o3tl/any.hxx>
#include <o3tl/temporary.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <sax/tools/converter.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmluconv.hxx>
#include "fonthdl.hxx"
#include <xmloff/XMLTextListAutoStylePool.hxx>
#include <xmloff/xmlnume.hxx>
#include <xmloff/xmlexp.hxx>
#include <tools/fontenum.hxx>
#include <vcl/vclenum.hxx>
Go to the source code of this file.
Functions | |
constexpr OUStringLiteral | gsNumberingRules (u"NumberingRules") |
constexpr OUStringLiteral | gsIsPhysical (u"IsPhysical") |
constexpr OUStringLiteral | gsIsContinuousNumbering (u"IsContinuousNumbering") |
constexpr OUStringLiteral gsIsContinuousNumbering | ( | u"IsContinuousNumbering" | ) |
Referenced by SvxXMLNumRuleExport::exportNumberingRule().
constexpr OUStringLiteral gsIsPhysical | ( | u"IsPhysical" | ) |
Referenced by SvxXMLNumRuleExport::exportStyle().
constexpr OUStringLiteral gsNumberingRules | ( | u"NumberingRules" | ) |
Referenced by SvxXMLNumRuleExport::exportStyle().