34 #ifndef STOFFPAGESPAN_H
35 #define STOFFPAGESPAN_H
93 bool operator==(std::shared_ptr<STOFFPageSpan>
const &pageSpan)
const;
95 bool operator!=(std::shared_ptr<STOFFPageSpan>
const &pageSpan)
const
This class contains a virtual interface to all listener.
Definition: STOFFListener.hxx:51
A class which defines the page properties.
Definition: STOFFPageSpan.hxx:76
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
Definition: STOFFPageSpan.cxx:89
STOFFPageSpan & operator=(STOFFPageSpan &&)=default
int m_pageNumber
the page number ( or -1)
Definition: STOFFPageSpan.hxx:116
bool operator!=(std::shared_ptr< STOFFPageSpan > const &pageSpan) const
operator!=
Definition: STOFFPageSpan.hxx:95
void getPageProperty(librevenge::RVNGPropertyList &pList) const
add the page properties in pList
Definition: STOFFPageSpan.cxx:120
void sendHeaderFooters(STOFFListener *listener) const
send the page's headers/footers if some exists
Definition: STOFFPageSpan.cxx:94
STOFFPageSpan(STOFFPageSpan &&)=default
ZoneType
the zone type
Definition: STOFFPageSpan.hxx:79
@ Header
Definition: STOFFPageSpan.hxx:79
@ Footer
Definition: STOFFPageSpan.hxx:79
@ Page
Definition: STOFFPageSpan.hxx:79
bool operator==(std::shared_ptr< STOFFPageSpan > const &pageSpan) const
operator==
Definition: STOFFPageSpan.cxx:134
~STOFFPageSpan()
destructor
Definition: STOFFPageSpan.cxx:85
STOFFPageSpan(STOFFPageSpan const &)=default
std::map< std::string, STOFFHeaderFooter > m_occurrenceHFMap[2]
the map occurrence to header/footer document
Definition: STOFFPageSpan.hxx:112
int m_pageSpan
the number of page
Definition: STOFFPageSpan.hxx:108
STOFFPageSpan & operator=(STOFFPageSpan const &)=default
STOFFSection m_section
the main section
Definition: STOFFPageSpan.hxx:114
STOFFPageSpan()
constructor
Definition: STOFFPageSpan.cxx:75
librevenge::RVNGPropertyList m_propertiesList[3]
the document, header and footer property list
Definition: STOFFPageSpan.hxx:110
a class which stores section properties
Definition: STOFFSection.hxx:46
std::shared_ptr< STOFFSubDocument > STOFFSubDocumentPtr
a smart pointer of STOFFSubDocument
Definition: libstaroffice_internal.hxx:499