• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/

Lines Matching refs:GetCol

2753         wxCoord col = coords.GetCol();
2787 if ( (coords.GetRow() == row) && (coords.GetCol() == col) )
4565 wxMin(m_numCols, m_currentCellCoords.GetCol()));
4567 m_selectingTopLeft.GetCol() >= m_numCols)
4577 m_selectingBottomRight.GetCol()));
4770 int c = m_currentCellCoords.GetCol();
5207 if ( m_currentCellCoords.GetCol() >= m_numCols )
5810 m_currentCellCoords.GetCol(),
6073 GetCellSize( coords.GetRow(), coords.GetCol(), &cell_rows, &cell_cols );
6077 coords.SetCol(coords.GetCol() + cell_cols);
6082 //wxLogDebug("pos(%d, %d) coords(%d, %d)", pos.x, pos.y, coords.GetRow(), coords.GetCol());
6125 coords.GetCol(),
6221 coords.GetCol(),
6231 m_currentCellCoords.GetCol(),
6233 coords.GetCol(),
6251 coords.GetCol(),
6288 coords.GetCol(),
6317 wxGridCellEditor *editor = attr->GetEditor(this, coords.GetRow(), coords.GetCol());
6330 m_selectingTopLeft.GetCol(),
6332 m_selectingBottomRight.GetCol(),
6378 coords.GetCol(),
6392 coords.GetCol(),
6403 if ( coords.GetRow() < 0 || coords.GetCol() < 0 )
7243 m_currentCellCoords.GetCol(),
7280 m_selectingTopLeft.GetCol(),
7282 m_selectingBottomRight.GetCol(),
7303 int col = m_currentCellCoords.GetCol();
7343 if ( SendEvent( wxEVT_GRID_SELECT_CELL, coords.GetRow(), coords.GetCol() ) )
7455 wxCoord oldLeft = m_selectingTopLeft.GetCol();
7457 wxCoord oldRight = m_selectingBottomRight.GetCol();
7602 col = cells[i].GetCol();
7647 if ((redrawCells[k].GetCol() < left) &&
7650 left = redrawCells[k].GetCol();
7740 int col = coords.GetCol();
7789 int col = m_currentCellCoords.GetCol();
7862 int col = coords.GetCol();
7913 GetCellSize(cell.GetRow(), cell.GetCol(), &rows, &cols);
7919 cell.SetCol(cell.GetCol() + cols);
8508 int col = m_currentCellCoords.GetCol();
8540 int col = m_currentCellCoords.GetCol();
8670 int col = m_currentCellCoords.GetCol();
8707 int col = m_currentCellCoords.GetCol();
8722 m_currentCellCoords.GetCol() ) < 0 )
9101 m_selectingKeyboard.GetCol() );
9108 int col = m_currentCellCoords.GetCol();
9135 m_selectingKeyboard.GetCol() );
9142 int col = m_currentCellCoords.GetCol();
9159 m_currentCellCoords.GetCol() >= 0 )
9165 if ( m_selectingKeyboard.GetCol() > 0 )
9167 m_selectingKeyboard.SetCol( m_selectingKeyboard.GetCol() - 1 );
9169 m_selectingKeyboard.GetCol() );
9173 else if ( GetColPos( m_currentCellCoords.GetCol() ) > 0 )
9176 int col = GetColAt( GetColPos( m_currentCellCoords.GetCol() ) - 1 );
9194 m_currentCellCoords.GetCol() < m_numCols )
9200 if ( m_selectingKeyboard.GetCol() < m_numCols - 1 )
9202 m_selectingKeyboard.SetCol( m_selectingKeyboard.GetCol() + 1 );
9204 m_selectingKeyboard.GetCol() );
9208 else if ( GetColPos( m_currentCellCoords.GetCol() ) < m_numCols - 1 )
9211 int col = GetColAt( GetColPos( m_currentCellCoords.GetCol() ) + 1 );
9246 MakeCellVisible( newRow, m_currentCellCoords.GetCol() );
9247 SetCurrentCell( newRow, m_currentCellCoords.GetCol() );
9274 MakeCellVisible( newRow, m_currentCellCoords.GetCol() );
9275 SetCurrentCell( newRow, m_currentCellCoords.GetCol() );
9290 int col = m_currentCellCoords.GetCol();
9356 int col = m_currentCellCoords.GetCol();
9419 m_currentCellCoords.GetCol() > 0 )
9422 int col = m_currentCellCoords.GetCol();
9485 m_currentCellCoords.GetCol() < m_numCols - 1 )
9488 int col = m_currentCellCoords.GetCol();
9854 int col = m_currentCellCoords.GetCol();
9872 int col = m_currentCellCoords.GetCol();
11078 m_currentCellCoords.GetCol() == col &&
11195 col >= m_selectingTopLeft.GetCol() &&
11197 col <= m_selectingBottomRight.GetCol() )) );
11302 int leftCol = topLeft.GetCol();
11304 int rightCol = bottomRight.GetCol();