Home
last modified time | relevance | path

Searched refs:cout (Results 1 – 25 of 47) sorted by relevance

12

/aoo42x/main/registry/workben/
H A Dregtest.cxx51 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 Dregspeed.cxx135 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 …]
/aoo42x/main/basegfx/source/workbench/
H A Dbezierclip.cxx314 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 …]
/aoo42x/main/writerfilter/unocomponent/debugservices/rtftok/
H A DXMLScanner.cxx85 case '<': cout << "&lt;"; break; in xmlout()
86 case '>': cout << "&gt;"; 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 …]
/aoo42x/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx181 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 …]
/aoo42x/main/sw/source/core/except/
H A Ddbgloop.cxx122 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()
/aoo42x/main/writerfilter/source/resourcemodel/
H A Dqnametostrfooter9 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;
/aoo42x/main/xml2cmp/source/finder/
H A Ddep_main.cxx38 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()
/aoo42x/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx66 …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()
/aoo42x/main/xml2cmp/source/xcd/
H A Dmain.cxx96 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()
/aoo42x/main/unodevtools/source/skeletonmaker/
H A Dskeletonmaker.cxx302 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();
/aoo42x/main/slideshow/source/engine/
H A Dsp_debug.cxx126 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 Dsmilfunctionparser.cxx574 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()
/aoo42x/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx303 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()
/aoo42x/main/autodoc/source/cosv/unittest/
H A Dut.hxx38 if (result ) std::cout << "All unit tests passed successfully." << std::endl; \
39 else std::cout << "Errors in unit tests.\n" << std::endl
/aoo42x/main/sal/qa/osl/setthreadname/
H A Dtest-setthreadname.cxx47 std::cout << "set: "; in run()
56 std::cout << "stop: "; in run()
/aoo42x/main/l10ntools/source/help/
H A DHelpLinker.cxx416 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()
/aoo42x/main/l10ntools/source/
H A Dhelpex.cxx270 cout << ".";cout.flush(); in main()
H A Ddirectory.cxx66 …std::cout << "FILE " << rtl::OUStringToOString( (*iter).getFullName().getStr() , RTL_TEXTENCODING_… in dump()
71 …std::cout << "DIR " << rtl::OUStringToOString( (*iter).getFullName().getStr() , RTL_TEXTENCODING_U… in dump()
H A Dlocalize.cxx911 if( hasPwd ) cout << "\nFound special path!\n"; in main()
932 cout << "Localizing repository " << curRepository << "\n"; in main()
953 cout << "Localizing repository " << pwd << "\n"; in main()
/aoo42x/main/xml2cmp/source/support/
H A Dsyshelp.cxx185 std::cout << "." << std::flush; in GatherFileNames()
210 std::cout << "." << std::flush; in GatherFileNames()
/aoo42x/main/registry/test/
H A Dtestmerge.cxx112 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()
/aoo42x/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx81 std::cout << "waiting for condition\n"; in ~WaitCondition()
487 std::cout << "Client and server both cleanly terminate now: Success\n"; in run()
/aoo42x/main/jvmaccess/workbench/
H A Dexceptiontest2.cxx40 std::cout << "Exception caught" << std::endl; in main()
H A Dexceptiontest1.cxx40 std::cout << "Exception caught" << std::endl; in main()

Completed in 104 milliseconds

12