Home
last modified time | relevance | path

Searched refs:sIndent (Results 1 – 13 of 13) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java251 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 …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java255 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 …]
/trunk/main/svx/source/fmcomp/
H A Dtrace.cxx45 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 …]
/trunk/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx174 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 …]
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java47 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()
/trunk/main/registry/source/
H A Dregimpl.cxx1466 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()
/trunk/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx753 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()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx250 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()
/trunk/main/automation/source/server/
H A Dsta_list.cxx916 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()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx82 string toTree(const string & sIndent = "") const;
84 ostream & output(ostream & o, const string & sIndent = "") const;
/trunk/main/sc/source/filter/inc/
H A Dhtmlexp.hxx112 sal_Char sIndent[nIndentMax+1]; member in ScHTMLExport
158 const sal_Char* GetIndentStr() { return sIndent; } in GetIndentStr()
/trunk/main/dbaccess/source/ui/inc/
H A DTokenWriter.hxx177 char sIndent[nIndentMax+1]; member in dbaui::OHTMLImportExport
188 const char* GetIndentStr() { return sIndent; } in GetIndentStr()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx936 ByteString sIndent; in MakeHeader() local
937 GetIndentString( sIndent ); in MakeHeader()
950 sIndent.GetBuffer(), eDestEnc, in MakeHeader()

Completed in 113 milliseconds