Searched refs:sIndentation (Results 1 – 4 of 4) sorted by relevance
80 String sIndentation = showParents (xContext); in setAccessibleObject() local81 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() local203 sIndentation += msIndentation; in showParents()[all …]
383 static const char sIndentation[nIndentBound+1] = in WriteIndentation() local392 o_rFile.write( sIndentation, nLevel ); in WriteIndentation()397 o_rFile.write( sIndentation, nIndentBound ); in WriteIndentation()398 o_rFile.write( sIndentation, iLevel ); in WriteIndentation()
372 …static const char* sIndentation = " … in PrintWindowSubTree() local378 sIndentation+strlen(sIndentation)-nIndentation*4, in PrintWindowSubTree()
67 const ::rtl::OUString sIndentation (::rtl::OUString::createFromAscii(" ")); in TraceBoundResources() local72 sLine = sIndentation + sLine; in TraceBoundResources()
Completed in 33 milliseconds