/aoo42x/main/toolkit/test/accessibility/ |
H A D | InformationWriter.java | 251 String sIndent = ""; in showAccessibility() local 253 sIndent += " "; in showAccessibility() 278 MessageArea.println (sIndent + "Name : " in showAccessibility() 280 MessageArea.println (sIndent + "Description : " in showAccessibility() 282 MessageArea.println (sIndent + "Role : " in showAccessibility() 293 MessageArea.println (sIndent + "Child count : " in showAccessibility() 295 MessageArea.print (sIndent + "Relation set : "); in showAccessibility() 312 MessageArea.print (sIndent + "State set : "); in showAccessibility() 332 showAccessibleComponent (xContext, sIndent); in showAccessibility() 393 String sIndent = ""; in showAccessibilityTree() [all …]
|
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/ |
H A D | InformationWriter.java | 255 String sIndent = ""; in showAccessibility() local 257 sIndent += " "; in showAccessibility() 282 maOut.println (sIndent + "Name : " in showAccessibility() 284 maOut.println (sIndent + "Description : " in showAccessibility() 286 maOut.println (sIndent + "Role : " in showAccessibility() 297 maOut.println (sIndent + "Child count : " in showAccessibility() 299 maOut.print (sIndent + "Relation set : "); in showAccessibility() 316 maOut.print (sIndent + "State set : "); in showAccessibility() 336 showAccessibleComponent (xContext, sIndent); in showAccessibility() 397 String sIndent = ""; in showAccessibilityTree() [all …]
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | trace.cxx | 45 ByteString sIndent; in Tracer() local 47 sIndent += '\t'; in Tracer() 53 sMessage += sIndent; in Tracer() 65 ByteString sIndent; in ~Tracer() local 67 sIndent += '\t'; in ~Tracer() 73 sMessage += sIndent; in ~Tracer() 85 ByteString sIndent; in TraceString() local 87 sIndent += '\t'; in TraceString() 93 sMessage += sIndent; in TraceString() 106 ByteString sIndent; in TraceString1StringParam() local [all …]
|
/aoo42x/main/writerfilter/source/resourcemodel/ |
H A D | TagLogger.cxx | 174 string XMLTag::toTree(const string & sIndent) const in toTree() 177 return sIndent + mChars; in toTree() 182 size_t nSize = sIndent.size(); in toTree() 185 sResult += sIndent.substr(0, nSize - 2) + "+-\\" + mTag; in toTree() 202 sResult += sIndent + ", "; in toTree() 229 sResult += (*aItTags)->toTree(sIndent + " "); in toTree() 233 sResult += (*aItTags)->toTree(sIndent + "| "); in toTree() 245 ostream & XMLTag::output(ostream & o, const string & sIndent) const in output() 251 o << sIndent << "<" << mTag; in output() 267 string sNewIndent = sIndent + " "; in output() [all …]
|
/aoo42x/main/odk/examples/java/DocumentHandling/ |
H A D | DocumentConverter.java | 47 static String sIndent = ""; field in DocumentConverter 71 System.out.println(sIndent + "[" + fileDirectory.getName() + "]"); in traverse() 72 sIndent += " "; in traverse() 148 System.out.println(sIndent + entries[ i ].getName()); in traverse() 152 sIndent = sIndent.substring(2); in traverse()
|
/aoo42x/main/registry/source/ |
H A D | regimpl.cxx | 1466 OString sIndent; in dumpValue() local 1474 for (int i= 0; i < nSpc; i++) sIndent += " "; in dumpValue() 1515 const sal_Char* indent = sIndent.getStr(); in dumpValue() 1573 sIndent + " "); in dumpValue() 1703 OString sIndent; in dumpKey() local 1712 for (int i= 0; i < nSpace; i++) sIndent += " "; in dumpKey() 1725 …fprintf(stdout, "%s/ %s\n", sIndent.getStr(), OUStringToOString(sName, RTL_TEXTENCODING_UTF8).getS… in dumpKey()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | TokenWriter.cxx | 753 strncpy( sIndent, sIndentSource ,std::min(sizeof(sIndent),sizeof(sIndentSource))); in OHTMLImportExport() 754 sIndent[0] = 0; in OHTMLImportExport() 812 xDocProps, sIndent ); in WriteHeader() 1151 sIndent[m_nIndent] = '\t'; in IncIndent() 1157 sIndent[m_nIndent] = 0; in IncIndent()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 250 strcpy( sIndent, sIndentSource ); // #100211# - checked in ScHTMLExport() 251 sIndent[0] = 0; in ScHTMLExport() 365 …SfxFrameHTMLWriter::Out_DocInfo( rStrm, aBaseURL, NULL, sIndent, eDestEnc, &aNonConvertibleChars ); in WriteHeader() 375 sIndent, eDestEnc, &aNonConvertibleChars ); in WriteHeader() 1327 sIndent[nIndent] = '\t'; in IncIndent() 1333 sIndent[nIndent] = 0; in IncIndent()
|
/aoo42x/main/automation/source/server/ |
H A D | sta_list.cxx | 916 String sIndent,aText,aReturn; in ClientTree() local 917 sIndent.Expand(sal::static_int_cast< xub_StrLen >(2*Indent)); in ClientTree() 925 WRITE(sIndent); in ClientTree() 973 WRITE(sIndent); in ClientTree() 988 WRITE(sIndent); in ClientTree()
|
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | TagLogger.hxx | 82 string toTree(const string & sIndent = "") const; 84 ostream & output(ostream & o, const string & sIndent = "") const;
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 112 sal_Char sIndent[nIndentMax+1]; member in ScHTMLExport 158 const sal_Char* GetIndentStr() { return sIndent; } in GetIndentStr()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | TokenWriter.hxx | 177 char sIndent[nIndentMax+1]; member in dbaui::OHTMLImportExport 188 const char* GetIndentStr() { return sIndent; } in GetIndentStr()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 936 ByteString sIndent; in MakeHeader() local 937 GetIndentString( sIndent ); in MakeHeader() 950 sIndent.GetBuffer(), eDestEnc, in MakeHeader()
|