std::shared_ptr< StarObjectPageStyleInternal::State > m_pageStyleState
the state
Definition StarObjectPageStyle.hxx:87
StarObjectPageStyle(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectPageStyle.cxx:349
bool read(StarZone &zone)
try to read a PageStyle zone
Definition StarObjectPageStyle.cxx:454
StarObjectPageStyle & operator=(StarObjectPageStyle const &orig)=delete
~StarObjectPageStyle() override
destructor
Definition StarObjectPageStyle.cxx:355
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:421
bool updatePageSpan(librevenge::RVNGString const &name, StarState &state)
try to update the pagespan
Definition StarObjectPageStyle.cxx:362
StarObject(char const *passwd, std::shared_ptr< STOFFOLEParser > &oleParser, std::shared_ptr< STOFFOLEParser::OleDirectory > &directory)
constructor
Definition StarObject.cxx:80
Internal: the structures of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:59
structure to store a page description
Definition StarObjectPageStyle.cxx:143
Internal: the state of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:328