Lines Matching refs:tableCell
68 TableCell const tableCell = i_tableControl.hitTest( aPoint ); in handleMouseMove() local
69 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()
118 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown() local
119 if ( tableCell.nRow == ROW_COL_HEADERS ) in handleMouseDown()
121 if ( ( tableCell.nColumn != COL_INVALID ) in handleMouseDown()
122 && ( tableCell.eArea == ColumnDivider ) in handleMouseDown()
125 m_nResizingColumn = tableCell.nColumn; in handleMouseDown()
202 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown() local
203 if ( tableCell.nRow >= 0 ) in handleMouseDown()
207 i_tableControl.activateCell( tableCell.nColumn, tableCell.nRow ); in handleMouseDown()
224 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp() local
225 if ( tableCell.nRow >= 0 ) in handleMouseUp()
264 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown() local
265 if ( ( tableCell.nRow != ROW_COL_HEADERS ) || ( tableCell.nColumn < 0 ) ) in handleMouseDown()
270 m_nActiveColumn = tableCell.nColumn; in handleMouseDown()
280 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseUp() local
281 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.nColumn == m_nActiveColumn ) ) in handleMouseUp()