StarObjectNumericRuler Class Reference

the main class to read a SwNumRules zone More...

#include <StarObjectNumericRuler.hxx>

Inheritance diagram for StarObjectNumericRuler:
StarObject

List of all members.

Public Member Functions

 StarObjectNumericRuler (StarObject const &orig, bool duplicateState)
 constructor
virtual ~StarObjectNumericRuler ()
 destructor
bool read (StarZone &zone)
 try to read a SwNumRules zone
shared_ptr< STOFFListgetList (librevenge::RVNGString const &name) const
 try to return the list corresponding to a name

Static Public Member Functions

static bool readLevel (StarZone &zone, STOFFListLevel &level)
 try to read a number format zone : 'n'
static bool readAttributeLevel (StarZone &zone, int vers, long lastPos, STOFFListLevel &level)
 try to read a attribute format : ATTR_EE_PARA_BULLET
static bool readList (StarZone &zone, shared_ptr< STOFFList > &list)
 try to read a list : '0' or 'R'

Protected Attributes

shared_ptr
< StarObjectNumericRulerInternal::State
m_numericRulerState
 the state

Private Member Functions

StarObjectNumericRuleroperator= (StarObjectNumericRuler const &orig)

Detailed Description

the main class to read a SwNumRules zone


Constructor & Destructor Documentation

StarObjectNumericRuler::StarObjectNumericRuler ( StarObject const &  orig,
bool  duplicateState 
)

constructor


Member Function Documentation

shared_ptr< STOFFList > StarObjectNumericRuler::getList ( librevenge::RVNGString const &  name) const

try to return the list corresponding to a name

StarObjectNumericRuler& StarObjectNumericRuler::operator= ( StarObjectNumericRuler const &  orig) [private]

try to read a SwNumRules zone

bool StarObjectNumericRuler::readAttributeLevel ( StarZone zone,
int  vers,
long  lastPos,
STOFFListLevel level 
) [static]

try to read a attribute format : ATTR_EE_PARA_BULLET

Referenced by StarParagraphAttribute::StarPAttributeBulletSimple::read().

bool StarObjectNumericRuler::readLevel ( StarZone zone,
STOFFListLevel level 
) [static]

try to read a number format zone : 'n'

Referenced by readList().

bool StarObjectNumericRuler::readList ( StarZone zone,
shared_ptr< STOFFList > &  list 
) [static]

try to read a list : '0' or 'R'

Referenced by read(), StarObjectText::readSWTextZone(), and StarObjectText::readWriterDocument().


Member Data Documentation


The documentation for this class was generated from the following files: