LibreOffice Module oox (master) 1
|
Information about a processed element. More...
Public Member Functions | |
ElementInfo () | |
True = trims leading/trailing spaces from text data. More... | |
Public Attributes | |
OUStringBuffer | maChars |
sal_Int32 | mnElement |
Collected element characters. More... | |
bool | mbTrimSpaces |
The element identifier. More... | |
Information about a processed element.
Definition at line 38 of file contexthandler2.cxx.
|
inlineexplicit |
True = trims leading/trailing spaces from text data.
Definition at line 44 of file contexthandler2.cxx.
References XML_TOKEN_INVALID.
OUStringBuffer oox::core::ElementInfo::maChars |
Definition at line 40 of file contexthandler2.cxx.
bool oox::core::ElementInfo::mbTrimSpaces |
The element identifier.
Definition at line 42 of file contexthandler2.cxx.
sal_Int32 oox::core::ElementInfo::mnElement |
Collected element characters.
Definition at line 41 of file contexthandler2.cxx.