/aoo41x/main/registry/workben/ |
H A D | regtest.cxx | 51 cout << "0. registry test4.rdb is created\n"; in main() 61 cout << "2. key \"myFirstKey\" is created\n"; in main() 65 cout << "3. key \"mySecondKey\" is created\n"; in main() 77 cout << "6. key \"myThirdKey\" is created\n\n"; in main() 136 cout << "13. key \"myFirstKey\" is deleted\n"; in main() 141 cout << "14. key \"mySecondKey\" is closed\n"; in main() 160 cout << "17. key \"myThirdKey\" is opened\n"; in main() 162 cout << "\n close open keys\n\n"; in main() 170 cout << "\t19. closing root key failed\n"; in main() 172 cout << "19. root key is closed\n"; in main() [all …]
|
H A D | regspeed.cxx | 135 cout << "creating registry \"test.reg\" failed\n"; in main() 140 cout << "open root key \"test.reg\" failed\n"; in main() 181 cout << "closing key \"" << OUStringToOString(keyName1, RTL_TEXTENCODING_ASCII_US).getStr() in main() 196 cout << "open key \"" << OUStringToOString(keyName1, RTL_TEXTENCODING_ASCII_US).getStr() in main() 208 cout << "open key \"" << OUStringToOString(keyName2, RTL_TEXTENCODING_ASCII_US).getStr() in main() 223 cout << "open key \"" << OUStringToOString(keyName3, RTL_TEXTENCODING_ASCII_US).getStr() in main() 227 cout << "open key \"" << OUStringToOString(keyName3, RTL_TEXTENCODING_ASCII_US).getStr() in main() 247 cout << "open key \"" << OUStringToOString(keyName3, RTL_TEXTENCODING_ASCII_US).getStr() in main() 251 cout << "open key \"" << OUStringToOString(keyName3, RTL_TEXTENCODING_ASCII_US).getStr() in main() 259 cout << "closing root key failed\n"; in main() [all …]
|
/aoo41x/main/basegfx/source/workbench/ |
H A D | bezierclip.cxx | 314 cout << " bez(" in Impl_calcSafeParams_clip() 336 cout << "e" << endl; in Impl_calcSafeParams_clip() 343 cout << "e" << endl; in Impl_calcSafeParams_clip() 420 cout << "bez(" in printCurvesWithSafeRange() 493 cout << "bez(" in printResultWithFinalCurves() 896 cout << "e" << endl; in Impl_calcSafeParams_focus() 903 cout << "e" << endl; in Impl_calcSafeParams_focus() 1382 cout << " bez(" in main() 1457 cout << " bez(" in main() 1512 cout << " bez(" in main() [all …]
|
/aoo41x/main/writerfilter/unocomponent/debugservices/rtftok/ |
H A D | XMLScanner.cxx | 85 case '<': cout << "<"; break; in xmlout() 86 case '>': cout << ">"; break; in xmlout() 89 cout << c; in xmlout() 100 cout << "<text>"; in clearBuffers() 102 cout << "</text>" << endl; in clearBuffers() 109 cout << "<utext>"; in clearBuffers() 132 cout << "<brace>" << endl; in lbrace() 138 cout << vCloseTags.back() << endl; in rbrace() 149 cout << "<bindata/>" << endl; in addBinData() 293 cout << "<out>" << endl; in run() [all …]
|
/aoo41x/main/soltools/adjustvisibility/ |
H A D | adjustvisibility.cxx | 181 std::cout << "Symbol: " << sSymbolName << ", " in adjustVisibility() 184 std::cout << SymbolType[nSymbolType]; in adjustVisibility() 186 std::cout << nSymbolType; in adjustVisibility() 188 std::cout << ", Binding: "; in adjustVisibility() 190 std::cout << SymbolBinding[nSymbolBind]; in adjustVisibility() 192 std::cout << nSymbolBind; in adjustVisibility() 194 std::cout << ", Visibility: "; in adjustVisibility() 198 std::cout << nSymbolVisibility; in adjustVisibility() 288 std::cout << "usage: " << argv[0] << " [-pv] <elf-object> ...\n"; in main() 289 std::cout << " -p preserve time stamps\n"; in main() [all …]
|
/aoo41x/main/sw/source/core/except/ |
H A D | dbgloop.cxx | 122 cout << pErr << '\n'; in AssertFail() 123 PrintLoopStack( cout ); in AssertFail() 135 cout << "---" << '\n'; in Run() 138 cout << "i" << i; in Run() 140 PrintLoopStack( cout ); in Run() 143 cout << " j" << j; in Run() 145 PrintLoopStack( cout ); in Run() 147 cout << '\n'; in Run() 149 PrintLoopStack( cout ); in Run()
|
/aoo41x/main/writerfilter/source/resourcemodel/ |
H A D | qnametostrfooter | 9 cout << "<ids type=\"sprm\">" << endl; 11 sprmidsToXML(cout); 12 ooxmlsprmidsToXML(cout); 14 cout << "</ids>" << endl; 16 cout << "<ids type=\"attribute\">" << endl; 18 doctokidsToXML(cout); 19 ooxmlidsToXML(cout); 21 cout << "</ids>" << endl;
|
/aoo41x/main/xml2cmp/source/finder/ |
H A D | dep_main.cxx | 38 std::cout << "\nUse:\n" in main() 53 std::cout 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()
|
/aoo41x/main/shell/source/tools/lngconvex/ |
H A D | lngconvex.cxx | 66 …std::cout << "Usage: -ulf ulf_file -rc rc_output_file -rct rc_template_file -rch rch_file -rcf rcf… 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() 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() 597 std::cout << "Unexpected error..." << std::endl; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo41x/main/unodevtools/source/skeletonmaker/ |
H A D | skeletonmaker.cxx | 302 std::cout << "\n/***************************************************" 307 java::generateDocumentation(std::cout, options, manager, 311 cpp::generateDocumentation(std::cout, options, manager, 336 std::cout.flush(); 339 std::cout.flush();
|
/aoo41x/main/xml2cmp/source/xcd/ |
H A D | main.cxx | 96 std::cout << "File " 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() 242 StreamOut_TypeInfo(std::cout, i_rData, " "); in Put2StdOut_TypeInfo()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | sp_debug.cxx | 126 std::cout << "... " << m.size() << " objects in m.\n"; in find_unreachable_objects_impl() 135 std::cout << "... " << m2.size() << " objects in m2.\n"; in find_unreachable_objects_impl() 149 std::cout << "... " << m2.size() << " objects in open.\n"; in find_unreachable_objects_impl() 194 …std::cout << "Unreachable object at " << i->second.first << ", " << i->second.second << " bytes lo… in find_unreachable_objects() 245 std::cout << "... about to free " << free.size() << " objects.\n"; in free_unreachable_objects()
|
H A D | smilfunctionparser.cxx | 574 OSL_DEBUG_ONLY(::std::cout.flush()); // needed to keep stdout and cout in sync in parseSmilValue() 620 OSL_DEBUG_ONLY(::std::cout.flush()); // needed to keep stdout and cout in sync in parseSmilFunction()
|
/aoo41x/main/sc/source/ui/vba/testvba/ |
H A D | testvba.cxx | 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()
|
/aoo41x/main/cosv/source/unittest/ |
H A D | ut.hxx | 38 if (result ) std::cout << "All unit tests passed successfully." << std::endl; \ 39 else std::cout << "Errors in unit tests.\n" << std::endl
|
/aoo41x/main/sal/qa/osl/setthreadname/ |
H A D | test-setthreadname.cxx | 50 std::cout << "set: "; in run() 59 std::cout << "stop: "; in run()
|
/aoo41x/main/l10ntools/source/help/ |
H A D | HelpLinker.cxx | 416 std::cout << "Making " << outputFile.native_file_string() << in link() 427 std::cout << "."; in link() 428 std::cout.flush(); in link() 587 std::cout << std::endl; in link() 963 std::cout << "time taken was " << (endtime-starttime)/1000.0 << " seconds" << std::endl; in main()
|
/aoo41x/main/l10ntools/source/ |
H A D | helpex.cxx | 270 cout << ".";cout.flush(); in main()
|
H A D | directory.cxx | 67 …std::cout << "FILE " << rtl::OUStringToOString( (*iter).getFullName().getStr() , RTL_TEXTENCODING_… in dump() 72 …std::cout << "DIR " << rtl::OUStringToOString( (*iter).getFullName().getStr() , RTL_TEXTENCODING_U… in dump()
|
H A D | localize.cxx | 911 if( hasPwd ) cout << "Found special path!\n"; in main() 932 cout << "Localizing repository " << curRepository << "\n"; in main() 953 cout << "Localizing repository " << pwd << "\n"; in main()
|
/aoo41x/main/xml2cmp/source/support/ |
H A D | syshelp.cxx | 185 std::cout << "." << std::flush; in GatherFileNames() 210 std::cout << "." << std::flush; in GatherFileNames()
|
/aoo41x/main/registry/test/ |
H A D | testmerge.cxx | 112 cout << "test_generateMerge1() Ok!\n"; in test_generateMerge1() 177 cout << "test_generateMerge2() Ok!\n"; in test_generateMerge2() 414 cout << "test_merge() Ok!\n"; in test_merge()
|
/aoo41x/main/jvmaccess/workbench/ |
H A D | exceptiontest2.cxx | 40 std::cout << "Exception caught" << std::endl; in main()
|
H A D | exceptiontest1.cxx | 40 std::cout << "Exception caught" << std::endl; in main()
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8OutputWithDepth.cxx | 40 cout << str << endl; in output()
|