Home
last modified time | relevance | path

Searched refs:styleResults (Results 1 – 2 of 2) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java167 int[] styleResults = new int[cellNum]; in testCharOverline() local
197 styleResults[i] = ((Short) SCUtil.getCellProperties(cells[i], inputType[0])).shortValue(); in testCharOverline()
208 …yle(" + inputType[0] + ") value got in ." + fileType + " file.", expectedLine, styleResults[i], 0); in testCharOverline()
H A DCellEffectUnderline.java166 int[] styleResults = new int[cellNum]; in testCharUnderline() local
196 styleResults[i] = ((Short) SCUtil.getCellProperties(cells[i], inputType[0])).shortValue(); in testCharUnderline()
205 …yle(" + inputType[0] + ") value got in ." + fileType + " file.", expectedLine, styleResults[i], 0); in testCharUnderline()

Completed in 11 milliseconds