|
| StarObjectModel (StarObject const &orig, bool duplicateState) |
| constructor More...
|
|
| ~StarObjectModel () override |
| destructor More...
|
|
bool | read (StarZone &zone) |
| try to read a SdrModel zone: "DrMd" More...
|
|
void | updateObjectIds (std::set< long > &unusedId) |
| try to update the object id of page 0 More...
|
|
bool | updatePageSpans (std::vector< STOFFPageSpan > &pageSpan, int &numPages, bool usePage0=false) const |
| try to update the page span (to create draw document) More...
|
|
bool | sendMasterPages (STOFFGraphicListenerPtr listener) |
| try to send the master pages More...
|
|
bool | sendPages (STOFFListenerPtr listener) |
| try to send the different page More...
|
|
bool | sendPage (int pageId, STOFFListenerPtr listener, bool masterPage=false) |
| try to send a page content More...
|
|
bool | sendObject (int id, STOFFListenerPtr listener, StarState const &state) |
| try to send an object More...
|
|
| StarObject (char const *passwd, std::shared_ptr< STOFFOLEParser > &oleParser, std::shared_ptr< STOFFOLEParser::OleDirectory > &directory) |
| constructor More...
|
|
virtual | ~StarObject () |
| destructor More...
|
|
bool | parse () |
| try to parse data More...
|
|
STOFFDocument::Kind | getDocumentKind () const |
| returns the document kind More...
|
|
const char * | getPassword () const |
| returns the document password (the password given by the user) More...
|
|
std::shared_ptr< STOFFOLEParser::OleDirectory > | getOLEDirectory () |
| returns the object directory More...
|
|
std::shared_ptr< StarAttributeManager > | getAttributeManager () |
| returns the attribute manager More...
|
|
std::shared_ptr< StarFormatManager > | getFormatManager () |
| returns the format manager More...
|
|
const librevenge::RVNGPropertyList & | getMetaData () const |
| returns the meta data (filled by readSfxDocumentInformation) More...
|
|
librevenge::RVNGString | getUserNameMetaData (int i) const |
| returns the ith user meta data More...
|
|
void | cleanPools () |
| clean each pool More...
|
|
std::shared_ptr< StarItemPool > | getNewItemPool (StarItemPool::Type type) |
| returns a new item pool for this document More...
|
|
std::shared_ptr< StarItemPool > | findItemPool (StarItemPool::Type type, bool isInside) |
| check if a pool corresponding to a given type is opened if so returned it. More...
|
|
std::shared_ptr< StarItemPool > | getCurrentPool (bool onlyInside=true) |
| returns the current all/inside pool More...
|
|
bool | readPersistData (StarZone &zone, long endPos) |
| try to read persist data More...
|
|
bool | readSfxStyleSheets (STOFFInputStreamPtr input, std::string const &name) |
| try to read a spreadshet style zone: SfxStyleSheets More...
|
|
bool | readItemSet (StarZone &zone, std::vector< STOFFVec2i > const &limits, long endPos, StarItemSet &itemSet, StarItemPool *pool=nullptr, bool isDirect=false) |
| try to read a list of item More...
|
|
|
bool | readSdrLayer (StarZone &zone, StarObjectModelInternal::Layer &layer) |
| try to read a SdrLayer zone: "DrLy' More...
|
|
bool | readSdrLayerSet (StarZone &zone, StarObjectModelInternal::LayerSet &layers) |
| try to read a SdrLayerSet zone: "DrLS' More...
|
|
std::shared_ptr< StarObjectModelInternal::Page > | readSdrPage (StarZone &zone) |
| try to read a Page/MasterPage zone: "DrPg' More...
|
|
bool | readSdrMPageDesc (StarZone &zone, StarObjectModelInternal::Page &page) |
|
bool | readSdrMPageDescList (StarZone &zone, StarObjectModelInternal::Page &page) |
|
bool | readSdrPageUnknownZone1 (StarZone &zone, long lastPos) |
| try to read a zone which appear at end of a zone: "DrPg' More...
|
|
bool | readPersistElements (STOFFInputStreamPtr input, std::string const &name) |
| the "persist elements" small ole: the list of object More...
|
|
bool | readSfxDocumentInformation (STOFFInputStreamPtr input, std::string const &name) |
| try to read the document information : "SfxDocumentInformation" More...
|
|
bool | readSfxPreview (STOFFInputStreamPtr input, std::string const &name) |
| try to read the preview : "SfxPreview" More...
|
|
bool | readSfxWindows (STOFFInputStreamPtr input, libstoff::DebugFile &ascii) |
| try to read the windows information : "SfxWindows" More...
|
|
bool | readStarFrameworkConfigFile (STOFFInputStreamPtr input, libstoff::DebugFile &ascii) |
| try to read the "Star Framework Config File" More...
|
|
bool | readStarFrameworkConfigItem (STOFFEntry &entry, STOFFInputStreamPtr input, libstoff::DebugFile &ascii) |
| try to read an item in a "Star Framework Config File" More...
|
|
| StarObject (StarObject const &orig, bool duplicateState) |
| copy constructor More...
|
|
the main class to read a SdrModel zone