Searched refs:cInfo (Results 1 – 8 of 8) sorted by relevance
/trunk/test/testuno/source/testlib/uno/ |
H A D | TestUtil.java | 57 CellInfo cInfo = new CellInfo(); in randCell() local 59 cInfo.setCol(random.nextInt(colLimit)); in randCell() 60 cInfo.setRow(random.nextInt(rowLimit)); in randCell() 62 return cInfo; in randCell() 73 CellInfo cInfo = new CellInfo(); in randCell() local 75 cInfo.setCol(random.nextInt(colTop)); in randCell() 76 cInfo.setRow(random.nextInt(rowTop)); in randCell() 78 return cInfo; in randCell()
|
/trunk/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellFontSize.java | 131 CellInfo cInfo = TestUtil.randCell(256, 100); in testCellFontSize() local 136 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellFontSize() 153 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellFontSize()
|
H A D | CellColor.java | 137 CellInfo cInfo = TestUtil.randCell(256, 100); in testCellColor() local 142 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor() 159 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellColor()
|
H A D | CellProtected.java | 142 CellInfo cInfo = TestUtil.randCell(10, 10); in testCellProtected() local 147 cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow()); in testCellProtected() 164 cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow()); in testCellProtected()
|
H A D | CellAlignment.java | 139 CellInfo cInfo = TestUtil.randCell(20, 50); in testCellAlignment() local 152 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment() 169 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellAlignment()
|
H A D | CellBorder.java | 182 CellInfo cInfo = TestUtil.randCell(10, 10); in testCellBorder() local 187 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellBorder() 206 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCellBorder()
|
H A D | CellEffectOverline.java | 170 CellInfo cInfo = TestUtil.randCell(100, 100); in testCharOverline() local 175 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharOverline() 196 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharOverline()
|
H A D | CellEffectUnderline.java | 169 CellInfo cInfo = TestUtil.randCell(100, 32768); in testCharUnderline() local 174 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharUnderline() 195 cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i); in testCharUnderline()
|
Completed in 24 milliseconds