Home
last modified time | relevance | path

Searched refs:aNewCell (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx472 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()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx302 void CommitFocusCell(const ScAddress &aNewCell);