Lines Matching refs:height

81         int height = addr.EndRow - addr.StartRow + 1 ;  in _collapseToCurrentArray()  local
84 (leftCol + width - 1) + "," + (topRow + height - 1) + ")" ); in _collapseToCurrentArray()
90 oObj.getCellRangeByPosition(0, 0, 0, height - 1); in _collapseToCurrentArray()
101 arrFormulaRange.setArrayFormula("A1:A" + height) ; in _collapseToCurrentArray()
113 if (cols == 1 && rows == height) { in _collapseToCurrentArray()
117 log.println("The size of cell range must be 1x" + height + 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()
206 + (height + 1) + " but it is " + cols + "x" + rows ); 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
358 oObj.collapseToSize(width, height) ; in _expandToEntireColumns()
370 int width = 1, height = 1 ; in _expandToEntireRows() local
383 if (cols >= 256 && rows == height) { in _expandToEntireRows()
388 "must have size (>=256)x" + height + " but it is " + in _expandToEntireRows()
395 oObj.collapseToSize(width, height) ; in _expandToEntireRows()