Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dselect.cxx327 bool bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_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
966 bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in MoveCursorRel()
970 if ( bSkipProtected && bSkipUnprotected ) in MoveCursorRel()
1002 if (bSkipProtected && !bSkipCell) in MoveCursorRel()
1044 if (bSkipProtected && !bSkipCell) in MoveCursorRel()
H A Dgridwin.cxx2167 … bool bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in MouseButtonUp() local
2170 if ( bSkipProtected && bSkipUnprotected ) in MouseButtonUp()
2172 else if ( (bCellProtected && bSkipProtected) || (!bCellProtected && bSkipUnprotected) ) in MouseButtonUp()

Completed in 54 milliseconds