Searched refs:aNewCell (Results 1 – 2 of 2) sorted by relevance
472 ScAddress aNewCell = pViewData->GetCurPos(); in Notify() local473 if(aNewCell.Tab() != maActiveCell.Tab()) in Notify()483 …sal_Bool bNewPosCell = (aNewCell != maActiveCell) || mpViewShell->GetForceFocusOnCurCell(); // i12… in Notify()485 if ( bNewPosCell && IsFocused() && aNewCell.Tab() == maActiveCell.Tab() ) in Notify()494 …sal_Bool bNewMarked = refScMarkData.GetTableSelect(aNewCell.Tab()) && ( bIsMark || bIsMultMark ); … in Notify()526 CommitFocusCell(aNewCell); in Notify()553 CommitFocusCell(aNewCell); in Notify()562 xChild = getAccessibleCellAt(aNewCell.Row(),aNewCell.Col()); in Notify()564 maActiveCell = aNewCell; in Notify()573 OSL_ASSERT(m_mapSelectionSend.count(aNewCell) == 0 ); in Notify()[all …]
302 void CommitFocusCell(const ScAddress &aNewCell);