StarObjectPageStyle & operator=(StarObjectPageStyle const &orig)
StarObjectPageStyle(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectPageStyle.cxx:335
bool read(StarZone &zone)
try to read a PageStyle zone
Definition StarObjectPageStyle.cxx:438
virtual ~StarObjectPageStyle()
destructor
Definition StarObjectPageStyle.cxx:339
bool updatePageSpans(std::vector< librevenge::RVNGString > const &listNames, std::vector< STOFFPageSpan > &pageSpan, int &numPages)
try to update the page span (to create text document)
Definition StarObjectPageStyle.cxx:405
bool updatePageSpan(librevenge::RVNGString const &name, StarState &state)
try to update the pagespan
Definition StarObjectPageStyle.cxx:346
shared_ptr< StarObjectPageStyleInternal::State > m_pageStyleState
the state
Definition StarObjectPageStyle.hxx:87
StarObject(char const *passwd, shared_ptr< STOFFOLEParser > oleParser, shared_ptr< STOFFOLEParser::OleDirectory > directory)
constructor
Definition StarObject.cxx:81
Internal: the structures of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:59
structure to store a page description
Definition StarObjectPageStyle.cxx:139
Internal: the state of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:317