38 #ifndef STAR_OBJECT_NUMERICRULER
39 # define STAR_OBJECT_NUMERICRULER
47 namespace StarObjectNumericRulerInternal
79 shared_ptr<STOFFList>
getList(librevenge::RVNGString
const &name)
const;
shared_ptr< STOFFList > getList(librevenge::RVNGString const &name) const
try to return the list corresponding to a name
Definition: StarObjectNumericRuler.cxx:90
class to store an state: ie.
Definition: StarState.hxx:66
static bool readLevel(StarZone &zone, STOFFListLevel &level)
try to read a number format zone : 'n'
Definition: StarObjectNumericRuler.cxx:205
bool read(StarZone &zone)
try to read a SwNumRules zone
Definition: StarObjectNumericRuler.cxx:106
static bool readAttributeLevel(StarZone &zone, int vers, long lastPos, STOFFListLevel &level)
try to read a attribute format : ATTR_EE_PARA_BULLET
Definition: StarObjectNumericRuler.cxx:441
small structure to keep information about a list level
Definition: STOFFList.hxx:48
static bool readList(StarZone &zone, shared_ptr< STOFFList > &list)
try to read a list : '0' or 'R'
Definition: StarObjectNumericRuler.cxx:352
the main class to read a SwNumRules zone
Definition: StarObjectNumericRuler.hxx:63
a small structure used to store the informations about a list
Definition: STOFFList.hxx:102
StarObjectNumericRuler(StarObject const &orig, bool duplicateState)
constructor
Definition: StarObjectNumericRuler.cxx:79
virtual ~StarObjectNumericRuler()
destructor
Definition: StarObjectNumericRuler.cxx:83
StarObjectNumericRuler & operator=(StarObjectNumericRuler const &orig)
shared_ptr< StarObjectNumericRulerInternal::State > m_numericRulerState
the state
Definition: StarObjectNumericRuler.hxx:90
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56