the main class to read a SwPageStyleSheets zone
Definition StarObjectPageStyle.hxx:63
StarObjectPageStyle & operator=(StarObjectPageStyle const &orig)
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
Internal: the structures of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:59