LibreOffice Module sw (master) 1
|
ColumnDescriptor. More...
#include <fmtclds.hxx>
Public Member Functions | |
SwColumn () | |
bool | operator== (const SwColumn &) const |
void | SetWishWidth (sal_uInt16 nNew) |
void | SetLeft (sal_uInt16 nNew) |
void | SetRight (sal_uInt16 nNew) |
sal_uInt16 | GetWishWidth () const |
sal_uInt16 | GetLeft () const |
sal_uInt16 | GetRight () const |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
sal_uInt16 | m_nWish |
Desired width, borders included. More... | |
sal_uInt16 | m_nLeft |
Left border. More... | |
sal_uInt16 | m_nRight |
Right border. More... | |
ColumnDescriptor.
Definition at line 33 of file fmtclds.hxx.
SwColumn::SwColumn | ( | ) |
Definition at line 810 of file atrfrm.cxx.
void SwColumn::dumpAsXml | ( | xmlTextWriterPtr | pWriter | ) | const |
Definition at line 824 of file atrfrm.cxx.
|
inline |
Definition at line 51 of file fmtclds.hxx.
References m_nLeft.
Referenced by SwLayoutFrame::AdjustColumns(), SwFormatCol::CalcPrtColWidth(), IMPL_LINK_NOARG(), lcl_FillSvxColumn(), operator==(), SwColumnOnlyExample::Paint(), SwFormatCol::QueryValue(), ResizeFrameCols(), SwColumnOnlyExample::SetColumns(), and SwView::StateTabWin().
|
inline |
Definition at line 52 of file fmtclds.hxx.
References m_nRight.
Referenced by SwLayoutFrame::AdjustColumns(), SwFormatCol::CalcPrtColWidth(), IMPL_LINK_NOARG(), lcl_FillSvxColumn(), operator==(), SwColumnOnlyExample::Paint(), SwFormatCol::QueryValue(), ResizeFrameCols(), SwColumnOnlyExample::SetColumns(), and SwView::StateTabWin().
|
inline |
Definition at line 50 of file fmtclds.hxx.
References m_nWish.
Referenced by lcl_ConvertToCols(), operator==(), SwColumnOnlyExample::Paint(), SwFormatCol::QueryValue(), ResizeFrameCols(), and SwColumnOnlyExample::SetColumns().
bool SwColumn::operator== | ( | const SwColumn & | rCmp | ) | const |
Definition at line 817 of file atrfrm.cxx.
References GetLeft(), GetRight(), GetWishWidth(), and m_nWish.
|
inline |
Definition at line 47 of file fmtclds.hxx.
References m_nLeft.
Referenced by SwFormatCol::Calc(), lcl_ConvertToCols(), SwFormatCol::PutValue(), ResizeFrameCols(), wwSectionManager::SetCols(), SwColumnOnlyExample::SetColumns(), and SwFormatCol::SetGutterWidth().
|
inline |
Definition at line 48 of file fmtclds.hxx.
References m_nRight.
Referenced by SwFormatCol::Calc(), lcl_ConvertToCols(), SwFormatCol::PutValue(), ResizeFrameCols(), wwSectionManager::SetCols(), SwColumnOnlyExample::SetColumns(), and SwFormatCol::SetGutterWidth().
|
inline |
Definition at line 46 of file fmtclds.hxx.
References m_nWish.
Referenced by SwFormatCol::Calc(), lcl_ConvertToCols(), SwFormatCol::PutValue(), ResizeFrameCols(), wwSectionManager::SetCols(), and SwColumnOnlyExample::SetColumns().
|
private |
Left border.
Definition at line 38 of file fmtclds.hxx.
Referenced by dumpAsXml(), GetLeft(), and SetLeft().
|
private |
Right border.
Definition at line 39 of file fmtclds.hxx.
Referenced by dumpAsXml(), GetRight(), and SetRight().
|
private |
Desired width, borders included.
It is inversely proportional to the ratio of desired width environment / current width column.
Definition at line 35 of file fmtclds.hxx.
Referenced by dumpAsXml(), GetWishWidth(), operator==(), and SetWishWidth().