LibreOffice Module lotuswordpro (master) 1
|
#include <xfliststyle.hxx>
Public Member Functions | |
XFListLevel () | |
virtual | ~XFListLevel () |
XFListLevel (XFListLevel const &)=default | |
XFListLevel (XFListLevel &&)=default | |
XFListLevel & | operator= (XFListLevel const &)=default |
XFListLevel & | operator= (XFListLevel &&)=default |
void | SetListlevelType (enumXFListLevel type) |
void | SetLevel (sal_Int16 level) |
void | SetDisplayLevel (sal_Int16 nDisplayLevel) |
void | SetIndent (double indent) |
void | SetMinLabelWidth (double labelWidth) |
void | SetMinLabelDistance (double distance) |
void | SetAlignType (enumXFAlignType align) |
virtual void | ToXml (IXFStream *pStrm) |
Protected Attributes | |
sal_Int16 | m_nLevel |
sal_Int16 | m_nDisplayLevel |
double | m_fIndent |
double | m_fMinLabelWidth |
double | m_fMinLabelDistance |
enumXFAlignType | m_eAlign |
enumXFListLevel | m_eListType |
Friends | |
class | XFListStyle |
Definition at line 81 of file xfliststyle.hxx.
XFListLevel::XFListLevel | ( | ) |
Definition at line 64 of file xfliststyle.cxx.
References m_nLevel.
|
inlinevirtual |
Definition at line 86 of file xfliststyle.hxx.
|
default |
|
default |
|
default |
|
default |
|
inline |
Definition at line 228 of file xfliststyle.hxx.
References m_eAlign.
Referenced by XFListStyle::SetListPosition().
|
inline |
Definition at line 238 of file xfliststyle.hxx.
References m_nDisplayLevel.
Referenced by XFListStyle::SetDisplayLevel().
|
inline |
Definition at line 243 of file xfliststyle.hxx.
References m_fIndent.
Referenced by XFListStyle::SetDisplayLevel(), and XFListStyle::SetListPosition().
|
inline |
Definition at line 233 of file xfliststyle.hxx.
References m_nLevel.
Referenced by XFListStyle::SetDisplayLevel(), and XFListStyle::SetListPosition().
|
inline |
Definition at line 223 of file xfliststyle.hxx.
References m_eListType, and type.
Referenced by XFListStyle::SetDisplayLevel(), and XFListStyle::SetListPosition().
|
inline |
Definition at line 253 of file xfliststyle.hxx.
References distance, and m_fMinLabelDistance.
Referenced by XFListStyle::SetListPosition().
|
inline |
Definition at line 248 of file xfliststyle.hxx.
References m_fMinLabelWidth.
Referenced by XFListStyle::SetDisplayLevel(), and XFListStyle::SetListPosition().
|
virtual |
Reimplemented in XFListlevelNumber, XFListLevelBullet, and XFListLevelImage.
Definition at line 74 of file xfliststyle.cxx.
|
friend |
Definition at line 109 of file xfliststyle.hxx.
|
protected |
Definition at line 116 of file xfliststyle.hxx.
Referenced by SetAlignType(), XFListlevelNumber::ToXml(), and XFListLevelBullet::ToXml().
|
protected |
Definition at line 117 of file xfliststyle.hxx.
Referenced by SetListlevelType(), XFListLevelBullet::XFListLevelBullet(), and XFListlevelNumber::XFListlevelNumber().
|
protected |
Definition at line 113 of file xfliststyle.hxx.
Referenced by SetIndent(), XFListlevelNumber::ToXml(), and XFListLevelBullet::ToXml().
|
protected |
Definition at line 115 of file xfliststyle.hxx.
Referenced by SetMinLabelDistance(), XFListlevelNumber::ToXml(), and XFListLevelBullet::ToXml().
|
protected |
Definition at line 114 of file xfliststyle.hxx.
Referenced by SetMinLabelWidth(), XFListlevelNumber::ToXml(), and XFListLevelBullet::ToXml().
|
protected |
Definition at line 112 of file xfliststyle.hxx.
Referenced by SetDisplayLevel(), and XFListlevelNumber::ToXml().
|
protected |
Definition at line 111 of file xfliststyle.hxx.
Referenced by SetLevel(), XFListlevelNumber::ToXml(), and XFListLevelBullet::ToXml().