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

@descr Columns object for page or section. More...

#include <xfcolumns.hxx>

Public Member Functions

 XFColumn ()
 
void SetRelWidth (sal_Int32 width)
 @descr Set column relative width. More...
 
void SetMargins (double left, double right)
 @descr Set column margin left and margin right. More...
 
void ToXml (IXFStream *pStrm)
 @descr output column style as an xml node. More...
 

Private Attributes

sal_Int32 m_nRelWidth
 
double m_fMarginLeft
 
double m_fMarginRight
 

Friends

class XFColumns
 

Detailed Description

@descr Columns object for page or section.

Definition at line 74 of file xfcolumns.hxx.

Constructor & Destructor Documentation

◆ XFColumn()

XFColumn::XFColumn ( )
inline

Definition at line 77 of file xfcolumns.hxx.

Member Function Documentation

◆ SetMargins()

void XFColumn::SetMargins ( double  left,
double  right 
)

@descr Set column margin left and margin right.

Definition at line 68 of file xfcolumns.cxx.

References left, m_fMarginLeft, m_fMarginRight, and right.

Referenced by LwpLayout::GetXFColumns().

◆ SetRelWidth()

void XFColumn::SetRelWidth ( sal_Int32  width)

@descr Set column relative width.

Definition at line 63 of file xfcolumns.cxx.

References m_nRelWidth.

Referenced by LwpLayout::GetXFColumns().

◆ ToXml()

void XFColumn::ToXml ( IXFStream pStrm)

Friends And Related Function Documentation

◆ XFColumns

friend class XFColumns
friend

Definition at line 99 of file xfcolumns.hxx.

Member Data Documentation

◆ m_fMarginLeft

double XFColumn::m_fMarginLeft
private

Definition at line 103 of file xfcolumns.hxx.

Referenced by SetMargins(), and ToXml().

◆ m_fMarginRight

double XFColumn::m_fMarginRight
private

Definition at line 104 of file xfcolumns.hxx.

Referenced by SetMargins(), and ToXml().

◆ m_nRelWidth

sal_Int32 XFColumn::m_nRelWidth
private

Definition at line 102 of file xfcolumns.hxx.

Referenced by SetRelWidth(), and ToXml().


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