|
LibreOffice Module svx (master) 1
|
#include <rulritem.hxx>
Public Member Functions | |
| SvxColumnDescription (tools::Long start, tools::Long end, bool bVis) | |
| SvxColumnDescription (tools::Long start, tools::Long end, tools::Long endMin, tools::Long endMax, bool bVis) | |
| bool | operator== (const SvxColumnDescription &rCmp) const |
| bool | operator!= (const SvxColumnDescription &rCmp) const |
| tools::Long | GetWidth () const |
Public Attributes | |
| tools::Long | nStart |
| tools::Long | nEnd |
| bool | bVisible |
| tools::Long | nEndMin |
| tools::Long | nEndMax |
Definition at line 117 of file rulritem.hxx.
| SvxColumnDescription::SvxColumnDescription | ( | tools::Long | start, |
| tools::Long | end, | ||
| bool | bVis | ||
| ) |
Definition at line 577 of file rulritem.cxx.
| SvxColumnDescription::SvxColumnDescription | ( | tools::Long | start, |
| tools::Long | end, | ||
| tools::Long | endMin, | ||
| tools::Long | endMax, | ||
| bool | bVis | ||
| ) |
| tools::Long SvxColumnDescription::GetWidth | ( | ) | const |
Definition at line 608 of file rulritem.cxx.
| bool SvxColumnDescription::operator!= | ( | const SvxColumnDescription & | rCmp | ) | const |
Definition at line 603 of file rulritem.cxx.
References operator==().
| bool SvxColumnDescription::operator== | ( | const SvxColumnDescription & | rCmp | ) | const |
Definition at line 594 of file rulritem.cxx.
References bVisible, nEnd, nEndMax, nEndMin, and nStart.
Referenced by operator!=().
| bool SvxColumnDescription::bVisible |
Definition at line 121 of file rulritem.hxx.
Referenced by operator==().
| tools::Long SvxColumnDescription::nEnd |
Definition at line 120 of file rulritem.hxx.
Referenced by GetWidth(), and operator==().
| tools::Long SvxColumnDescription::nEndMax |
Definition at line 124 of file rulritem.hxx.
Referenced by operator==().
| tools::Long SvxColumnDescription::nEndMin |
Definition at line 123 of file rulritem.hxx.
Referenced by operator==().
| tools::Long SvxColumnDescription::nStart |
Definition at line 119 of file rulritem.hxx.
Referenced by GetWidth(), and operator==().