Lines Matching refs:nRow2
125 SCROW nRow1, nRow2; in GetBlockState() local
129 nRow2 = aMarkRange.aEnd.Row(); in GetBlockState()
141 bDisable = (!bSimpleArea) || (nRow1 == nRow2); in GetBlockState()
149 nCol1, nRow2, nCol2, nRow2, rMark ); // letzte Zeile in GetBlockState()
160 nCol1, nRow1, nCol1, nRow2, rMark ); // erste Spalte in GetBlockState()
163 nCol2, nRow1, nCol2, nRow2, rMark ); // letzte Spalte in GetBlockState()
172 bDisable = (!bSimpleArea) || (nCol1 == nCol2 && nRow1 == nRow2); in GetBlockState()
179 nCol1, nRow2, nCol2, nRow2, rMark ) // letzte Zeile in GetBlockState()
181 nCol1, nRow1, nCol1, nRow2, rMark ) // erste Spalte in GetBlockState()
183 nCol2, nRow1, nCol2, nRow2, rMark ); // letzte Spalte in GetBlockState()
213 || ((nCol2 - nCol1) < 2) || ((nRow2 - nRow1) < 2); in GetBlockState()