Searched refs:hasColor (Results 1 – 3 of 3) sorted by relevance
167 boolean[] hasColor = new boolean[cellNum]; in testCharUnderline()198 … hasColor[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()
168 boolean[] hasColor = new boolean[cellNum]; in testCharOverline()200 … hasColor[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()
74 sal_Bool hasColor() const { return m_bHasColor; } in hasColor() function in SfxFontItem