Searched refs:bSimpleArea (Results 1 – 1 of 1) sorted by relevance
118 sal_Bool bSimpleArea = (eMarkType == SC_MARK_SIMPLE); in GetBlockState() local141 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 8 milliseconds