| /trunk/main/idl/source/objects/ |
| H A D | object.cxx | 259 rOutStm << "//class SvMetaClass" << endl; in WriteAttributesSvIdl() 264 rOutStm << ';' << endl; in WriteAttributesSvIdl() 391 rOutStm << ';' << endl; in WriteContextSvIdl() 404 rOutStm << ';' << endl; in WriteContextSvIdl() 517 rOutStm << endl; in WriteSvIdl() 519 rOutStm << endl; in WriteSvIdl() 645 rOutStm << "<INTERFACE>" << endl in Write() 649 rOutStm << endl; in Write() 651 rOutStm << "</INTERFACE>" << endl << endl; in Write() 841 rOutStm << "#ifdef " << GetName().GetBuffer() << endl; in WriteSfx() [all …]
|
| H A D | types.cxx | 418 rOutStm << endl; in WriteSvIdl() 467 rOutStm << "//class SvMetaAttribute" << endl; in WriteAttributesSvIdl() 472 rOutStm << ';' << endl; in WriteAttributesSvIdl() 478 rOutStm << ';' << endl; in WriteAttributesSvIdl() 484 rOutStm << ';' << endl; in WriteAttributesSvIdl() 490 rOutStm << ';' << endl; in WriteAttributesSvIdl() 496 rOutStm << ';' << endl; in WriteAttributesSvIdl() 502 rOutStm << ';' << endl; in WriteAttributesSvIdl() 623 rOutStm << "//class SvMetaAttribute" << endl; in WriteAttributes() 629 << ")," << endl; in WriteAttributes() [all …]
|
| H A D | module.cxx | 230 rOutStm << ';' << endl; in WriteAttributesSvIdl() 236 rOutStm << ';' << endl; in WriteAttributesSvIdl() 242 rOutStm << ';' << endl; in WriteAttributesSvIdl() 377 rOutStm << endl; in WriteContextSvIdl() 383 rOutStm << endl; in WriteContextSvIdl() 449 rOutStm << SvHash_module()->GetName().GetBuffer() << endl in WriteSvIdl() 452 rOutStm << '\"' << endl << '\"'; in WriteSvIdl() 454 rOutStm << '\"' << endl; in WriteSvIdl() 492 rOutStm << "// class SvMetaModule" << endl; in WriteAttributes() 494 rOutStm << "helpfile(\"" << aHelpFileName.GetBuffer() << "\");" << endl; in WriteAttributes() [all …]
|
| H A D | basobj.cxx | 80 rOutStm << '/' << endl; in WriteStars() 342 rOutStm << "<DESCRIPTION>" << endl; in WriteDescription() 348 rOutStm << aDesc.Copy( 0, nPos ).GetBuffer() << endl; in WriteDescription() 353 rOutStm << aDesc.GetBuffer() << endl << "</DESCRIPTION>" << endl; in WriteDescription() 368 rOutStm << "// class SvMetaName" << endl; in WriteAttributesSvIdl() 374 rOutStm << ';' << endl; in WriteAttributesSvIdl() 380 rOutStm << ';' << endl; in WriteAttributesSvIdl() 386 rOutStm << ';' << endl; in WriteAttributesSvIdl() 435 rOutStm << '[' << endl; in WriteSvIdl() 448 rOutStm << endl; in WriteSvIdl() [all …]
|
| H A D | slot.cxx | 732 rOutStm << ");" << endl; in WriteAttributesSvIdl() 738 rOutStm << ';' << endl; in WriteAttributesSvIdl() 743 rOutStm << ';' << endl; in WriteAttributesSvIdl() 749 rOutStm << ';' << endl; in WriteAttributesSvIdl() 755 rOutStm << ';' << endl; in WriteAttributesSvIdl() 761 rOutStm << ';' << endl; in WriteAttributesSvIdl() 768 rOutStm << ';' << endl; in WriteAttributesSvIdl() 791 rOutStm << ';' << endl; in WriteAttributesSvIdl() 892 rOutStm << aOut.GetBuffer() << endl; in WriteAttributesSvIdl() 1231 << ')' << endl; in WriteSlotStubs() [all …]
|
| /trunk/main/basegfx/source/workbench/ |
| H A D | bezierclip.cxx | 312 cout << "# convex hull testing" << endl in Impl_calcSafeParams_clip() 328 << "'-' using ($1):($2) title \"convex hull\" with lp" << endl; in Impl_calcSafeParams_clip() 333 cout << poly[k].x << " " << poly[k].y << endl; in Impl_calcSafeParams_clip() 335 cout << poly[0].x << " " << poly[0].y << endl; in Impl_calcSafeParams_clip() 336 cout << "e" << endl; in Impl_calcSafeParams_clip() 340 cout << convHull[k].x << " " << convHull[k].y << endl; in Impl_calcSafeParams_clip() 342 cout << convHull[0].x << " " << convHull[0].y << endl; in Impl_calcSafeParams_clip() 343 cout << "e" << endl; in Impl_calcSafeParams_clip() 405 cout << "# safe param range testing" << endl in printCurvesWithSafeRange() 477 << bounds_c2.c-bounds_c2.dMax << ",t) title \"fat line (max) \"" << endl; in printCurvesWithSafeRange() [all …]
|
| /trunk/main/basegfx/source/tools/ |
| H A D | debugplotter.cxx | 44 *pStm << "#!/usr/bin/gnuplot -persist" << ::std::endl << in outputHeader() 45 "#" << ::std::endl << in outputHeader() 46 "# automatically generated by basegfx, don't change!" << ::std::endl << in outputHeader() 47 "#" << ::std::endl << in outputHeader() 48 "# --- " << rTitle.getStr() << " ---" << ::std::endl << in outputHeader() 49 "#" << ::std::endl << in outputHeader() 50 "set parametric" << ::std::endl << in outputHeader() 51 "# set terminal postscript eps enhanced color " << ::std::endl << in outputHeader() 52 "# set output \"plot.eps\"" << ::std::endl << in outputHeader() 57 … "cubicBezier(p,q,r,s,t) = p*(1-t)**3+q*3*(1-t)**2*t+r*3*(1-t)*t**2+s*t**3" << ::std::endl << in outputHeader() [all …]
|
| /trunk/main/basegfx/test/ |
| H A D | testtools.cxx | 52 mrOutputStream << "#!/usr/bin/gnuplot -persist" << ::std::endl in Plotter() 53 << "#" << ::std::endl in Plotter() 54 … << "# automatically generated by basegfx::testtools::Plotter, don't change!" << ::std::endl in Plotter() 55 << "#" << ::std::endl in Plotter() 56 << "set parametric" << ::std::endl in Plotter() 61 … << "cubicBezier(p,q,r,s,t) = p*(1-t)**3+q*3*(1-t)**2*t+r*3*(1-t)*t**2+s*t**3" << ::std::endl in Plotter() 66 … << "cubicBezDerivative(p,q,r,s,t) = 3*(q-p)*(1-t)**2+6*(r-q)*(1-t)*t+3*(s-r)*t**2" << ::std::endl in Plotter() 70 << "implicitLineX(a,b,c,t) = a*-c + t*-b" << ::std::endl in Plotter() 74 << "implicitLineY(a,b,c,t) = b*-c + t*a" << ::std::endl in Plotter() 80 << "line(a,b,t) = a*(1-t) + b*t" << ::std::endl << ::std::endl in Plotter() [all …]
|
| /trunk/main/l10ntools/source/help/ |
| H A D | HelpLinker.cxx | 303 fileB << " " << anchorB << " " << jarfileB << " " << titleB << std::endl); in addBookmark() 417 " from " << helpFiles.size() << " input files" << std::endl; in link() 466 HCDBG(std::cerr << "before compile of " << xhpFileName << std::endl); in link() 468 HCDBG(std::cerr << "after compile of " << xhpFileName << std::endl); in link() 587 std::cout << std::endl; in link() 667 aStrStream << "extension source missing" << std::endl; in main() 680 aStrStream << "extension destination missing" << std::endl; in main() 691 aStrStream << "sourceroot missing" << std::endl; in main() 703 aStrStream << "embeddingStylesheet missing" << std::endl; in main() 715 aStrStream << "idxtemp missing" << std::endl; in main() [all …]
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | WW8TableInfo.cxx | 392 << toString() << "</endOfLine>" << ::std::endl; in setEndOfLine() 403 << toString() << "</endOfCell>" << ::std::endl; in setEndOfCell() 415 << toString() << "</firstInTable>" << ::std::endl; in setFirstInTable() 428 << toString() << "</vertMerge>" << ::std::endl; in setVertMerge() 449 << ::std::endl; in setNext() 596 ::std::clog << "<CellFrm>" << ::std::endl; in processSwTableByLayout() 601 ::std::clog << sBuffer << ::std::endl; in processSwTableByLayout() 632 ::std::clog << "</CellFrm>" << ::std::endl; in processSwTableByLayout() 644 ::std::clog << "<processSwTable>" << ::std::endl; in processSwTable() 656 ::std::clog << pCellGrid->toString() << ::std::endl; in processSwTable() [all …]
|
| /trunk/main/writerfilter/source/resourcemodel/ |
| H A D | WW8Analyzer.cxx | 180 o << "<sprm>" << endl in dumpStats() 181 << "<id>" << hex << aId << "</id>" << endl in dumpStats() 183 << "</name>" << endl in dumpStats() 185 << endl in dumpStats() 186 << "</sprm>" << endl; in dumpStats() 196 o << "<attribute>" << endl in dumpStats() 198 << endl in dumpStats() 200 << endl in dumpStats() 201 << "</attribute>" << endl; in dumpStats()
|
| H A D | qnametostrfooter | 9 cout << "<ids type=\"sprm\">" << endl; 14 cout << "</ids>" << endl; 16 cout << "<ids type=\"attribute\">" << endl; 21 cout << "</ids>" << endl;
|
| /trunk/main/writerfilter/unocomponent/debugservices/rtftok/ |
| H A D | XMLScanner.cxx | 102 cout << "</text>" << endl; in clearBuffers() 111 cout << ucharBuffer << "</utext>" << endl; in clearBuffers() 120 cout << "<dest name=\"" << token << "\" value=\""<< value << "\">" << endl; in dest() 127 << endl; in ctrl() 132 cout << "<brace>" << endl; in lbrace() 138 cout << vCloseTags.back() << endl; in rbrace() 144 cout << "<spaces count=\"" << count << "\"/>" << endl; in addSpaces() 149 cout << "<bindata/>" << endl; in addBinData() 162 cout << "<hexchar value=\"" << hexch << "\"/>" << endl; in addHexChar() 293 cout << "<out>" << endl; in run() [all …]
|
| /trunk/main/basebmp/source/ |
| H A D | debug.cxx | 86 << "/* basebmp::BitmapDevice content dump */" << std::endl in debugDump() 87 << "/* Width = " << aSize.getX() << " */" << std::endl in debugDump() 88 << "/* Height = " << aSize.getY() << " */" << std::endl in debugDump() 89 << "/* TopDown = " << bTopDown << " */" << std::endl in debugDump() 90 << "/* Format = " << getFormatString(nScanlineFormat) << " */" << std::endl in debugDump() 91 << "/* (dumped entries are already mapped RGBA color values) */" << std::endl in debugDump() 92 << std::endl; in debugDump() 99 rOutputStream << std::endl; in debugDump()
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | ndhints.cxx | 47 aDbstream << "DumpHints:" << endl; in _SV_IMPL_SORTAR_ALG() 48 (aDbstream << "\tStarts:" ).WriteNumber(rHtStart.Count()) << endl; in _SV_IMPL_SORTAR_ALG() 57 aDbstream << endl; in _SV_IMPL_SORTAR_ALG() 59 (aDbstream << "\tEnds:").WriteNumber( rHtEnd.Count() )<< endl; in _SV_IMPL_SORTAR_ALG() 67 aDbstream.WriteNumber( *pHt->GetStart() )<< endl; in _SV_IMPL_SORTAR_ALG() 69 aDbstream << endl; in _SV_IMPL_SORTAR_ALG() 254 (aDbstream << "Insert: " ).WriteNumber( long( pHt ) ) << endl; in Insert() 273 (aDbstream << "DeleteAtPos: " ).WriteNumber( long( pHt ) ) << endl; in DeleteAtPos() 447 aDbstream << "Resort: Starts" << endl; in Resort() 469 aDbstream << "Resort: Ends" << endl; in Resort() [all …]
|
| H A D | txtedt.cxx | 1612 aStream << endl << ++nFlushCnt << ". Messung\n"; in Flush() 1614 aStream << "gepruefte Worte: \t" << nWords << endl; in Flush() 1615 aStream << "als fehlerhaft erkannt:\t" << nWrong << endl; in Flush() 1616 aStream << "Alternativvorschlaege:\t" << nAlter << endl; in Flush() 1618 aStream << "Durchschnitt:\t\t" << nAlter*1.0 / nWrong << endl; in Flush() 1619 aStream << "Dauer (msec):\t\t" << nSpellTime << endl; in Flush() 1621 aStream << "Synonyme gesamt:\t" << nSynonym << endl; in Flush() 1624 nSynonym*1.0 / ( nWords - nNoSynonym ) << endl; in Flush() 1625 aStream << "ohne Synonyme:\t\t" << nNoSynonym << endl; in Flush() 1626 aStream << "Bedeutungen gesamt:\t" << nSynonym << endl; in Flush() [all …]
|
| /trunk/main/writerfilter/qa/cppunittests/odiapi/ |
| H A D | FileLoggerImpl.cxx | 41 file_ << "digraph {" << endl; in beginTree() 46 file_ << "}" << endl; in endTree() 54 …file_ << nodeId << " [ label=\"(" << value << ")\", shape=box, color=grey, style=filled ];"<< endl; in beginNode() 56 file_ << nodeId << " [ label=\"(" << value << ")\" ];"<< endl; in beginNode() 58 file_ << nodeStack_.top() << " -> " << nodeId << ";" << endl; in beginNode() 61 file_ << nodeId << " -> " << refersToNodeId << " [ color=grey, weight=0 ];" << endl; in beginNode() 65 file_ << nodeId << " [ label=\"(" << value << ")\", shape=diamond ];"<< endl; in beginNode()
|
| H A D | ExternalViewLogger.cxx | 75 …<< string(" ") << iter->second->mRefersToNodeId << string(" ") << iter->second->mNodeValue << endl; in dumpNodeContainer() 83 mFile << "digraph {" << endl; in endTree() 84 mFile << "Root [shape=box, color=grey];" << endl; in endTree() 98 mFile << newStyleName << " [shape=box];" << endl; in endTree() 99 mFile << mParentNodeStack.top() << " -> " << newStyleName << endl; in endTree() 106 mFile << "}" << endl; in endTree() 184 mFile << nodeId << " [label=\"(" << getValue(nodeId) << ")\",shape=box];" << endl; in dumpTree() 185 mFile << mParentNodeStack.top() << " -> " << nodeId << ";" << endl; in dumpTree()
|
| /trunk/main/xml2cmp/source/finder/ |
| H A D | dep_main.cxx | 40 << std::endl; in main() 58 << std::endl; in main() 74 std::cout << "\n\n\nNeeded libraries: " << std::endl; in main() 77 std::cout << " " << aLibs[i].str() << std::endl; in main() 79 std::cout << "\nNeeded services: " << std::endl; in main() 82 std::cout << " " << aServs[s].str() << std::endl; in main() 84 std::cout << "\n\n" << std::endl; in main()
|
| /trunk/main/shell/source/win32/sysmail/ |
| H A D | senddoc.cxx | 305 oss << "--from" << " " << gFrom << std::endl; in dumpParameter() 308 oss << "--subject" << " " << gSubject << std::endl; in dumpParameter() 311 oss << "--body" << " " << gBody << std::endl; in dumpParameter() 316 oss << "--to" << " " << *iter << std::endl; in dumpParameter() 321 oss << "--cc" << " " << *iter << std::endl; in dumpParameter() 326 oss << "--bcc" << " " << *iter << std::endl; in dumpParameter() 331 oss << "--attach" << " " << *iter << std::endl; in dumpParameter() 334 oss << "--mapi-dialog" << std::endl; in dumpParameter() 337 oss << "--mapi-logon-ui" << std::endl; in dumpParameter()
|
| /trunk/main/shell/source/tools/lngconvex/ |
| H A D | lngconvex.cxx | 66 …: -ulf ulf_file -rc rc_output_file -rct rc_template_file -rch rch_file -rcf rcf_file" << std::endl; in ShowUsage() 67 std::cout << "-ulf Name of the ulf file" << std::endl; in ShowUsage() 68 std::cout << "-rc Name of the resulting resource file" << std::endl; in ShowUsage() 69 std::cout << "-rct Name of the resource template file" << std::endl; in ShowUsage() 70 std::cout << "-rch Name of the resource file header" << std::endl; in ShowUsage() 71 std::cout << "-rcf Name of the resource file footer" << std::endl; in ShowUsage() 391 out << line << std::endl; in read_ulf_file() 442 os << line << std::endl; in concatenate_files() 588 std::cout << ex.what() << std::endl; in SAL_IMPLEMENT_MAIN_WITH_ARGS() 592 std::cout << ex.what() << std::endl; in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
| /trunk/main/xml2cmp/source/xcd/ |
| H A D | main.cxx | 64 std::cerr << aCommandLine.ErrorText() << std::endl ; in main() 87 …std::cerr << "Error: File " << i_rCommandLine.XmlSrcFile() << " could not be loaded." << std::endl; in Do_SingleFileCommandLine() 99 << std::endl; in Do_SingleFileCommandLine() 132 std::cout << "Gather xml-files ..." << std::endl; in Do_IndexCommandLine() 135 std::cout << "Create output ..." << std::endl; in Do_IndexCommandLine() 139 std::cout << "... done." << std::endl; in Do_IndexCommandLine() 179 std::cerr << "Error: " << o_sOutputFile << " could not be created." << std::endl; in Create_TypeInfo() 256 std::cerr << "Error: " << i_sOutputFile << " could not be created." << std::endl; in Put2File_TypeInfo()
|
| /trunk/main/sc/source/ui/vba/testvba/ |
| H A D | testvba.cxx | 100 std::cerr << "usage: " << pName << "<path to testdocument dir> <output_directory>" << std::endl; in usage() 223 …ht exception " << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() << std::endl; in proccessDocument() 251 …ht exception " << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() << std::endl; in proccessDocument() 288 …OString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() << " while disposing " << sComp << std::endl; in tryDispose() 303 std::cout << "got servicemanager" << std::endl; in main() 307 std::cout << "got desktop" << std::endl; in main() 312 std::cout << "before process" << std::endl; in main() 314 std::cout << "after process" << std::endl; in main() 327 …ht Exception " << rtl::OUStringToOString( e.Message, RTL_TEXTENCODING_UTF8 ).getStr() << std::endl; in main()
|
| /trunk/main/tools/source/inet/ |
| H A D | inetmime.cxx | 2285 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2310 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2323 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2347 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2366 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2376 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2395 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2406 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2571 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() 2631 rSink << INetMIMEOutputSink::endl << ' '; in writeHeaderFieldBody() [all …]
|
| /trunk/main/basic/source/sbx/ |
| H A D | sbxobj.cxx | 895 rStrm << "<too deep>" << endl; in Dump() 926 rStrm << " )" << endl; in Dump() 928 rStrm << aIndentNameStr.GetBuffer() << "{" << endl; in Dump() 935 rStrm << aIndentNameStr.GetBuffer() << "- Flags: " << aAttrStr.GetBuffer() << endl; in Dump() 939 rStrm << aIndentNameStr.GetBuffer() << "- Methods:" << endl; in Dump() 966 rStrm << endl; in Dump() 971 rStrm << aIndentNameStr.GetBuffer() << "- Properties:" << endl; in Dump() 999 rStrm << endl; in Dump() 1005 rStrm << aIndentNameStr.GetBuffer() << "- Objects:" << endl; in Dump() 1022 rStrm << aIndentNameStr.GetBuffer() << "}" << endl << endl; in Dump()
|