Home
last modified time | relevance | path

Searched refs:hasColor (Results 1 – 3 of 3) sorted by relevance

/AOO41X/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectUnderline.java167 boolean[] hasColor = new boolean[cellNum]; in testCharUnderline()
198hasColor[i] = ((Boolean) SCUtil.getCellProperties(cells[i], inputType[1])).booleanValue(); in testCharUnderline()
208 …erline has color setting(" + inputType[1] + ") value got in ." + fileType + " file.", hasColor[i]); in testCharUnderline()
211 …erline has color setting(" + inputType[1] + ") value got in ." + fileType + " file.", hasColor[i]); in testCharUnderline()
H A DCellEffectOverline.java168 boolean[] hasColor = new boolean[cellNum]; in testCharOverline()
200hasColor[i] = ((Boolean) SCUtil.getCellProperties(cells[i], inputType[1])).booleanValue(); in testCharOverline()
213 …erline has color setting(" + inputType[1] + ") value got in ." + fileType + " file.", hasColor[i]); in testCharOverline()
217 …erline has color setting(" + inputType[1] + ") value got in ." + fileType + " file.", hasColor[i]); in testCharOverline()
/AOO41X/main/svl/inc/svl/
H A Dsfontitm.hxx74 sal_Bool hasColor() const { return m_bHasColor; } in hasColor() function in SfxFontItem