A class which defines the page properties. More...
#include <STOFFPageSpan.hxx>
Public Types | |
| enum | ZoneType { Page = 0, Header, Footer } |
| the zone type More... | |
Public Member Functions | |
| STOFFPageSpan () | |
| constructor | |
| virtual | ~STOFFPageSpan () |
| destructor | |
| void | addHeaderFooter (bool header, std::string const &occurrence, STOFFHeaderFooter const &hf) |
| add a header on some page: occurrence must be odd|right, even|left, first, last or all | |
| bool | operator== (shared_ptr< STOFFPageSpan > const &pageSpan) const |
| operator== | |
| bool | operator!= (shared_ptr< STOFFPageSpan > const &pageSpan) const |
| operator!= | |
| void | getPageProperty (librevenge::RVNGPropertyList &pList) const |
| add the page properties in pList | |
| void | sendHeaderFooters (STOFFListener *listener) const |
| send the page's headers/footers if some exists | |
Public Attributes | |
| int | m_pageSpan |
| the number of page | |
| librevenge::RVNGPropertyList | m_propertiesList [3] |
| the document, header and footer property list | |
| std::map< std::string, STOFFHeaderFooter > | m_occurrenceHFMap [2] |
| the map occurrence to header/footer document | |
| STOFFSection | m_section |
| the main section | |
| int | m_pageNumber |
| the page number ( or -1) | |
A class which defines the page properties.
constructor
| STOFFPageSpan::~STOFFPageSpan | ( | ) | [virtual] |
destructor
| void STOFFPageSpan::addHeaderFooter | ( | bool | header, |
| std::string const & | occurrence, | ||
| STOFFHeaderFooter const & | hf | ||
| ) |
add a header on some page: occurrence must be odd|right, even|left, first, last or all
| void STOFFPageSpan::getPageProperty | ( | librevenge::RVNGPropertyList & | pList | ) | const |
add the page properties in pList
Referenced by STOFFTextListener::_openPageSpan(), STOFFGraphicListener::_openPageSpan(), STOFFSpreadsheetListener::_openPageSpan(), and STOFFGraphicListener::openMasterPage().
| bool STOFFPageSpan::operator!= | ( | shared_ptr< STOFFPageSpan > const & | pageSpan | ) | const [inline] |
operator!=
| bool STOFFPageSpan::operator== | ( | shared_ptr< STOFFPageSpan > const & | pageSpan | ) | const |
operator==
Referenced by operator!=().
| void STOFFPageSpan::sendHeaderFooters | ( | STOFFListener * | listener | ) | const |
send the page's headers/footers if some exists
Referenced by STOFFTextListener::_openPageSpan(), STOFFGraphicListener::_openPageSpan(), and STOFFSpreadsheetListener::_openPageSpan().
| std::map<std::string, STOFFHeaderFooter> STOFFPageSpan::m_occurrenceHFMap[2] |
the map occurrence to header/footer document
Referenced by addHeaderFooter(), operator==(), and sendHeaderFooters().
the page number ( or -1)
the number of page
Referenced by STOFFTextListener::_openPageSpan(), STOFFGraphicListener::_openPageSpan(), STOFFSpreadsheetListener::_openPageSpan(), SDWParser::createDocument(), SDGParser::createDocument(), SDCParser::createDocument(), SDAParser::createDocument(), getPageProperty(), StarFileManager::readOLEDirectory(), and StarObjectText::updatePageSpans().
| librevenge::RVNGPropertyList STOFFPageSpan::m_propertiesList[3] |
the document, header and footer property list
Referenced by getPageProperty(), operator==(), StarObjectModel::sendMasterPages(), STOFFPageSpan(), StarObjectPageStyleInternal::PageDesc::updatePageSpan(), StarObjectModelInternal::Page::updatePageSpan(), and StarObjectModel::updatePageSpans().
the main section
Referenced by STOFFTextListener::_openPageSpan(), and StarObjectPageStyle::updatePageSpan().