Internal: a basic sone of StarObjectTextInternal. More...
#include <StarObjectText.hxx>
 
  
| Public Member Functions | |
| Zone () | |
| constructor | |
| virtual | ~Zone () | 
| destructor | |
| virtual bool | send (STOFFListenerPtr &listener, StarState &state) const =0 | 
| try to send the data to a listener | |
| virtual void | inventoryPage (StarState &) const | 
| try to inventory the different pages | |
Internal: a basic sone of StarObjectTextInternal.
| 
 | inline | 
constructor
Referenced by StarObjectTextInternal::FormatZone::FormatZone(), StarObjectTextInternal::GraphZone::GraphZone(), StarObjectTextInternal::OLEZone::OLEZone(), StarObjectTextInternal::SectionZone::SectionZone(), StarObjectTextInternal::Table::Table(), and StarObjectTextInternal::TextZone::TextZone().
| 
 | virtual | 
destructor
| 
 | inlinevirtual | 
try to inventory the different pages
Reimplemented in StarObjectTextInternal::TextZone.
| 
 | pure virtual | 
try to send the data to a listener
Implemented in StarObjectTextInternal::FormatZone, StarObjectTextInternal::GraphZone, StarObjectTextInternal::OLEZone, StarObjectTextInternal::SectionZone, StarObjectTextInternal::Table, and StarObjectTextInternal::TextZone.