LibreOffice Module lotuswordpro (master) 1
|
#include <xfdropcap.hxx>
Public Member Functions | |
XFDropcap () | |
void | SetCharCount (sal_Int32 count) |
void | SetLines (sal_Int32 lines) |
void | SetDistance (double distance) |
void | Reset () |
void | ToXml (IXFStream *pStrm) |
Private Attributes | |
sal_Int32 | m_nCharCount |
sal_Int32 | m_nLines |
double | m_fDistance |
OUString | m_strStyleName |
Friends | |
class | XFParaStyle |
bool | operator== (XFDropcap const &dc1, XFDropcap const &dc2) |
bool | operator!= (XFDropcap const &dc1, XFDropcap const &dc2) |
Definition at line 65 of file xfdropcap.hxx.
|
inline |
Definition at line 68 of file xfdropcap.hxx.
References Reset().
|
inline |
Definition at line 109 of file xfdropcap.hxx.
References m_fDistance, m_nCharCount, m_nLines, and m_strStyleName.
Referenced by XFDropcap().
|
inline |
Definition at line 94 of file xfdropcap.hxx.
References count, and m_nCharCount.
Referenced by XFParaStyle::SetDropCap().
|
inline |
Definition at line 104 of file xfdropcap.hxx.
References distance, and m_fDistance.
Referenced by XFParaStyle::SetDropCap().
|
inline |
Definition at line 99 of file xfdropcap.hxx.
References m_nLines.
Referenced by XFParaStyle::SetDropCap().
|
inline |
Definition at line 117 of file xfdropcap.hxx.
References IXFAttrList::AddAttribute(), IXFAttrList::Clear(), IXFStream::EndElement(), IXFStream::GetAttrList(), m_fDistance, m_nCharCount, m_nLines, m_strStyleName, and IXFStream::StartElement().
Referenced by XFParaStyle::ToXml().
Definition at line 143 of file xfdropcap.hxx.
Definition at line 133 of file xfdropcap.hxx.
|
friend |
Definition at line 86 of file xfdropcap.hxx.
|
private |
Definition at line 90 of file xfdropcap.hxx.
Referenced by Reset(), SetDistance(), and ToXml().
|
private |
Definition at line 88 of file xfdropcap.hxx.
Referenced by Reset(), SetCharCount(), and ToXml().
|
private |
Definition at line 89 of file xfdropcap.hxx.
Referenced by Reset(), SetLines(), and ToXml().
|
private |
Definition at line 91 of file xfdropcap.hxx.