StarObjectPageStyle.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/*
35 * Parser to convert a SwPageStyleSheets in a StarOffice document
36 *
37 */
38#ifndef STAR_OBJECT_PAGESTYLE
39# define STAR_OBJECT_PAGESTYLE
40
41#include <ostream>
42#include <vector>
43
45#include "StarObject.hxx"
46
48{
49struct PageDesc;
50
51struct State;
52}
53
54class StarState;
55class StarZone;
56
63{
64public:
66 StarObjectPageStyle(StarObject const &orig, bool duplicateState);
68 ~StarObjectPageStyle() override;
70 bool read(StarZone &zone);
71
73 bool updatePageSpans(std::vector<librevenge::RVNGString> const &listNames, std::vector<STOFFPageSpan> &pageSpan, int &numPages);
74protected:
76 bool updatePageSpan(librevenge::RVNGString const &name, StarState &state);
77 //
78 // low level
79 //
80
81protected:
82 //
83 // data
84 //
85
87 std::shared_ptr<StarObjectPageStyleInternal::State> m_pageStyleState;
88private:
90};
91#endif
92// vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
the main class to read a SwPageStyleSheets zone
Definition StarObjectPageStyle.hxx:63
std::shared_ptr< StarObjectPageStyleInternal::State > m_pageStyleState
the state
Definition StarObjectPageStyle.hxx:87
StarObjectPageStyle(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectPageStyle.cxx:349
bool read(StarZone &zone)
try to read a PageStyle zone
Definition StarObjectPageStyle.cxx:454
StarObjectPageStyle & operator=(StarObjectPageStyle const &orig)=delete
~StarObjectPageStyle() override
destructor
Definition StarObjectPageStyle.cxx:355
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
bool updatePageSpan(librevenge::RVNGString const &name, StarState &state)
try to update the pagespan
Definition StarObjectPageStyle.cxx:362
an object corresponding to an OLE directory
Definition StarObject.hxx:65
class to store an state: ie.
Definition StarState.hxx:68
a zone in a StarOffice file
Definition StarZone.hxx:57
Internal: the structures of a StarObjectPageStyle.
Definition StarObjectPageStyle.cxx:59

Generated on Mon Apr 22 2024 12:48:55 for libstaroffice by doxygen 1.10.0