Searched refs:newCol (Results 1 – 4 of 4) sorted by relevance
529 int newCol = decoder.getColNumber(); in processCells() local532 if (newCol != col) { in processCells()535 int numColsSkipped = newCol - col; in processCells()541 col = newCol; in processCells()
101 TextColumn newCol = new TextColumn(5,1,1); in _setColumns() local102 TextColumn[] cols = {newCol}; in _setColumns()
2794 ColPos newCol = m_pTableControl->getColAtPoint( rPoint ); in SetCursorAtPoint() local2795 if ( newCol == COL_ROW_HEADERS ) in SetCursorAtPoint()2796 newCol = m_pTableControl->getLeftColumn(); in SetCursorAtPoint()2798 if ( ( newRow == ROW_INVALID ) || ( newCol == COL_INVALID ) ) in SetCursorAtPoint()2860 m_pTableControl->goTo( newCol, newRow ); in SetCursorAtPoint()
421 oldCol.setType(newCol);422 oldCol.setDefaultExpression(newCol.getDefaultExpression());
Completed in 46 milliseconds