Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dcellsh.cxx118 sal_Bool bSimpleArea = (eMarkType == SC_MARK_SIMPLE); in GetBlockState() local
141 bDisable = (!bSimpleArea) || (nRow1 == nRow2); in GetBlockState()
155 bDisable = (!bSimpleArea) || (nCol1 == nCol2); in GetBlockState()
172 bDisable = (!bSimpleArea) || (nCol1 == nCol2 && nRow1 == nRow2); in GetBlockState()
189 bDisable = (!bSimpleArea); in GetBlockState()
194 bDisable = (!bSimpleArea) || GetViewData()->SimpleColMarked(); in GetBlockState()
199 bDisable = (!bSimpleArea) || GetViewData()->SimpleRowMarked(); in GetBlockState()
212 bDisable = (!bSimpleArea) in GetBlockState()

Completed in 11 milliseconds