Home
last modified time | relevance | path

Searched refs:m_nResizingColumn (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/svtools/source/table/
H A Dmousefunction.cxx66 if ( m_nResizingColumn == COL_INVALID ) in handleMouseMove()
84 ColumnMetrics const & columnMetrics( i_tableControl.getColumnMetrics( m_nResizingColumn ) ); in handleMouseMove()
114 if ( m_nResizingColumn != COL_INVALID ) in handleMouseDown()
127 m_nResizingColumn = tableCell.nColumn; in handleMouseDown()
139 if ( m_nResizingColumn == COL_INVALID ) in handleMouseUp()
145 PColumnModel const pColumn = i_tableControl.getModel()->getColumnModel( m_nResizingColumn ); in handleMouseUp()
153 long const oldEnd = i_tableControl.getColumnMetrics( m_nResizingColumn ).nEndPixel; in handleMouseUp()
156 long const columnStart = i_tableControl.getColumnMetrics( m_nResizingColumn ).nStartPixel; in handleMouseUp()
184 m_nResizingColumn = COL_INVALID; in handleMouseUp()
H A Dmousefunction.hxx98 :m_nResizingColumn( COL_INVALID ) in ColumnResize()
109 ColPos m_nResizingColumn; member in svt::table::ColumnResize

Completed in 19 milliseconds