LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::core::ElementInfo Struct Reference

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...
 

Detailed Description

Information about a processed element.

Definition at line 38 of file contexthandler2.cxx.

Constructor & Destructor Documentation

◆ ElementInfo()

oox::core::ElementInfo::ElementInfo ( )
inlineexplicit

True = trims leading/trailing spaces from text data.

Definition at line 44 of file contexthandler2.cxx.

References XML_TOKEN_INVALID.

Member Data Documentation

◆ maChars

OUStringBuffer oox::core::ElementInfo::maChars

Definition at line 40 of file contexthandler2.cxx.

◆ mbTrimSpaces

bool oox::core::ElementInfo::mbTrimSpaces

The element identifier.

Definition at line 42 of file contexthandler2.cxx.

◆ mnElement

sal_Int32 oox::core::ElementInfo::mnElement

Collected element characters.

Definition at line 41 of file contexthandler2.cxx.


The documentation for this struct was generated from the following file: