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

#include <xfcolumns.hxx>

Collaboration diagram for XFColumns:
[legend]

Public Member Functions

 XFColumns ()
 
void SetSeparator (XFColumnSep const &aSeparator)
 
void SetGap (double fGap)
 
void SetCount (sal_uInt16 nCount)
 
void AddColumn (XFColumn const &column)
 
void ToXml (IXFStream *pStrm)
 

Private Attributes

sal_Int32 m_nFlag
 
sal_uInt16 m_nCount
 
double m_fGap
 
std::vector< XFColumnm_aColumns
 
XFColumnSep m_aSeparator
 

Detailed Description

Definition at line 131 of file xfcolumns.hxx.

Constructor & Destructor Documentation

◆ XFColumns()

XFColumns::XFColumns ( )
inline

Definition at line 134 of file xfcolumns.hxx.

Member Function Documentation

◆ AddColumn()

void XFColumns::AddColumn ( XFColumn const &  column)

Definition at line 138 of file xfcolumns.cxx.

References m_aColumns.

◆ SetCount()

void XFColumns::SetCount ( sal_uInt16  nCount)

Definition at line 149 of file xfcolumns.cxx.

References m_nCount, and nCount.

◆ SetGap()

void XFColumns::SetGap ( double  fGap)

Definition at line 143 of file xfcolumns.cxx.

References m_fGap, m_nFlag, and XFCOLUMNS_FLAG_GAP.

◆ SetSeparator()

void XFColumns::SetSeparator ( XFColumnSep const &  aSeparator)

Definition at line 132 of file xfcolumns.cxx.

References m_aSeparator, m_nFlag, and XFCOLUMNS_FLAG_SEPARATOR.

◆ ToXml()

void XFColumns::ToXml ( IXFStream pStrm)

Member Data Documentation

◆ m_aColumns

std::vector<XFColumn> XFColumns::m_aColumns
private

Definition at line 150 of file xfcolumns.hxx.

Referenced by AddColumn(), and ToXml().

◆ m_aSeparator

XFColumnSep XFColumns::m_aSeparator
private

Definition at line 151 of file xfcolumns.hxx.

Referenced by SetSeparator(), and ToXml().

◆ m_fGap

double XFColumns::m_fGap
private

Definition at line 149 of file xfcolumns.hxx.

Referenced by SetGap(), and ToXml().

◆ m_nCount

sal_uInt16 XFColumns::m_nCount
private

Definition at line 148 of file xfcolumns.hxx.

Referenced by SetCount(), and ToXml().

◆ m_nFlag

sal_Int32 XFColumns::m_nFlag
private

Definition at line 147 of file xfcolumns.hxx.

Referenced by SetGap(), SetSeparator(), and ToXml().


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