Lines Matching refs:width

80         int width = addr.EndColumn - addr.StartColumn + 1 ;  in _collapseToCurrentArray()  local
84 (leftCol + width - 1) + "," + (topRow + height - 1) + ")" ); in _collapseToCurrentArray()
157 int width = 4, height = 4; in _collapseToCurrentRegion() local
171 if (cols != width || rows != height) { in _collapseToCurrentRegion()
174 + " call Region must have size " + width + "x" + height in _collapseToCurrentRegion()
183 leftCol + width, topRow + height).setValue(1); in _collapseToCurrentRegion()
200 if (cols == width + 1 && rows == height + 1) { in _collapseToCurrentRegion()
205 + " region must have size " + (width+1) + "x" in _collapseToCurrentRegion()
214 oObj.collapseToSize(width, height); in _collapseToCurrentRegion()
225 int width = 1, height = 1 ; in _collapseToMergedArea() local
237 leftCol + width - 1, topRow + height - 1, in _collapseToMergedArea()
238 leftCol + width, topRow + height ); in _collapseToMergedArea()
272 if (cols == width + 1 && rows == height + 3) { in _collapseToMergedArea()
278 + (width + 1) + "x" + (height + 1) + " but it is " + cols in _collapseToMergedArea()
285 oObj.collapseToSize(width, height); in _collapseToMergedArea()
296 int width = 1, height = 1; in _collapseToSize() local
299 oObj.collapseToSize (width + 3, height + 3); in _collapseToSize()
309 if (cols == width + 3 && rows == height + 3) { in _collapseToSize()
314 + (width + 3) + "x" + (height + 3) + " but it is " in _collapseToSize()
321 oObj.collapseToSize(width, height) ; in _collapseToSize()
333 int width = 1, height = 1 ; in _expandToEntireColumns() local
346 if (cols == width && rows >= 32000) { in _expandToEntireColumns()
352 width + "x(>=32000) but it is " + cols + "x" + rows); in _expandToEntireColumns()
358 oObj.collapseToSize(width, height) ; in _expandToEntireColumns()
370 int width = 1, height = 1 ; in _expandToEntireRows() local
395 oObj.collapseToSize(width, height) ; in _expandToEntireRows()