LibreOffice Module xmloff (master) 1
|
#include <rtl/ustring.hxx>
#include "XMLTextFrameContext.hxx"
#include "XMLTextFrameHyperlinkContext.hxx"
#include <utility>
#include <xmloff/XMLEventsImportContext.hxx>
Go to the source code of this file.
Classes | |
class | XMLHint_Impl |
class | XMLStyleHint_Impl |
class | XMLReferenceHint_Impl |
class | XMLHyperlinkHint_Impl |
class | XMLIndexMarkHint_Impl |
class | XMLTextFrameHint_Impl |
class | XMLDrawHint_Impl |
Enumerations | |
enum class | XMLHintType { XML_HINT_STYLE = 1 , XML_HINT_REFERENCE = 2 , XML_HINT_HYPERLINK = 3 , XML_HINT_INDEX_MARK = 5 , XML_HINT_TEXT_FRAME = 6 , XML_HINT_DRAW = 7 } |
|
strong |
Enumerator | |
---|---|
XML_HINT_STYLE | |
XML_HINT_REFERENCE | |
XML_HINT_HYPERLINK | |
XML_HINT_INDEX_MARK | |
XML_HINT_TEXT_FRAME | |
XML_HINT_DRAW |
Definition at line 27 of file txtparaimphint.hxx.