LibreOffice Module lotuswordpro (master) 1
|
@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 |
@descr Columns object for page or section.
Definition at line 74 of file xfcolumns.hxx.
|
inline |
Definition at line 77 of file xfcolumns.hxx.
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().
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().
void XFColumn::ToXml | ( | IXFStream * | pStrm | ) |
@descr output column style as an xml node.
Definition at line 74 of file xfcolumns.cxx.
References IXFAttrList::AddAttribute(), IXFAttrList::Clear(), IXFStream::EndElement(), IXFStream::GetAttrList(), m_fMarginLeft, m_fMarginRight, m_nRelWidth, and IXFStream::StartElement().
|
friend |
Definition at line 99 of file xfcolumns.hxx.
|
private |
Definition at line 103 of file xfcolumns.hxx.
Referenced by SetMargins(), and ToXml().
|
private |
Definition at line 104 of file xfcolumns.hxx.
Referenced by SetMargins(), and ToXml().
|
private |
Definition at line 102 of file xfcolumns.hxx.
Referenced by SetRelWidth(), and ToXml().