|
| StarObjectSmallText (StarObject const &orig, bool duplicateState) |
| constructor More...
|
|
| ~StarObjectSmallText () override |
| destructor More...
|
|
bool | read (StarZone &zone, long lastPos) |
| try to read a small text object More...
|
|
bool | send (std::shared_ptr< STOFFListener > listener, int level=-1) |
| try to send a small text zone 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...
|
|
the main class to read a small StarOffice text zone