Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx666 bool bCellsProtected = false; in IsSelectionAllowed() local
671bCellsProtected = pDoc->HasAttrib(0, nRPos, nTab, MAXCOL, nRPos, nTab, HASATTR_PROTECTED); in IsSelectionAllowed()
677bCellsProtected = pDoc->HasAttrib(nCPos, 0, nTab, nCPos, MAXROW, nTab, HASATTR_PROTECTED); in IsSelectionAllowed()
683 if (bCellsProtected) in IsSelectionAllowed()

Completed in 14 milliseconds