Lines Matching refs:aNewCell
472 ScAddress aNewCell = pViewData->GetCurPos(); in Notify() local
473 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()
574 m_mapSelectionSend.insert(MAP_ADDR_XACC::value_type(aNewCell,xChild)); in Notify()
589 CommitFocusCell(aNewCell); in Notify()
604 if (!(bNewPosCellFocus && *viAddr == aNewCell) ) in Notify()
618 if (bNewPosCellFocus && maActiveCell != aNewCell) in Notify()
620 CommitFocusCell(aNewCell); in Notify()
632 ScAddress aNewCell = pViewData->GetCurPos(); in Notify() local
633 if( maActiveCell == aNewCell) in Notify()
639 pScDoc->GetString(aNewCell.Col(),aNewCell.Row(),aNewCell.Tab(), valStr); in Notify()
788 void ScAccessibleSpreadsheet::CommitFocusCell(const ScAddress &aNewCell) in CommitFocusCell() argument
802 mpAccCell = GetAccessibleCellAt(aNewCell.Row(), aNewCell.Col()); in CommitFocusCell()
807 maActiveCell = aNewCell; in CommitFocusCell()