Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java453 private static String toCSV(String value) { in toCSV() method in TextStyle
482 System.out.println(toCSV("Name") + toCSV("Family") + toCSV("parent") in dumpHdr()
483 + toCSV("Font") + toCSV("Size") in dumpHdr()
484 + toCSV("Bold") + toCSV("Italic") + toCSV("Underline") in dumpHdr()
485 + toCSV("Strikethru") + toCSV("Superscript") + toLastCSV("Subscript")); in dumpHdr()
496 attributes += toCSV(((bitVal & values) != 0) ? "yes" : "no"); in dumpCSV()
497 } else attributes += toCSV(null); // unspecified in dumpCSV()
499 System.out.println(toCSV(name) + toCSV(family) + toCSV(parent) in dumpCSV()
500 + toCSV(fontName) + toCSV("" + sizeInPoints) + attributes + toLastCSV(null)); in dumpCSV()
H A DParaStyle.java442 private static String toCSV(String value) { in toCSV() method in ParaStyle
471 System.out.println(toCSV("Name") + toCSV("Family") + toCSV("parent") in dumpHdr()
472 + toCSV("left mgn") + toCSV("right mgn") in dumpHdr()
473 + toCSV("top mgn") + toCSV("bottom mgn") + toCSV("txt indent") in dumpHdr()
474 + toCSV("line height") + toLastCSV("txt align")); in dumpHdr()
486 attributes += toCSV("" + value[index]); in dumpCSV()
489 attributes += toCSV(null); // unspecified in dumpCSV()
491 System.out.println(toCSV(name) + toCSV(family) + toCSV(parent) in dumpCSV()

Completed in 36 milliseconds