Home
last modified time | relevance | path

Searched refs:GetForceFocusOnCurCell (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/ui/inc/
H A Dtabvwsh.hxx433 sal_Bool GetForceFocusOnCurCell(){return bForceFocusOnCurCell;} in GetForceFocusOnCurCell() function in ScTabViewShell
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx483 …al_Bool bNewPosCell = (aNewCell != maActiveCell) || mpViewShell->GetForceFocusOnCurCell(); // i123… in Notify()
/AOO41X/main/sc/source/ui/view/
H A Dtabview3.cxx915 if( aViewData.GetViewShell()->GetForceFocusOnCurCell() ) in MoveCursorAbs()