Internal: the subdocument of a MsWksGraph. More...
Public Types | |
| enum | Type { RBILZone, Chart, Empty, Group, Table, TextBox, TextBoxv4 } |
Public Member Functions | |
| SubDocument (MsWksGraph &pars, MWAWInputStreamPtr input, Type type, int zoneId) | |
| SubDocument (MsWksGraph &pars, MWAWInputStreamPtr input, Type type, MWAWEntry const &entry, std::string frame=std::string("")) | |
| virtual | ~SubDocument () |
| destructor More... | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= More... | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== More... | |
| void | parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function More... | |
Public Member Functions inherited from MWAWSubDocument | |
| MWAWSubDocument (MWAWParser *pars, MWAWInputStreamPtr ip, MWAWEntry const &z) | |
| constructor from parser, input stream and zone in the input More... | |
| MWAWSubDocument (MWAWSubDocument const &doc) | |
| copy constructor More... | |
| MWAWSubDocument & | operator= (MWAWSubDocument const &doc) |
| copy operator More... | |
| virtual | ~MWAWSubDocument () |
| virtual d | |