| /aoo42x/main/svtools/source/brwbox/ | 
| H A D | editbrowsebox.cxx | 429             ActivateCell();  in ImplEndTracking()566 			ActivateCell();  in implActivateCellOnMouseEvent()
 820                 ActivateCell();  in StateChanged()
 1015 		ActivateCell();  in CursorMoved()
 1034 	void EditBrowseBox::ActivateCell(long nRow, sal_uInt16 nCol, sal_Bool bCellFocus)  in ActivateCell()  function in svt::EditBrowseBox
 
 | 
| /aoo42x/main/dbaccess/source/ui/inc/ | 
| H A D | sbagrid.hxx | 276 		virtual void ActivateCell(long nRow, sal_uInt16	nCol, sal_Bool bSetCellFocus = sal_True);278 		void ActivateCell() { FmGridControl::ActivateCell(); }  in ActivateCell()  function in dbaui::SbaGridControl
 
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | editbrowsebox.hxx | 581 		void ActivateCell() { ActivateCell(GetCurRow(), GetCurColumnId()); }  in ActivateCell()  function in svt::EditBrowseBox620 		virtual void ActivateCell(long nRow, sal_uInt16	nCol, sal_Bool bSetCellFocus = sal_True);
 
 | 
| /aoo42x/main/dbaccess/source/ui/control/ | 
| H A D | RelationControl.cxx | 248 		ActivateCell();  in IMPL_LINK()474 			ActivateCell();  in setWindowTables()
 670 			m_pRC_Tables->ActivateCell();  in NotifyCellChange()
 
 | 
| H A D | TableGrantCtrl.cxx | 207 	ActivateCell();  in IMPL_LINK()
 | 
| /aoo42x/main/dbaccess/source/ui/querydesign/ | 
| H A D | SelectionBrowseBox.cxx | 488 		ActivateCell();  in SetReadOnly()1365 	ActivateCell( nCurrentRow, nCurCol );  in RemoveColumn()
 1555 			ActivateCell(nRow , nColId);  in DeleteFields()
 1576 		ActivateCell(GetCurRow(), GetCurColumnId());  in SetColWidth()
 1653 	ActivateCell( nCurrentRow, nCurCol );  in InsertColumn()
 2189 		ActivateCell();  in SetRowVisible()
 2473 		ActivateCell(nCellIndex, nColId);  in SetCellContents()
 2743 		ActivateCell();  in GetFocus()
 
 | 
| H A D | QueryDesignView.cxx | 3206 		m_pSelectionBox->ActivateCell(m_pSelectionBox->GetCurRow(), m_pSelectionBox->GetCurColumnId());  in GetFocus()
 | 
| /aoo42x/main/dbaccess/source/ui/tabledesign/ | 
| H A D | TableUndo.cxx | 137 	m_pTabDgnCtrl->ActivateCell( m_nRow, m_nCol );  in Undo()159 	m_pTabDgnCtrl->ActivateCell( m_nRow, m_nCol );  in Redo()
 
 | 
| H A D | TEditControl.cxx | 306 		ActivateCell( nRow, nCol );  in SetReadOnly()607 		ActivateCell(nRow, GetCurColumnId(), bGrabFocus);  in DisplayData()
 1088 	ActivateCell();  in DeleteRows()
 
 | 
| /aoo42x/main/reportdesign/source/ui/dlg/ | 
| H A D | GroupsSorting.cxx | 416 	ActivateCell();  in IMPL_LINK()848 	ActivateCell();  in DeleteRows()
 1102 	m_pFieldExpression->ActivateCell(nCurRow, m_pFieldExpression->GetCurColumnId());  in UpdateData()
 1274 			    m_pFieldExpression->ActivateCell(nIndex, m_pFieldExpression->GetCurColumnId());
 
 | 
| /aoo42x/main/svx/source/fmcomp/ | 
| H A D | gridctrl.cxx | 1354 	ActivateCell();  in SetOptions()1402 		ActivateCell();  in EnablePermanentCursor()
 1417 		ActivateCell();  in refreshController()
 2089         ActivateCell();  in CursorMoving()
 2281 	ActivateCell();  in forceROController()
 3598 	ActivateCell();  in ShowColumn()
 
 | 
| H A D | fmgridif.cxx | 1528 					pGrid->ActivateCell();  in propertyChange()1572 				pGrid->ActivateCell();  in propertyChange()
 1894 		pGrid->ActivateCell();  in elementReplaced()
 
 | 
| H A D | fmgridcl.cxx | 1415 		ActivateCell();  in DeleteSelectedRows()
 | 
| H A D | gridcell.cxx | 410         m_rParent.ActivateCell(m_rParent.GetCurRow(), m_rParent.GetCurColumnId());  in setLock()
 | 
| /aoo42x/main/dbaccess/source/ui/browser/ | 
| H A D | sbagrid.cxx | 1175 void SbaGridControl::ActivateCell(long nRow, sal_uInt16	nCol, sal_Bool bSetCellFocus /*= sal_True*/…  in ActivateCell()  function in SbaGridControl1177 	FmGridControl::ActivateCell(nRow, nCol, bSetCellFocus);  in ActivateCell()
 1665 			ActivateCell();  in ExecuteDrop()
 
 | 
| H A D | brwctrlr.cxx | 551 		m_pOwner->getBrowserView()->getVclControl()->ActivateCell();  in activateFirst()558 		m_pOwner->getBrowserView()->getVclControl()->ActivateCell();  in activateLast()
 
 | 
| /aoo42x/main/chart2/source/controller/dialogs/ | 
| H A D | DataBrowser.cxx | 654     ActivateCell();  in RenewTable()1362             ActivateCell();  in IMPL_LINK()
 
 | 
| /aoo42x/main/dbaccess/source/ui/dlg/ | 
| H A D | UserAdmin.cxx | 338 	m_TableCtrl.ActivateCell(m_TableCtrl.GetCurRow(),m_TableCtrl.GetCurColumnId());
 | 
| /aoo42x/main/cui/source/options/ | 
| H A D | connpooloptions.cxx | 211 		ActivateCell(1, 0);  in Update()
 |