Home
last modified time | relevance | path

Searched refs:msIndentation (Results 1 – 5 of 5) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java79 msIndentation = ""; in HtmlGenerator()
184 final String sSavedIndentation = msIndentation; in WriteTopLevelNodes()
187 msIndentation = sSavedIndentation; in WriteTopLevelNodes()
521 maOut.printf("%s\"children\" : [\n", msIndentation); in WriteChildren()
527 final String sSavedIndentation = msIndentation; in WriteChildren()
530 msIndentation = sSavedIndentation; in WriteChildren()
535 maOut.printf("%s]\n", msIndentation); in WriteChildren()
554 final String sSavedIndentation = msIndentation; in WriteAttributes()
557 msIndentation = sSavedIndentation; in WriteAttributes()
562 maOut.printf("%s],\n", msIndentation); in WriteAttributes()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/misc/
H A DLog.java46 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
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DLog.java40 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
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java49 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
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DTextualDisplay.java203 sIndentation += msIndentation; in showParents()
215 private final String msIndentation = new String(" "); field in TextualDisplay

Completed in 14 milliseconds