Searched refs:activeCell (Results 1 – 2 of 2) sorted by relevance
93 public void setCursor(Point activeCell) { in setCursor() argument95 cursorX = (int) activeCell.getX(); in setCursor()96 cursorY = (int) activeCell.getY(); in setCursor()
127 …bool const activeCell = ( hitRow == m_rTableControl.getCurrentRow() ) && ( hitCol == m_rTableContr… in RequestHelp() local135 …if ( pRenderer->FitsIntoCell( aCellToolTip, hitCol, hitRow, activeCell, selectedCell, *this, aCell… in RequestHelp()