|
LibreOffice Module toolkit (master) 1
|
#include <tablecontrol_impl.hxx>
Public Member Functions | |
| MutableColumnMetrics () | |
| MutableColumnMetrics (tools::Long const i_startPixel, tools::Long const i_endPixel) | |
| tools::Long | getStart () const |
| tools::Long | getEnd () const |
| void | move (tools::Long const i_offset) |
| tools::Long | getWidth () const |
Public Member Functions inherited from svt::table::ColumnMetrics | |
| ColumnMetrics () | |
| ColumnMetrics (tools::Long const i_start, tools::Long const i_end) | |
Additional Inherited Members | |
Public Attributes inherited from svt::table::ColumnMetrics | |
| tools::Long | nStartPixel |
| the start of the column, in pixels. More... | |
| tools::Long | nEndPixel |
| the end of the column, in pixels, plus 1. More... | |
Definition at line 37 of file tablecontrol_impl.hxx.
|
inline |
Definition at line 39 of file tablecontrol_impl.hxx.
|
inline |
Definition at line 44 of file tablecontrol_impl.hxx.
|
inline |
Definition at line 50 of file tablecontrol_impl.hxx.
References svt::table::ColumnMetrics::nEndPixel.
Referenced by svt::table::TableControl_Impl::hitTest(), and svt::table::ColumnInfoPositionLess::operator()().
|
inline |
Definition at line 49 of file tablecontrol_impl.hxx.
References svt::table::ColumnMetrics::nStartPixel.
Referenced by svt::table::ColumnInfoPositionLess::operator()().
|
inline |
Definition at line 54 of file tablecontrol_impl.hxx.
References svt::table::ColumnMetrics::nEndPixel, and svt::table::ColumnMetrics::nStartPixel.
|
inline |
Definition at line 52 of file tablecontrol_impl.hxx.
References svt::table::ColumnMetrics::nEndPixel, and svt::table::ColumnMetrics::nStartPixel.