73 bool updatePageSpans(std::vector<librevenge::RVNGString>
const &listNames, std::vector<STOFFPageSpan> &pageSpan,
int &numPages);
StarObjectPageStyle(StarObject const &orig, bool duplicateState)
constructor
Definition: StarObjectPageStyle.cxx:349
StarObjectPageStyle & operator=(StarObjectPageStyle const &orig)=delete
the main class to read a SwPageStyleSheets zone
Definition: StarObjectPageStyle.hxx:62
bool read(StarZone &zone)
try to read a PageStyle zone
Definition: StarObjectPageStyle.cxx:454
~StarObjectPageStyle() override
destructor
Definition: StarObjectPageStyle.cxx:355
Internal: the structures of a StarObjectPageStyle.
Definition: StarObjectPageStyle.cxx:58
bool updatePageSpan(librevenge::RVNGString const &name, StarState &state)
try to update the pagespan
Definition: StarObjectPageStyle.cxx:362
std::shared_ptr< StarObjectPageStyleInternal::State > m_pageStyleState
the state
Definition: StarObjectPageStyle.hxx:87
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