Searched refs:bCellsProtected (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 666 bool bCellsProtected = false; in IsSelectionAllowed() local 671 … bCellsProtected = pDoc->HasAttrib(0, nRPos, nTab, MAXCOL, nRPos, nTab, HASATTR_PROTECTED); in IsSelectionAllowed() 677 … bCellsProtected = pDoc->HasAttrib(nCPos, 0, nTab, nCPos, MAXROW, nTab, HASATTR_PROTECTED); in IsSelectionAllowed() 683 if (bCellsProtected) in IsSelectionAllowed()
|
Completed in 18 milliseconds