a line spacing attribute More...
Public Member Functions | |
| StarPAttributeLineSpacing (Type type, std::string const &debugName) | |
| constructor | |
| virtual shared_ptr< StarAttribute > | create () const |
| create a new attribute | |
| virtual bool | read (StarZone &zone, int vers, long endPos, StarObject &object) |
| read a zone | |
| virtual void | addTo (StarState &state, std::set< StarAttribute const * > &) const |
| add to a para | |
| virtual void | printData (libstoff::DebugStream &o) const |
| debug function to print the data | |
Protected Member Functions | |
| StarPAttributeLineSpacing (StarPAttributeLineSpacing const &orig) | |
| copy constructor | |
Protected Attributes | |
| int | m_propLineSpace |
| the prop lineSpacing | |
| int | m_lineSpace |
| the line spacing | |
| int | m_height |
| the height | |
| int | m_lineSpaceRule |
| the line spacing rule: SvxLineSpace | |
| int | m_interLineSpaceRule |
| the inter line spacing rule: SvxInterLineSpace | |
a line spacing attribute
| StarParagraphAttribute::StarPAttributeLineSpacing::StarPAttributeLineSpacing | ( | Type | type, |
| std::string const & | debugName | ||
| ) | [inline] |
constructor
Referenced by create().
| StarParagraphAttribute::StarPAttributeLineSpacing::StarPAttributeLineSpacing | ( | StarPAttributeLineSpacing const & | orig | ) | [inline, protected] |
copy constructor
| void StarParagraphAttribute::StarPAttributeLineSpacing::addTo | ( | StarState & | state, |
| std::set< StarAttribute const * > & | |||
| ) | const [virtual] |
add to a para
Reimplemented from StarAttribute.
| virtual shared_ptr<StarAttribute> StarParagraphAttribute::StarPAttributeLineSpacing::create | ( | ) | const [inline, virtual] |
create a new attribute
Implements StarAttribute.
| virtual void StarParagraphAttribute::StarPAttributeLineSpacing::printData | ( | libstoff::DebugStream & | o | ) | const [inline, virtual] |
| bool StarParagraphAttribute::StarPAttributeLineSpacing::read | ( | StarZone & | zone, |
| int | vers, | ||
| long | endPos, | ||
| StarObject & | object | ||
| ) | [virtual] |
read a zone
Implements StarAttribute.
int StarParagraphAttribute::StarPAttributeLineSpacing::m_height [protected] |
the height
Referenced by addTo(), printData(), and read().
the inter line spacing rule: SvxInterLineSpace
Referenced by addTo(), printData(), and read().
int StarParagraphAttribute::StarPAttributeLineSpacing::m_lineSpace [protected] |
the line spacing
Referenced by addTo(), printData(), and read().
the line spacing rule: SvxLineSpace
Referenced by addTo(), printData(), and read().
the prop lineSpacing
Referenced by printData(), and read().