Searched refs:msIndentation (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
| H A D | HtmlGenerator.java | 79 msIndentation = ""; in HtmlGenerator() 184 final String sSavedIndentation = msIndentation; in WriteTopLevelNodes() 185 msIndentation += msSingleIndentation + msSingleIndentation; in WriteTopLevelNodes() 187 msIndentation = sSavedIndentation; in WriteTopLevelNodes() 521 maOut.printf("%s\"children\" : [\n", msIndentation); in WriteChildren() 525 maOut.printf("%s%s{\n", msIndentation, msSingleIndentation, nIndex++); in WriteChildren() 527 final String sSavedIndentation = msIndentation; in WriteChildren() 528 msIndentation += msSingleIndentation + msSingleIndentation; in WriteChildren() 530 msIndentation = sSavedIndentation; in WriteChildren() 532 maOut.printf("%s%s},\n", msIndentation, msSingleIndentation); in WriteChildren() [all …]
|
| /AOO42X/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/misc/ |
| H A D | Log.java | 46 msIndentation = ""; in Log() 58 maOut.print(msIndentation); in AddComment() 71 msIndentation += " "; in StartBlock() 80 msIndentation = msIndentation.substring(4); in EndBlock() 92 maOut.print(msIndentation); in printf() 105 maOut.print(msIndentation); in println() 125 private String msIndentation; field in Log
|
| /AOO42X/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
| H A D | Log.java | 40 msIndentation = ""; in Log() 82 maOut.write(msIndentation.getBytes()); in printf() 96 msIndentation += " "; in IncreaseIndentation() 104 msIndentation = msIndentation.substring(4); in DecreaseIndentation() 129 private String msIndentation; field in Log
|
| /AOO42X/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/ |
| H A D | DocumentTokenFormatter.java | 49 msIndentation = ""; in DocumentTokenFormatter() 293 AddText(msIndentation, TokenType.WHITESPACE, aStyle, -1); in AppendText() 322 msIndentation += " "; in IncreaseIndentation() 330 if ( ! msIndentation.isEmpty()) in DecreaseIndentation() 331 msIndentation = msIndentation.substring(4); in DecreaseIndentation() 390 private String msIndentation; field in DocumentTokenFormatter
|
| /AOO42X/main/odk/examples/DevelopersGuide/Accessibility/ |
| H A D | TextualDisplay.java | 203 sIndentation += msIndentation; in showParents() 215 private final String msIndentation = new String(" "); field in TextualDisplay
|