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