the main class to read a SwPageStyleSheets zone More...
#include <StarObjectPageStyle.hxx>
Public Member Functions | |
StarObjectPageStyle (StarObject const &orig, bool duplicateState) | |
constructor | |
virtual | ~StarObjectPageStyle () |
destructor | |
bool | read (StarZone &zone) |
try to read a PageStyle zone | |
bool | updatePageSpans (std::vector< librevenge::RVNGString > const &listNames, std::vector< STOFFPageSpan > &pageSpan, int &numPages) |
try to update the page span (to create text document) | |
Protected Member Functions | |
bool | updatePageSpan (librevenge::RVNGString const &name, StarState &state) |
try to update the pagespan | |
Protected Attributes | |
shared_ptr < StarObjectPageStyleInternal::State > | m_pageStyleState |
the state | |
Private Member Functions | |
StarObjectPageStyle & | operator= (StarObjectPageStyle const &orig) |
the main class to read a SwPageStyleSheets zone
StarObjectPageStyle::StarObjectPageStyle | ( | StarObject const & | orig, |
bool | duplicateState | ||
) |
constructor
StarObjectPageStyle::~StarObjectPageStyle | ( | ) | [virtual] |
destructor
StarObjectPageStyle& StarObjectPageStyle::operator= | ( | StarObjectPageStyle const & | orig | ) | [private] |
bool StarObjectPageStyle::read | ( | StarZone & | zone | ) |
try to read a PageStyle zone
bool StarObjectPageStyle::updatePageSpan | ( | librevenge::RVNGString const & | name, |
StarState & | state | ||
) | [protected] |
try to update the pagespan
bool StarObjectPageStyle::updatePageSpans | ( | std::vector< librevenge::RVNGString > const & | listNames, |
std::vector< STOFFPageSpan > & | pageSpan, | ||
int & | numPages | ||
) |
try to update the page span (to create text document)
shared_ptr<StarObjectPageStyleInternal::State> StarObjectPageStyle::m_pageStyleState [protected] |
the state
Referenced by read(), and updatePageSpan().