the main class to read a SwPageStyleSheets zone
Definition StarObjectPageStyle.hxx:63
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
Internal: the structures of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:59