Home
last modified time | relevance | path

Searched defs:MutableColumnMetrics (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.hxx46 struct MutableColumnMetrics : protected ColumnMetrics struct
48 MutableColumnMetrics() in MutableColumnMetrics() function
53 MutableColumnMetrics( long const i_startPixel, long const i_endPixel ) in MutableColumnMetrics() argument
58 long getStart() const { return nStartPixel; } in getStart()
59 long getEnd() const { return nEndPixel; } in getEnd()
61 void setEnd( long const i_end ) { nEndPixel = i_end; } in setEnd()
62 void move( long const i_offset ) { nStartPixel += i_offset; nEndPixel += i_offset; } in move()
64 long getWidth() const { return nEndPixel - nStartPixel; } in getWidth()
66 ColumnMetrics const & operator()() { return *this; } in operator ()()

Completed in 17 milliseconds