Pattern attribute of StarAttributeInternal. More...
Public Member Functions | |
| StarCAttributePattern () | |
| constructor | |
| ~StarCAttributePattern () | |
| destructor | |
| virtual shared_ptr< StarAttribute > | create () const |
| create a new attribute | |
| virtual bool | read (StarZone &zone, int, long endPos, StarObject &object) |
| read a zone | |
| virtual void | print (libstoff::DebugStream &o, std::set< StarAttribute const * > &done) const |
| debug function to print the data | |
Protected Member Functions | |
| StarCAttributePattern (StarCAttributePattern const &orig) | |
| copy constructor | |
Protected Attributes | |
| librevenge::RVNGString | m_style |
| the style | |
Pattern attribute of StarAttributeInternal.
constructor
Referenced by create().
| StarCellAttribute::StarCAttributePattern::StarCAttributePattern | ( | StarCAttributePattern const & | orig | ) | [inline, protected] |
copy constructor
| virtual shared_ptr<StarAttribute> StarCellAttribute::StarCAttributePattern::create | ( | ) | const [inline, virtual] |
create a new attribute
Reimplemented from StarAttributeItemSet.
| virtual void StarCellAttribute::StarCAttributePattern::print | ( | libstoff::DebugStream & | o, |
| std::set< StarAttribute const * > & | done | ||
| ) | const [inline, virtual] |
debug function to print the data
Reimplemented from StarAttributeItemSet.
| virtual bool StarCellAttribute::StarCAttributePattern::read | ( | StarZone & | zone, |
| int | , | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [inline, virtual] |
read a zone
Reimplemented from StarAttributeItemSet.
librevenge::RVNGString StarCellAttribute::StarCAttributePattern::m_style [protected] |
the style
Referenced by print().