StarObjectNumericRuler.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 SwNumRules in a StarOffice document
36  *
37  */
38 #ifndef STAR_OBJECT_NUMERICRULER
39 # define STAR_OBJECT_NUMERICRULER
40 
41 #include <ostream>
42 #include <vector>
43 
45 #include "StarObject.hxx"
46 
48 {
49 struct State;
50 }
51 
52 class StarState;
53 class StarZone;
54 
55 struct STOFFListLevel;
56 class STOFFList;
57 
64 {
65 public:
67  StarObjectNumericRuler(StarObject const &orig, bool duplicateState);
69  ~StarObjectNumericRuler() override;
71  static bool readLevel(StarZone &zone, STOFFListLevel &level);
73  static bool readAttributeLevel(StarZone &zone, int vers, long lastPos, STOFFListLevel &level);
75  static bool readList(StarZone &zone, std::shared_ptr<STOFFList> &list);
77  bool read(StarZone &zone);
79  std::shared_ptr<STOFFList> getList(librevenge::RVNGString const &name) const;
80  //
81  // low level
82  //
83 
84 protected:
85  //
86  // data
87  //
88 
90  std::shared_ptr<StarObjectNumericRulerInternal::State> m_numericRulerState;
91 private:
93 };
94 #endif
95 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
a small structure used to store the informations about a list
Definition: STOFFList.hxx:110
the main class to read a SwNumRules zone
Definition: StarObjectNumericRuler.hxx:64
static bool readAttributeLevel(StarZone &zone, int vers, long lastPos, STOFFListLevel &level)
try to read a attribute format : ATTR_EE_PARA_BULLET
Definition: StarObjectNumericRuler.cxx:445
static bool readList(StarZone &zone, std::shared_ptr< STOFFList > &list)
try to read a list : '0' or 'R'
Definition: StarObjectNumericRuler.cxx:356
std::shared_ptr< STOFFList > getList(librevenge::RVNGString const &name) const
try to return the list corresponding to a name
Definition: StarObjectNumericRuler.cxx:94
~StarObjectNumericRuler() override
destructor
Definition: StarObjectNumericRuler.cxx:87
bool read(StarZone &zone)
try to read a SwNumRules zone
Definition: StarObjectNumericRuler.cxx:110
std::shared_ptr< StarObjectNumericRulerInternal::State > m_numericRulerState
the state
Definition: StarObjectNumericRuler.hxx:90
StarObjectNumericRuler & operator=(StarObjectNumericRuler const &orig)=delete
StarObjectNumericRuler(StarObject const &orig, bool duplicateState)
constructor
Definition: StarObjectNumericRuler.cxx:81
static bool readLevel(StarZone &zone, STOFFListLevel &level)
try to read a number format zone : 'n'
Definition: StarObjectNumericRuler.cxx:209
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 StarObjectNumericRuler.
Definition: StarObjectNumericRuler.cxx:60
small structure to keep information about a list level
Definition: STOFFList.hxx:48

Generated on Wed Mar 15 2023 00:00:00 for libstaroffice by doxygen 1.9.1