LibreOffice Module lotuswordpro (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
XFDropcap Class Reference

#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)
 

Detailed Description

Definition at line 65 of file xfdropcap.hxx.

Constructor & Destructor Documentation

◆ XFDropcap()

XFDropcap::XFDropcap ( )
inline

Definition at line 68 of file xfdropcap.hxx.

References Reset().

Member Function Documentation

◆ Reset()

void XFDropcap::Reset ( void  )
inline

Definition at line 109 of file xfdropcap.hxx.

References m_fDistance, m_nCharCount, m_nLines, and m_strStyleName.

Referenced by XFDropcap().

◆ SetCharCount()

void XFDropcap::SetCharCount ( sal_Int32  count)
inline

Definition at line 94 of file xfdropcap.hxx.

References count, and m_nCharCount.

Referenced by XFParaStyle::SetDropCap().

◆ SetDistance()

void XFDropcap::SetDistance ( double  distance)
inline

Definition at line 104 of file xfdropcap.hxx.

References distance, and m_fDistance.

Referenced by XFParaStyle::SetDropCap().

◆ SetLines()

void XFDropcap::SetLines ( sal_Int32  lines)
inline

Definition at line 99 of file xfdropcap.hxx.

References m_nLines.

Referenced by XFParaStyle::SetDropCap().

◆ ToXml()

void XFDropcap::ToXml ( IXFStream pStrm)
inline

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( XFDropcap const &  dc1,
XFDropcap const &  dc2 
)
friend

Definition at line 143 of file xfdropcap.hxx.

◆ operator==

bool operator== ( XFDropcap const &  dc1,
XFDropcap const &  dc2 
)
friend

Definition at line 133 of file xfdropcap.hxx.

◆ XFParaStyle

friend class XFParaStyle
friend

Definition at line 86 of file xfdropcap.hxx.

Member Data Documentation

◆ m_fDistance

double XFDropcap::m_fDistance
private

Definition at line 90 of file xfdropcap.hxx.

Referenced by Reset(), SetDistance(), and ToXml().

◆ m_nCharCount

sal_Int32 XFDropcap::m_nCharCount
private

Definition at line 88 of file xfdropcap.hxx.

Referenced by Reset(), SetCharCount(), and ToXml().

◆ m_nLines

sal_Int32 XFDropcap::m_nLines
private

Definition at line 89 of file xfdropcap.hxx.

Referenced by Reset(), SetLines(), and ToXml().

◆ m_strStyleName

OUString XFDropcap::m_strStyleName
private

Definition at line 91 of file xfdropcap.hxx.

Referenced by Reset(), and ToXml().


The documentation for this class was generated from the following file: