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