LibreOffice Module lotuswordpro (master) 1
|
#include <xfliststyle.hxx>
Public Member Functions | |
XFListLevelBullet () | |
void | SetBulletChar (OUString const &ch) |
void | SetPrefix (const OUString &prefix) |
void | SetSuffix (const OUString &suffix) |
void | SetFontName (const OUString &name) |
virtual void | ToXml (IXFStream *pStrm) override |
Public Member Functions inherited from XFListLevel | |
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) |
Private Attributes | |
XFNumFmt | m_aNumFmt |
OUString | m_chBullet |
OUString | m_strFontName |
Additional Inherited Members | |
Protected Attributes inherited from XFListLevel | |
sal_Int16 | m_nLevel |
sal_Int16 | m_nDisplayLevel |
double | m_fIndent |
double | m_fMinLabelWidth |
double | m_fMinLabelDistance |
enumXFAlignType | m_eAlign |
enumXFListLevel | m_eListType |
Definition at line 143 of file xfliststyle.hxx.
|
inline |
Definition at line 146 of file xfliststyle.hxx.
References enumXFListLevelBullet, and XFListLevel::m_eListType.
|
inline |
Definition at line 151 of file xfliststyle.hxx.
References ch, and m_chBullet.
|
inline |
Definition at line 163 of file xfliststyle.hxx.
References m_strFontName, and name.
|
inline |
Definition at line 155 of file xfliststyle.hxx.
References m_aNumFmt, prefix, and XFNumFmt::SetPrefix().
|
inline |
Definition at line 159 of file xfliststyle.hxx.
References m_aNumFmt, and XFNumFmt::SetSuffix().
|
overridevirtual |
Reimplemented from XFListLevel.
Definition at line 113 of file xfliststyle.cxx.
References IXFAttrList::AddAttribute(), IXFAttrList::Clear(), IXFStream::EndElement(), GetAlignName(), IXFStream::GetAttrList(), m_aNumFmt, m_chBullet, XFListLevel::m_eAlign, XFListLevel::m_fIndent, XFListLevel::m_fMinLabelDistance, XFListLevel::m_fMinLabelWidth, XFListLevel::m_nLevel, m_strFontName, IXFStream::StartElement(), and XFNumFmt::ToXml().
|
private |
Definition at line 170 of file xfliststyle.hxx.
Referenced by SetPrefix(), SetSuffix(), and ToXml().
|
private |
Definition at line 171 of file xfliststyle.hxx.
Referenced by SetBulletChar(), and ToXml().
|
private |
Definition at line 172 of file xfliststyle.hxx.
Referenced by SetFontName(), and ToXml().