22#include <rtl/ustrbuf.hxx>
23#include <com/sun/star/uno/Reference.h>
40 static constexpr OUStringLiteral
gsLevel =
u"Level";
67 const css::uno::Reference<css::beans::XPropertySet> & rPropSet,
74 const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
78 const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
82 const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
87 OUStringBuffer& sBuffer,
88 const css::uno::Reference<css::beans::XPropertySet> & rPropSet);
This class handles the export of index marks for table of content, alphabetical and user index.
static constexpr OUStringLiteral gsAlternativeText
static void GetID(OUStringBuffer &sBuffer, const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
create a numerical ID for this index mark (represented by its properties)
static constexpr OUStringLiteral gsDocumentIndexMark
static constexpr OUStringLiteral gsPrimaryKeyReading
static constexpr OUStringLiteral gsSecondaryKey
static constexpr OUStringLiteral gsUserIndexName
XMLIndexMarkExport(SvXMLExport &rExp)
static constexpr OUStringLiteral gsTextReading
static constexpr OUStringLiteral gsSecondaryKeyReading
static constexpr OUStringLiteral gsIsStart
void ExportTOCMarkAttributes(const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
export attributes of table-of-content index marks
void ExportIndexMark(const css::uno::Reference< css::beans::XPropertySet > &rPropSet, bool bAutoStyles)
export by the property set of its text portion.
static constexpr OUStringLiteral gsIsCollapsed
static constexpr OUStringLiteral gsPrimaryKey
static constexpr OUStringLiteral gsLevel
void ExportUserIndexMarkAttributes(const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
export attributes of user index marks
static constexpr OUStringLiteral gsMainEntry
void ExportAlphabeticalIndexMarkAttributes(const css::uno::Reference< css::beans::XPropertySet > &rPropSet)
export attributes of alphabetical index marks
class SAL_NO_VTABLE XPropertySet