LibreOffice Module lotuswordpro (master) 1
|
#include <xflineheight.hxx>
Public Member Functions | |
XFLineHeight () | |
void | SetHeight (double value) |
void | SetLeastHeight (double value) |
void | SetPercent (sal_Int32 value) |
void | SetSpace (double value) |
void | Reset () |
void | ToXml (IXFStream *pStrm) |
Private Attributes | |
union { | |
sal_Int32 m_nValue | |
double m_fValue | |
} | m_Value |
enumLHType | m_eType |
Friends | |
bool | operator== (XFLineHeight const &indent1, XFLineHeight const &indent2) |
bool | operator!= (XFLineHeight const &indent1, XFLineHeight const &indent2) |
Definition at line 67 of file xflineheight.hxx.
|
inline |
Definition at line 70 of file xflineheight.hxx.
References Reset().
|
inline |
Definition at line 119 of file xflineheight.hxx.
References enumLHNone, m_eType, and m_Value.
Referenced by XFLineHeight().
|
inline |
Definition at line 97 of file xflineheight.hxx.
References enumLHHeight, m_eType, m_Value, and value.
Referenced by XFParaStyle::SetLineHeight().
|
inline |
Definition at line 103 of file xflineheight.hxx.
References enumLHLeast, m_eType, m_Value, and value.
Referenced by XFParaStyle::SetLineHeight().
|
inline |
Definition at line 109 of file xflineheight.hxx.
References enumLHPercent, m_eType, m_Value, and value.
Referenced by XFParaStyle::SetLineHeight().
|
inline |
Definition at line 114 of file xflineheight.hxx.
References enumLHSpace, m_eType, m_Value, and value.
Referenced by XFParaStyle::SetLineHeight().
|
inline |
Definition at line 125 of file xflineheight.hxx.
References IXFAttrList::AddAttribute(), enumLHHeight, enumLHLeast, enumLHNone, enumLHPercent, enumLHSpace, IXFStream::GetAttrList(), m_eType, and m_Value.
Referenced by XFParaStyle::ToXml().
|
friend |
Definition at line 165 of file xflineheight.hxx.
|
friend |
Definition at line 148 of file xflineheight.hxx.
|
private |
Definition at line 94 of file xflineheight.hxx.
Referenced by Reset(), SetHeight(), SetLeastHeight(), SetPercent(), SetSpace(), and ToXml().
double XFLineHeight::m_fValue |
Definition at line 92 of file xflineheight.hxx.
sal_Int32 XFLineHeight::m_nValue |
Definition at line 91 of file xflineheight.hxx.
union { ... } XFLineHeight::m_Value |
Referenced by Reset(), SetHeight(), SetLeastHeight(), SetPercent(), SetSpace(), and ToXml().