the main class to read a SwNumRules zone More...
#include <StarObjectNumericRuler.hxx>
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< STOFFList > | getList (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 | |
| StarObjectNumericRuler & | operator= (StarObjectNumericRuler const &orig) |
the main class to read a SwNumRules zone
| StarObjectNumericRuler::StarObjectNumericRuler | ( | StarObject const & | orig, |
| bool | duplicateState | ||
| ) |
constructor
| StarObjectNumericRuler::~StarObjectNumericRuler | ( | ) | [virtual] |
destructor
| 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] |
| bool StarObjectNumericRuler::read | ( | StarZone & | zone | ) |
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().
shared_ptr<StarObjectNumericRulerInternal::State> StarObjectNumericRuler::m_numericRulerState [protected] |