LibreOffice Module lotuswordpro (master) 1
|
Bullet number format. More...
#include <xfnumfmt.hxx>
Public Member Functions | |
XFNumFmt () | |
void | SetPrefix (const OUString &prefix) |
void | SetSuffix (const OUString &suffix) |
void | SetFormat (const OUString &format) |
void | SetStartValue (sal_Int16 start) |
void | ToXml (IXFStream *pStrm) |
Private Attributes | |
OUString | m_strPrefix |
OUString | m_strSuffix |
OUString | m_strFormat |
sal_Int16 | m_nStartValue |
Bullet number format.
Definition at line 70 of file xfnumfmt.hxx.
|
inline |
Definition at line 73 of file xfnumfmt.hxx.
References m_nStartValue.
|
inline |
Definition at line 120 of file xfnumfmt.hxx.
References m_strFormat.
Referenced by LwpBulletStyleMgr::RegisterBulletStyle(), LwpSilverBullet::RegisterStyle(), XFPageNumber::SetNumFmt(), and XFListStyle::XFListStyle().
|
inline |
Definition at line 85 of file xfnumfmt.hxx.
References m_strPrefix, and prefix.
Referenced by LwpBulletStyleMgr::RegisterBulletStyle(), LwpSilverBullet::RegisterStyle(), and XFListLevelBullet::SetPrefix().
|
inline |
Definition at line 125 of file xfnumfmt.hxx.
References m_nStartValue, and start.
Referenced by XFListlevelNumber::SetStartValue().
|
inline |
Definition at line 96 of file xfnumfmt.hxx.
References m_strSuffix.
Referenced by LwpBulletStyleMgr::RegisterBulletStyle(), LwpSilverBullet::RegisterStyle(), XFListLevelBullet::SetSuffix(), and XFListStyle::XFListStyle().
|
inline |
Definition at line 130 of file xfnumfmt.hxx.
References IXFAttrList::AddAttribute(), IXFStream::GetAttrList(), m_nStartValue, m_strFormat, m_strPrefix, and m_strSuffix.
Referenced by XFListlevelNumber::ToXml(), XFListLevelBullet::ToXml(), and XFPageNumber::ToXml().
|
private |
Definition at line 146 of file xfnumfmt.hxx.
Referenced by SetStartValue(), ToXml(), and XFNumFmt().
|
private |
Definition at line 145 of file xfnumfmt.hxx.
Referenced by SetFormat(), and ToXml().
|
private |
Definition at line 143 of file xfnumfmt.hxx.
Referenced by SetPrefix(), and ToXml().
|
private |
Definition at line 144 of file xfnumfmt.hxx.
Referenced by SetSuffix(), and ToXml().