Home
last modified time | relevance | path

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

/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java453 private static String toLastCSV(String value) { in toLastCSV() method in ParaStyle
469 + toCSV("line height") + toLastCSV("txt align")); in dumpHdr()
487 + attributes + toLastCSV(null)); in dumpCSV()
H A DTextStyle.java469 private static String toLastCSV(String value) { in toLastCSV() method in TextStyle
485 + toCSV("Strikethru") + toCSV("Superscript") + toLastCSV("Subscript")); in dumpHdr()
500 + toCSV(fontName) + toCSV("" + sizeInPoints) + attributes + toLastCSV(null)); in dumpCSV()

Completed in 28 milliseconds