STOFFPageSpan.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; c-default-style: "k&r"; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */
2 
3 /* libstaroffice
4 * Version: MPL 2.0 / LGPLv2+
5 *
6 * The contents of this file are subject to the Mozilla Public License Version
7 * 2.0 (the "License"); you may not use this file except in compliance with
8 * the License or as specified alternatively below. You may obtain a copy of
9 * the License at http://www.mozilla.org/MPL/
10 *
11 * Software distributed under the License is distributed on an "AS IS" basis,
12 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 * for the specific language governing rights and limitations under the
14 * License.
15 *
16 * Major Contributor(s):
17 * Copyright (C) 2002 William Lachance (wrlach@gmail.com)
18 * Copyright (C) 2002,2004 Marc Maurer (uwog@uwog.net)
19 * Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)
20 * Copyright (C) 2006, 2007 Andrew Ziem
21 * Copyright (C) 2011, 2012 Alonso Laurent (alonso@loria.fr)
22 *
23 *
24 * All Rights Reserved.
25 *
26 * For minor contributions see the git repository.
27 *
28 * Alternatively, the contents of this file may be used under the terms of
29 * the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
30 * in which case the provisions of the LGPLv2+ are applicable
31 * instead of those above.
32 */
33 
34 #ifndef STOFFPAGESPAN_H
35 #define STOFFPAGESPAN_H
36 
37 #include <map>
38 #include <vector>
39 
41 
42 #include "STOFFFont.hxx"
43 
44 class STOFFListener;
45 
48 {
49 public:
51  enum Type { R_Left=0, R_Center, R_Right, R_All };
54  {
55  }
58  {
59  }
61  bool operator==(STOFFHeaderFooter const &headerFooter) const;
63  bool operator!=(STOFFHeaderFooter const &headerFooter) const
64  {
65  return !operator==(headerFooter);
66  }
68  void send(STOFFListener *listener, bool header) const;
71 };
72 
75 {
76 public:
78  enum ZoneType { Page=0, Header, Footer };
79 public:
81  STOFFPageSpan();
83  virtual ~STOFFPageSpan();
84 
86  void addHeaderFooter(bool header, std::string const &occurrence, STOFFHeaderFooter const &hf);
88  bool operator==(shared_ptr<STOFFPageSpan> const &pageSpan) const;
90  bool operator!=(shared_ptr<STOFFPageSpan> const &pageSpan) const
91  {
92  return !operator==(pageSpan);
93  }
94 
95  // interface with STOFFListener
96 
98  void getPageProperty(librevenge::RVNGPropertyList &pList) const;
100  void sendHeaderFooters(STOFFListener *listener) const;
101 
105  librevenge::RVNGPropertyList m_propertiesList[3];
107  std::map<std::string, STOFFHeaderFooter> m_occurrenceHFMap[2];
110 };
111 
112 #endif
113 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
int m_pageSpan
the number of page
Definition: STOFFPageSpan.hxx:103
Definition: STOFFPageSpan.hxx:51
a class which stores the header/footer
Definition: STOFFPageSpan.hxx:47
bool operator!=(STOFFHeaderFooter const &headerFooter) const
operator!=
Definition: STOFFPageSpan.hxx:63
bool operator==(STOFFHeaderFooter const &headerFooter) const
operator==
Definition: STOFFPageSpan.cxx:44
Definition: STOFFPageSpan.hxx:51
ZoneType
the zone type
Definition: STOFFPageSpan.hxx:78
shared_ptr< STOFFSubDocument > STOFFSubDocumentPtr
a smart pointer of STOFFSubDocument
Definition: libstaroffice_internal.hxx:492
Type
the different type
Definition: STOFFPageSpan.hxx:51
Definition: STOFFPageSpan.hxx:51
STOFFHeaderFooter()
constructor
Definition: STOFFPageSpan.hxx:53
STOFFSubDocumentPtr m_subDocument[4]
the document data: left, center, right, all
Definition: STOFFPageSpan.hxx:70
void send(STOFFListener *listener, bool header) const
send to header to the listener
Definition: STOFFPageSpan.cxx:57
ZoneType m_actualZone
the actual zone type
Definition: STOFFPageSpan.hxx:109
A class which defines the page properties.
Definition: STOFFPageSpan.hxx:74
bool operator!=(shared_ptr< STOFFPageSpan > const &pageSpan) const
operator!=
Definition: STOFFPageSpan.hxx:90
~STOFFHeaderFooter()
destructor
Definition: STOFFPageSpan.hxx:57
This class contains a virtual interface to all listener.
Definition: STOFFListener.hxx:49
Definition: STOFFPageSpan.hxx:51

Generated on Thu Mar 10 2016 10:00:11 for libstaroffice by doxygen 1.8.11