Home
last modified time | relevance | path

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

/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DTextualDisplay.java80 String sIndentation = showParents (xContext); in setAccessibleObject() local
81 showContextInfo (xContext, sIndentation); in setAccessibleObject()
82 showComponentInfo (xContext, sIndentation); in setAccessibleObject()
104 msTextContent += sIndentation + "Description: " in showContextInfo()
107 showStates (xContext, sIndentation); in showContextInfo()
127 msTextContent += sIndentation + "States : "; in showStates()
153 msTextContent += sIndentation + "Position : " in showComponentInfo()
157 msTextContent += sIndentation + "Size : " in showComponentInfo()
194 String sIndentation = new String (); in showParents() local
203 sIndentation += msIndentation; in showParents()
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java191 final String sIndentation, in WriteType() argument
221 sIndentation+" ", in WriteType()
235 maOut.printf("%s}\n", sIndentation); in WriteType()
243 final String sIndentation, in WriteAttribute() argument
251 sIndentation, in WriteAttribute()
259 sIndentation, in WriteAttribute()
263 maOut.printf("%s}\n", sIndentation); in WriteAttribute()
268 sIndentation, in WriteAttribute()
271 maOut.printf("%s}\n", sIndentation); in WriteAttribute()
277 sIndentation, in WriteAttribute()
[all …]
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx383 static const char sIndentation[nIndentBound+1] = in WriteIndentation() local
392 o_rFile.write( sIndentation, nLevel ); in WriteIndentation()
397 o_rFile.write( sIndentation, nIndentBound ); in WriteIndentation()
398 o_rFile.write( sIndentation, iLevel ); in WriteIndentation()
/trunk/main/sfx2/source/sidebar/
H A DDeck.cxx372 …static const char* sIndentation = " … in PrintWindowSubTree() local
378 sIndentation+strlen(sIndentation)-nIndentation*4, in PrintWindowSubTree()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationTracer.cxx67 const ::rtl::OUString sIndentation (::rtl::OUString::createFromAscii(" ")); in TraceBoundResources() local
72 sLine = sIndentation + sLine; in TraceBoundResources()

Completed in 32 milliseconds