60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLINEHEIGHT_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFLINEHEIGHT_HXX
137 pAttrList->
AddAttribute(
"style:line-height-at-least",OUString::number(
m_Value.m_fValue) +
"cm" );
143 pAttrList->
AddAttribute(
"style:line-spacing", OUString::number(
m_Value.m_fValue) +
"cm" );
Attribute list interface for sax writer.
virtual void AddAttribute(const OUString &name, const OUString &value)=0
@descr: Add an attribute to the attribute list.
Stream wrapper for sax writer.
virtual IXFAttrList * GetAttrList()=0
@descr return the Attribute list interface.
void ToXml(IXFStream *pStrm)
friend bool operator!=(XFLineHeight const &indent1, XFLineHeight const &indent2)
union XFLineHeight::@68 m_Value
void SetLeastHeight(double value)
friend bool operator==(XFLineHeight const &indent1, XFLineHeight const &indent2)
void SetPercent(sal_Int32 value)
void SetSpace(double value)
void SetHeight(double value)
bool operator==(XFLineHeight const &lh1, XFLineHeight const &lh2)
bool operator!=(XFLineHeight const &lh1, XFLineHeight const &lh2)