|
| StarObjectChart (StarObject const &orig, bool duplicateState) |
| constructor
|
|
virtual | ~StarObjectChart () |
| destructor
|
|
bool | parse () |
| try to parse the current object
|
|
| StarObject (char const *passwd, shared_ptr< STOFFOLEParser > oleParser, shared_ptr< STOFFOLEParser::OleDirectory > directory) |
| constructor
|
|
virtual | ~StarObject () |
| destructor
|
|
bool | parse () |
| try to parse data
|
|
STOFFDocument::Kind | getDocumentKind () const |
| returns the document kind
|
|
char const * | getPassword () const |
| returns the document password (the password given by the user)
|
|
shared_ptr< STOFFOLEParser::OleDirectory > | getOLEDirectory () |
| returns the object directory
|
|
shared_ptr< StarAttributeManager > | getAttributeManager () |
| returns the attribute manager
|
|
shared_ptr< StarFormatManager > | getFormatManager () |
| returns the format manager
|
|
librevenge::RVNGPropertyList const & | getMetaData () const |
| returns the meta data (filled by readSfxDocumentInformation)
|
|
librevenge::RVNGString | getUserNameMetaData (int i) const |
| returns the ith user meta data
|
|
void | cleanPools () |
| clean each pool
|
|
shared_ptr< StarItemPool > | getNewItemPool (StarItemPool::Type type) |
| returns a new item pool for this document
|
|
shared_ptr< StarItemPool > | findItemPool (StarItemPool::Type type, bool isInside) |
| check if a pool corresponding to a given type is opened if so returned it.
|
|
shared_ptr< StarItemPool > | getCurrentPool (bool onlyInside=true) |
| returns the current all/inside pool
|
|
bool | readPersistData (StarZone &zone, long endPos, bool inPersistElements=false) |
| try to read persist data
|
|
bool | readSfxStyleSheets (STOFFInputStreamPtr input, std::string const &name) |
| try to read a spreadshet style zone: SfxStyleSheets
|
|
bool | readItemSet (StarZone &zone, std::vector< STOFFVec2i > const &limits, long endPos, StarItemSet &itemSet, StarItemPool *pool=0, bool isDirect=false) |
| try to read a list of item
|
|
|
bool | readChartDocument (STOFFInputStreamPtr input, std::string const &fileName) |
| try to read a chart zone: StarChartDocument .sds
|
|
bool | readSfxStyleSheets (STOFFInputStreamPtr input, std::string const &fileName) |
| try to read a chart style zone: SfxStyleSheets
|
|
bool | readSCHAttributes (StarZone &zone) |
| try to read the chart attributes
|
|
bool | readSCHMemChart (StarZone &zone) |
| try to read the memchart data
|
|
bool | readPersistElements (STOFFInputStreamPtr input, std::string const &name) |
| the "persist elements" small ole: the list of object
|
|
bool | readSfxDocumentInformation (STOFFInputStreamPtr input, std::string const &name) |
| try to read the document information : "SfxDocumentInformation"
|
|
bool | readSfxPreview (STOFFInputStreamPtr input, std::string const &name) |
| try to read the preview : "SfxPreview"
|
|
bool | readSfxWindows (STOFFInputStreamPtr input, libstoff::DebugFile &ascii) |
| try to read the windows information : "SfxWindows"
|
|
bool | readStarFrameworkConfigFile (STOFFInputStreamPtr input, libstoff::DebugFile &ascii) |
| try to read the "Star Framework Config File"
|
|
bool | readStarFrameworkConfigItem (STOFFEntry &entry, STOFFInputStreamPtr input, libstoff::DebugFile &ascii) |
| try to read an item in a "Star Framework Config File"
|
|
| StarObject (StarObject const &orig, bool duplicateState) |
| copy constructor
|
|
the main class to read a StarOffice chart