Searched refs:inputStyle (Results 1 – 2 of 2) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sc/cell/ |
H A D | CellEffectOverline.java | 62 private int inputStyle; field in CellEffectOverline 119 …public CellEffectOverline(int expectedStyle, int expectedColor, String[] inputType, int inputStyle… in CellEffectOverline() argument 123 this.inputStyle = inputStyle; in CellEffectOverline() 184 SCUtil.setCellProperties(cells[i], inputType[0], inputStyle); in testCharOverline() 185 if (inputStyle > 0) { in testCharOverline() 199 if (inputStyle > 0) { in testCharOverline() 210 if (inputStyle > 0) { in testCharOverline()
|
H A D | CellEffectUnderline.java | 62 private int inputStyle; field in CellEffectUnderline 118 …nderline(int expectedStyle, int expectedColor, String[] inputType, int inputStyle, int inputColor,… in CellEffectUnderline() argument 122 this.inputStyle = inputStyle; in CellEffectUnderline() 183 SCUtil.setCellProperties(cells[i], inputType[0], inputStyle); in testCharUnderline() 184 if (inputStyle > 0) { in testCharUnderline() 197 if (inputStyle > 0) { in testCharUnderline() 206 if (inputStyle > 0) { in testCharUnderline()
|
Completed in 18 milliseconds