Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/sfx2/source/sidebar/
H A DDeck.cxx372 …static const char* sIndentation = " … in PrintWindowSubTree() local
378 sIndentation+strlen(sIndentation)-nIndentation*4, in PrintWindowSubTree()
/aoo41x/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 27 milliseconds