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.cxx64 if ( m_nResizingColumn == COL_INVALID ) in handleMouseMove()
82 ColumnMetrics const & columnMetrics( i_tableControl.getColumnMetrics( m_nResizingColumn ) ); in handleMouseMove()
112 if ( m_nResizingColumn != COL_INVALID ) in handleMouseDown()
125 m_nResizingColumn = tableCell.nColumn; in handleMouseDown()
137 if ( m_nResizingColumn == COL_INVALID ) in handleMouseUp()
143 PColumnModel const pColumn = i_tableControl.getModel()->getColumnModel( m_nResizingColumn ); in handleMouseUp()
151 long const oldEnd = i_tableControl.getColumnMetrics( m_nResizingColumn ).nEndPixel; in handleMouseUp()
154 long const columnStart = i_tableControl.getColumnMetrics( m_nResizingColumn ).nStartPixel; in handleMouseUp()
182 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