38 #ifndef STAR_OBJECT_NUMERICRULER 39 # define STAR_OBJECT_NUMERICRULER 79 std::shared_ptr<STOFFList>
getList(librevenge::RVNGString
const &name)
const;
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
class to store an state: ie.
Definition: StarState.hxx:67
Internal: the structures of a StarObjectNumericRuler.
Definition: StarObjectNumericRuler.cxx:59
StarObjectNumericRuler & operator=(StarObjectNumericRuler const &orig)=delete
static bool readLevel(StarZone &zone, STOFFListLevel &level)
try to read a number format zone : 'n'
Definition: StarObjectNumericRuler.cxx:209
bool read(StarZone &zone)
try to read a SwNumRules zone
Definition: StarObjectNumericRuler.cxx:110
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
std::shared_ptr< StarObjectNumericRulerInternal::State > m_numericRulerState
the state
Definition: StarObjectNumericRuler.hxx:90
small structure to keep information about a list level
Definition: STOFFList.hxx:48
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:105
StarObjectNumericRuler(StarObject const &orig, bool duplicateState)
constructor
Definition: StarObjectNumericRuler.cxx:81
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56
static bool readList(StarZone &zone, std::shared_ptr< STOFFList > &list)
try to read a list : '0' or 'R'
Definition: StarObjectNumericRuler.cxx:356