Home
last modified time | relevance | path

Searched refs:findColor (Results 1 – 3 of 3) sorted by path

/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseColorTable.java204 int findColor(Color c, boolean foreground) { in findColor() method in WseColorTable
H A DWseTextRun.java143 colorIndex = (byte)ct.findColor(c, true); in WseTextRun()
147 colorIndex |= (byte)(ct.findColor(c, false) << 4); in WseTextRun()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DGraphicsUtil.java337 public static Point findColor(int color, Rectangle rect) { in findColor() method in GraphicsUtil

Completed in 19 milliseconds