Internal: a graphZone of StarObjectTextInteral. More...
Public Member Functions | |
GraphZone (std::shared_ptr< STOFFOLEParser > &oleParser) | |
constructor More... | |
bool | send (STOFFListenerPtr &listener, StarState &state) const final |
try to send the data to a listener More... | |
![]() | |
Zone () | |
constructor More... | |
virtual | ~Zone () |
destructor More... | |
virtual void | inventoryPage (StarState &) const |
try to inventory the different pages More... | |
Public Attributes | |
std::shared_ptr< STOFFOLEParser > | m_oleParser |
the ole parser More... | |
librevenge::RVNGString | m_names [3] |
the graph name, the fltName, the replace text More... | |
std::vector< StarWriterStruct::Attribute > | m_attributeList |
the attributes list More... | |
StarGraphicStruct::StarPolygon | m_contour |
the contour(useme) More... | |
Internal: a graphZone of StarObjectTextInteral.
|
inlineexplicit |
constructor
|
finalvirtual |
try to send the data to a listener
Implements StarObjectTextInternal::Zone.
std::vector<StarWriterStruct::Attribute> StarObjectTextInternal::GraphZone::m_attributeList |
the attributes list
StarGraphicStruct::StarPolygon StarObjectTextInternal::GraphZone::m_contour |
the contour(useme)
librevenge::RVNGString StarObjectTextInternal::GraphZone::m_names[3] |
the graph name, the fltName, the replace text
Referenced by send().
std::shared_ptr<STOFFOLEParser> StarObjectTextInternal::GraphZone::m_oleParser |
the ole parser
Referenced by send().