Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dselect.cxx328 … bool bSkipUnprotected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in SetCursorAtCell() local
330 if ( bSkipProtected && bSkipUnprotected ) in SetCursorAtCell()
334 if ( (bCellProtected && bSkipProtected) || (!bCellProtected && bSkipUnprotected) ) in SetCursorAtCell()
H A Dtabview3.cxx962 bool bSkipProtected = false, bSkipUnprotected = false; in MoveCursorRel() local
967 bSkipUnprotected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in MoveCursorRel()
970 if ( bSkipProtected && bSkipUnprotected ) in MoveCursorRel()
1004 if (bSkipUnprotected && !bSkipCell) in MoveCursorRel()
1046 if (bSkipUnprotected && !bSkipCell) in MoveCursorRel()
H A Dgridwin.cxx2168 … bool bSkipUnprotected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_UNLOCKED_CELLS); in MouseButtonUp() local
2170 if ( bSkipProtected && bSkipUnprotected ) in MouseButtonUp()
2172 else if ( (bCellProtected && bSkipProtected) || (!bCellProtected && bSkipUnprotected) ) in MouseButtonUp()

Completed in 65 milliseconds