StarObjectTextInternal::TextZone Struct Referencefinal

Internal: a textZone of StarObjectTextInteral. More...

Inheritance diagram for StarObjectTextInternal::TextZone:
StarObjectTextInternal::Zone

Public Member Functions

 TextZone ()
 constructor More...
 
void inventoryPage (StarState &state) const final
 try to inventory the different pages More...
 
bool send (STOFFListenerPtr &listener, StarState &state) const final
 try to send the data to a listener More...
 
- Public Member Functions inherited from StarObjectTextInternal::Zone
 Zone ()
 constructor More...
 
virtual ~Zone ()
 destructor More...
 

Public Attributes

std::vector< uint32_t > m_text
 the text More...
 
std::vector< size_t > m_textSourcePosition
 the text initial position More...
 
librevenge::RVNGString m_styleName
 the style name More...
 
int m_level
 the level -1=none, 200: keep in list with no bullet More...
 
std::vector< StarWriterStruct::Attributem_charAttributeList
 the character item list More...
 
std::vector< std::shared_ptr< StarFormatManagerInternal::FormatDef > > m_formatList
 the format More...
 
std::shared_ptr< STOFFListm_list
 the list (if defined) More...
 
std::vector< StarWriterStruct::Markm_markList
 the mark More...
 

Detailed Description

Internal: a textZone of StarObjectTextInteral.

Constructor & Destructor Documentation

◆ TextZone()

StarObjectTextInternal::TextZone::TextZone ( )
inline

constructor

Member Function Documentation

◆ inventoryPage()

void StarObjectTextInternal::TextZone::inventoryPage ( StarState state) const
finalvirtual

try to inventory the different pages

Reimplemented from StarObjectTextInternal::Zone.

◆ send()

bool StarObjectTextInternal::TextZone::send ( STOFFListenerPtr listener,
StarState state 
) const
finalvirtual

try to send the data to a listener

Implements StarObjectTextInternal::Zone.

Member Data Documentation

◆ m_charAttributeList

std::vector<StarWriterStruct::Attribute> StarObjectTextInternal::TextZone::m_charAttributeList

the character item list

Referenced by inventoryPage(), and send().

◆ m_formatList

std::vector<std::shared_ptr<StarFormatManagerInternal::FormatDef> > StarObjectTextInternal::TextZone::m_formatList

the format

Referenced by send().

◆ m_level

int StarObjectTextInternal::TextZone::m_level

the level -1=none, 200: keep in list with no bullet

Referenced by send().

◆ m_list

std::shared_ptr<STOFFList> StarObjectTextInternal::TextZone::m_list

the list (if defined)

Referenced by send().

◆ m_markList

std::vector<StarWriterStruct::Mark> StarObjectTextInternal::TextZone::m_markList

the mark

Referenced by send().

◆ m_styleName

librevenge::RVNGString StarObjectTextInternal::TextZone::m_styleName

the style name

Referenced by inventoryPage(), and send().

◆ m_text

std::vector<uint32_t> StarObjectTextInternal::TextZone::m_text

the text

Referenced by send().

◆ m_textSourcePosition

std::vector<size_t> StarObjectTextInternal::TextZone::m_textSourcePosition

the text initial position

Referenced by send().


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

Generated on Sun Mar 24 2019 23:33:16 for libstaroffice by doxygen 1.8.15