Searched refs:sIndentation (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/odk/examples/DevelopersGuide/Accessibility/ |
| H A D | TextualDisplay.java | 80 String sIndentation = showParents (xContext); in setAccessibleObject() local 81 showContextInfo (xContext, sIndentation); in setAccessibleObject() 82 showComponentInfo (xContext, sIndentation); in setAccessibleObject() 101 private void showContextInfo (XAccessibleContext xContext, String sIndentation) in showContextInfo() argument 104 msTextContent += sIndentation + "Description: " in showContextInfo() 107 showStates (xContext, sIndentation); in showContextInfo() 119 private void showStates (XAccessibleContext xContext, String sIndentation) in showStates() argument 127 msTextContent += sIndentation + "States : "; in showStates() 143 private void showComponentInfo (XAccessibleContext xContext, String sIndentation) in showComponentInfo() argument 153 msTextContent += sIndentation + "Position : " in showComponentInfo() [all …]
|
| /AOO42X/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
| H A D | LogGenerator.java | 191 final String sIndentation, in WriteType() argument 195 maOut.printf("%s%s", sIndentation, aType.toString()); in WriteType() 216 WriteAttribute(sIndentation+" ", aAttribute); in WriteType() 221 sIndentation+" ", in WriteType() 233 WriteType(sIndentation+" ", aChild, false); 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() 262 WriteAttribute(sIndentation+" ", aChildAttribute); in WriteAttribute() [all …]
|
| /AOO42X/main/soltools/giparser/ |
| H A D | gi_parse.cxx | 383 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()
|
| /AOO42X/main/sfx2/source/sidebar/ |
| H A D | Deck.cxx | 319 …static const char* sIndentation = " … in PrintWindowSubTree() local 325 sIndentation+strlen(sIndentation)-nIndentation*4, in PrintWindowSubTree()
|
| /AOO42X/main/sd/source/ui/framework/configuration/ |
| H A D | ConfigurationTracer.cxx | 67 const ::rtl::OUString sIndentation (::rtl::OUString::createFromAscii(" ")); in TraceBoundResources() local 72 sLine = sIndentation + sLine; in TraceBoundResources()
|