38#ifndef STAR_OBJECT_NUMERICRULER
39# define STAR_OBJECT_NUMERICRULER
79 std::shared_ptr<STOFFList>
getList(librevenge::RVNGString
const &name)
const;
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
StarObjectNumericRuler & operator=(StarObjectNumericRuler const &orig)=delete
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(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