Searched refs:bSkipProtected (Results 1 – 3 of 3) sorted by relevance
327 bool bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in SetCursorAtCell() local330 if ( bSkipProtected && bSkipUnprotected ) in SetCursorAtCell()334 if ( (bCellProtected && bSkipProtected) || (!bCellProtected && bSkipUnprotected) ) in SetCursorAtCell()
962 bool bSkipProtected = false, bSkipUnprotected = false; in MoveCursorRel() local966 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()
2167 … bool bSkipProtected = !pProtect->isOptionEnabled(ScTableProtection::SELECT_LOCKED_CELLS); in MouseButtonUp() local2170 if ( bSkipProtected && bSkipUnprotected ) in MouseButtonUp()2172 else if ( (bCellProtected && bSkipProtected) || (!bCellProtected && bSkipUnprotected) ) in MouseButtonUp()
Completed in 52 milliseconds