Home
last modified time | relevance | path

Searched refs:cInfo (Results 1 – 8 of 8) sorted by relevance

/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java57 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 DCellFontSize.java131 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 DCellColor.java137 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 DCellProtected.java142 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 DCellAlignment.java139 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 DCellBorder.java182 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 DCellEffectOverline.java170 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 DCellEffectUnderline.java169 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 37 milliseconds