Lines Matching refs:cols
108 int cols = ( (XColumnRowRange)UnoRuntime.queryInterface( in _collapseToCurrentArray() local
113 if (cols == 1 && rows == height) { in _collapseToCurrentArray()
118 ", but after method call it was " + cols + "x" + rows); in _collapseToCurrentArray()
164 int cols = ((XColumnRowRange) in _collapseToCurrentRegion() local
171 if (cols != width || rows != height) { in _collapseToCurrentRegion()
175 + " but it is " + cols + "x" + rows); in _collapseToCurrentRegion()
193 cols = ((XColumnRowRange) in _collapseToCurrentRegion()
200 if (cols == width + 1 && rows == height + 1) { in _collapseToCurrentRegion()
206 + (height + 1) + " but it is " + cols + "x" + rows ); in _collapseToCurrentRegion()
264 int cols = ((XColumnRowRange) in _collapseToMergedArea() local
272 if (cols == width + 1 && rows == height + 3) { in _collapseToMergedArea()
278 + (width + 1) + "x" + (height + 1) + " but it is " + cols in _collapseToMergedArea()
302 int cols = ((XColumnRowRange) in _collapseToSize() local
309 if (cols == width + 3 && rows == height + 3) { in _collapseToSize()
315 + cols + "x" +rows); in _collapseToSize()
339 int cols = ((XColumnRowRange) in _expandToEntireColumns() local
346 if (cols == width && rows >= 32000) { in _expandToEntireColumns()
352 width + "x(>=32000) but it is " + cols + "x" + rows); in _expandToEntireColumns()
376 int cols = ((XColumnRowRange) in _expandToEntireRows() local
383 if (cols >= 256 && rows == height) { in _expandToEntireRows()
389 cols + "x" + rows ); in _expandToEntireRows()