Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java169 int[] colorResults = new int[cellNum]; in testCharOverline() local
201 colorResults[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType[2])).intValue(); in testCharOverline()
218 …or(" + inputType[2] + ") value got in ." + fileType + " file.", expectedColor, colorResults[i], 0); in testCharOverline()
H A DCellEffectUnderline.java168 int[] colorResults = new int[cellNum]; in testCharUnderline() local
199 colorResults[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType[2])).intValue(); in testCharUnderline()
212 …or(" + inputType[2] + ") value got in ." + fileType + " file.", expectedColor, colorResults[i], 0); in testCharUnderline()

Completed in 12 milliseconds