Searched refs:sIndentation (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/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 …]
|
| /AOO41X/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()
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | Deck.cxx | 372 …static const char* sIndentation = " … in PrintWindowSubTree() local 378 sIndentation+strlen(sIndentation)-nIndentation*4, in PrintWindowSubTree()
|
| /AOO41X/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()
|