|
LibreOffice Module lotuswordpro (master) 1
|
#include <xfcolumns.hxx>
Public Member Functions | |
| XFColumnSep () | |
| void | SetRelHeight (sal_Int32 height) |
| void | SetWidth (double width) |
| void | SetColor (XFColor const &color) |
| void | SetVerticalAlign (enumXFAlignType align) |
| void | ToXml (IXFStream *pStrm) |
Private Attributes | |
| sal_Int32 | m_nRelHeight |
| double | m_fWidth |
| XFColor | m_aColor |
| enumXFAlignType | m_eVertAlign |
Friends | |
| class | XFColumns |
Definition at line 107 of file xfcolumns.hxx.
|
inline |
Definition at line 110 of file xfcolumns.hxx.
| void XFColumnSep::SetColor | ( | XFColor const & | color | ) |
Definition at line 96 of file xfcolumns.cxx.
References m_aColor.
Referenced by LwpLayout::GetColumnSep().
| void XFColumnSep::SetRelHeight | ( | sal_Int32 | height | ) |
Definition at line 87 of file xfcolumns.cxx.
References m_nRelHeight.
Referenced by LwpLayout::GetColumnSep().
| void XFColumnSep::SetVerticalAlign | ( | enumXFAlignType | align | ) |
Definition at line 100 of file xfcolumns.cxx.
References m_eVertAlign.
Referenced by LwpLayout::GetColumnSep().
| void XFColumnSep::SetWidth | ( | double | width | ) |
Definition at line 92 of file xfcolumns.cxx.
References m_fWidth.
Referenced by LwpLayout::GetColumnSep().
| void XFColumnSep::ToXml | ( | IXFStream * | pStrm | ) |
Definition at line 105 of file xfcolumns.cxx.
References IXFAttrList::AddAttribute(), IXFAttrList::Clear(), IXFStream::EndElement(), enumXFAlignBottom, enumXFAlignMiddle, enumXFAlignTop, IXFStream::GetAttrList(), XFColor::IsValid(), m_aColor, m_eVertAlign, m_fWidth, m_nRelHeight, IXFStream::StartElement(), and XFColor::ToString().
Referenced by XFColumns::ToXml().
|
friend |
Definition at line 123 of file xfcolumns.hxx.
|
private |
Definition at line 127 of file xfcolumns.hxx.
Referenced by SetColor(), and ToXml().
|
private |
Definition at line 128 of file xfcolumns.hxx.
Referenced by SetVerticalAlign(), and ToXml().
|
private |
Definition at line 126 of file xfcolumns.hxx.
Referenced by SetWidth(), and ToXml().
|
private |
Definition at line 125 of file xfcolumns.hxx.
Referenced by SetRelHeight(), and ToXml().