Home
last modified time | relevance | path

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

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java458 private static String toLastCSV(String value) { in toLastCSV() method in ParaStyle
474 + toCSV("line height") + toLastCSV("txt align")); in dumpHdr()
492 + 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 22 milliseconds