the main class to read a StarOffice draw More...
#include <StarObjectDraw.hxx>
Public Member Functions | |
StarObjectDraw (StarObject const &orig, bool duplicateState) | |
constructor More... | |
~StarObjectDraw () override | |
destructor More... | |
bool | parse () |
try to parse the current object More... | |
bool | updatePageSpans (std::vector< STOFFPageSpan > &pageSpan, int &numPages) const |
try to update the page span (to create draw document) More... | |
bool | sendPages (STOFFGraphicListenerPtr listener) |
try to send the different page More... | |
bool | sendMasterPages (STOFFGraphicListenerPtr listener) |
try to send the master pages 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... | |
Protected Member Functions | |
bool | readDrawDocument (STOFFInputStreamPtr input, std::string const &fileName) |
try to read a spreadsheet zone: StarDrawDocument .sdd More... | |
bool | readSfxStyleSheets (STOFFInputStreamPtr input, std::string const &fileName) |
try to read a draw style zone: SfxStyleSheets 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... | |
Static Protected Member Functions | |
static bool | readSdrCustomShow (StarZone &zone) |
try to read a SdCustomShow More... | |
static bool | readSdrFrameView (StarZone &zone) |
try to read a SdrFrameView More... | |
static bool | readSdrView (StarZone &zone) |
try to read a SdrView More... | |
static bool | readSdrHelpLine (StarZone &zone) |
try to read a SdrHelpLine More... | |
static bool | readSdrHelpLineSet (StarZone &zone) |
try to read a SdrHelpLine list More... | |
static bool | readPresentationData (StarZone &zone) |
try to read the presentation data More... | |
Protected Attributes | |
std::shared_ptr< StarObjectDrawInternal::State > | m_drawState |
the state More... | |
![]() | |
const char * | m_password |
the document password More... | |
std::shared_ptr< STOFFOLEParser > | m_oleParser |
the ole parser More... | |
std::shared_ptr< STOFFOLEParser::OleDirectory > | m_directory |
the directory More... | |
std::shared_ptr< StarObjectInternal::State > | m_state |
the state More... | |
librevenge::RVNGPropertyList | m_metaData |
the meta data More... | |
the main class to read a StarOffice draw
StarObjectDraw::StarObjectDraw | ( | StarObject const & | orig, |
bool | duplicateState | ||
) |
constructor
|
override |
destructor
bool StarObjectDraw::parse | ( | ) |
try to parse the current object
Referenced by StarFileManager::checkUnparsed(), SDXParser::createZones(), and StarFileManager::readOLEDirectory().
|
protected |
try to read a spreadsheet zone: StarDrawDocument .sdd
Referenced by parse().
|
staticprotected |
try to read the presentation data
Referenced by readDrawDocument().
|
staticprotected |
try to read a SdCustomShow
Referenced by readPresentationData().
|
staticprotected |
try to read a SdrFrameView
Referenced by readPresentationData().
|
staticprotected |
try to read a SdrHelpLine
Referenced by readSdrHelpLineSet().
|
staticprotected |
try to read a SdrHelpLine list
Referenced by readSdrFrameView().
|
staticprotected |
try to read a SdrView
Referenced by readSdrFrameView().
|
protected |
try to read a draw style zone: SfxStyleSheets
Referenced by parse().
bool StarObjectDraw::sendMasterPages | ( | STOFFGraphicListenerPtr | listener | ) |
try to send the master pages
bool StarObjectDraw::sendPages | ( | STOFFGraphicListenerPtr | listener | ) |
try to send the different page
Referenced by StarFileManager::readOLEDirectory().
bool StarObjectDraw::updatePageSpans | ( | std::vector< STOFFPageSpan > & | pageSpan, |
int & | numPages | ||
) | const |
try to update the page span (to create draw document)
Referenced by StarFileManager::readOLEDirectory().
|
protected |
the state
Referenced by readDrawDocument(), sendMasterPages(), sendPages(), and updatePageSpans().