Searched refs:setTextToCell (Results 1 – 8 of 8) sorted by relevance
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 216 …public static void setTextToCell(XSpreadsheet xSpreadsheet, int column, int row, String text) thro… in setTextToCell() method in SCUtil 228 public static void setTextToCell(XCell xCell, String text) throws Exception { in setTextToCell() method in SCUtil
|
/aoo4110/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellFontSize.java | 140 SCUtil. setTextToCell(cells[1], inputType); in testCellFontSize()
|
H A D | CellColor.java | 146 SCUtil. setTextToCell(cells[1], inputType); in testCellColor()
|
H A D | CellProtected.java | 151 SCUtil. setTextToCell(cells[1], inputType); in testCellProtected()
|
H A D | CellAlignment.java | 156 SCUtil. setTextToCell(cells[1], "alignment"); in testCellAlignment()
|
H A D | CellBorder.java | 191 SCUtil. setTextToCell(cells[1], "all border"); in testCellBorder()
|
H A D | CellEffectOverline.java | 179 SCUtil.setTextToCell(cells[1], inputType[0]); in testCharOverline()
|
H A D | CellEffectUnderline.java | 178 SCUtil.setTextToCell(cells[1], inputType[0]); in testCharUnderline()
|
Completed in 61 milliseconds