Home
last modified time | relevance | path

Searched refs:nStartPixel (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx126 long nStartPixel; member
134 :nStartPixel(0) in ColumnMetrics()
140 :nStartPixel( i_start ) in ColumnMetrics()
/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.hxx58 long getStart() const { return nStartPixel; } in getStart()
62 void move( long const i_offset ) { nStartPixel += i_offset; nEndPixel += i_offset; } in move()
64 long getWidth() const { return nEndPixel - nStartPixel; } in getWidth()
H A Dmousefunction.cxx86 || ( aPoint.X() < columnMetrics.nStartPixel ) in handleMouseMove()
156 long const columnStart = i_tableControl.getColumnMetrics( m_nResizingColumn ).nStartPixel; in handleMouseUp()

Completed in 36 milliseconds