/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/ |
H A D | cpp2uno.cxx | 81 fprintf(stderr,"cpp2uno_call1\n"); in cpp2uno_call() 249 fprintf(stderr,"cpp2uno_call:ptr|ref\n"); in cpp2uno_call() 419 fprintf(stderr,"cpp_mediate2\n"); in cpp_mediate() 436 fprintf(stderr,"cpp_mediate3\n"); in cpp_mediate() 446 fprintf(stderr,"cpp_mediate4\n"); in cpp_mediate() 477 fprintf(stderr,"cpp_mediate5\n"); in cpp_mediate() 488 fprintf(stderr,"cpp_mediate51\n"); in cpp_mediate() 493 fprintf(stderr,"cpp_mediate52\n"); in cpp_mediate() 535 fprintf(stderr,"cpp_mediate6\n"); in cpp_mediate() 644 fflush(stderr); in codeSnippet() [all …]
|
/aoo41x/main/extensions/workben/ |
H A D | pythontest.cxx | 163 fprintf( stderr, "entering debugger\n" ); in cmdLine() 169 fflush( stderr); in cmdLine() 180 else fprintf( stderr,"no script running !\n" ); in cmdLine() 281 fprintf(stderr, "Debugger terminates\n" ); in cmdLine() 289 dumpIntrospectionToStream( ref , stderr ); in cmdLine() 308 fprintf( stderr , "\nvalid commands :\n" in cmdLine() 347 fprintf( stderr, "Other attributes\n" ); in dumpIntrospectionToStream() 412 fprintf( stderr, "Property List :\n" ); in dumpVarToStream() 422 dumpIntrospectionToStream( refIntro, stderr ); in dumpVarToStream() 518 fprintf( stderr, "one thread only\n" ); in main() [all …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktable.cxx | 41 fprintf( stderr, ": %p\n", rxAccessible.get() ); in atk_object_wrapper_conditional_ref() 129 fprintf(stderr, "getAccessibleIndex( %u, %u ) returns %u\n", in table_wrapper_get_index_at() 154 fprintf(stderr, "getAccessibleColumn( %u ) returns %u\n", in table_wrapper_get_column_at_index() 179 fprintf(stderr, "getAccessibleRow( %u ) returns %u\n", in table_wrapper_get_row_at_index() 227 fprintf(stderr, "getAccessibleRowCount() returns %u\n", in table_wrapper_get_n_rows() 303 fprintf(stderr, "getAccessibleCaption() returns" ); in table_wrapper_get_caption() 440 fprintf(stderr, "getAccessibleSummary() returns" ); in table_wrapper_get_summary() 485 fprintf(stderr, "getSelectedAccessibleColumns() \n" ); in table_wrapper_get_selected_columns() 510 fprintf(stderr, "getSelectedAccessibleRows() \n" ); in table_wrapper_get_selected_rows() 559 fprintf(stderr, "isAccessibleRowSelected( %u ) returns %s\n", in table_wrapper_is_row_selected() [all …]
|
/aoo41x/main/cpputools/source/registercomponent/ |
H A D | registercomponent.cxx | 119 fprintf(stderr, " Parameters:\n"); in usingRegisterImpl() 120 fprintf(stderr, " -register\n" in usingRegisterImpl() 122 fprintf(stderr, " -revoke\n" in usingRegisterImpl() 124 fprintf(stderr, " -br registryfile\n" in usingRegisterImpl() 130 fprintf(stderr, " -r registryfile\n" in usingRegisterImpl() 134 fprintf(stderr, " -c locationUrls\n" in usingRegisterImpl() 141 fprintf(stderr, " -l componentLoaderUrl\n" in usingRegisterImpl() 614 fprintf( stderr, in operator ()() 709 fprintf(stderr, in bootstrap() 760 fprintf(stderr, "ERROR: %s\n", e.m_message.getStr()); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/main/idlc/source/ |
H A D | errorhandler.cxx | 495 fprintf(stderr, "%s(%lu) : %s", file.getStr(), in errorHeader() 513 fprintf(stderr, "%s(%lu) : WARNING, %s", file.getStr(), in warningHeader() 521 fprintf(stderr, "\n"); in error0() 528 fprintf(stderr, "'%s'\n", d->getScopedName().getStr()); in error1() 553 fprintf(stderr, "%s\n", warningmsg); in warning0() 580 fprintf(stderr, "'%s'\n", n.getStr()); in lookupError() 594 fprintf(stderr, "'%s'\n", flagToString(flag).getStr()); in flagError() 601 fprintf(stderr, "'%s'\n", pDecl->getScopedName().getStr()); in noTypeError() 637 fprintf(stderr, "%s '%s' from '%s'\n", in inheritanceError() 664 fprintf(stderr, "'%s'\n", pExpr->toString().getStr()); in evalError() [all …]
|
/aoo41x/main/tools/bootstrp/ |
H A D | cppdep.cxx | 87 fprintf( stderr, "SEARCH : %s\n", aFileName.GetBuffer()); in Search() 107 fprintf( stderr, "Result : %s\n", aResult.GetBuffer() ); in Search() 129 fprintf( stderr, " CppDep %s\\\n", aNewFile.GetBuffer() ); in Search() 147 fprintf( stderr, "Searching %s \n", aFileName.GetBuffer() ); in Exists() 161 fprintf( stderr, "looking for %s\t ", pFullName ); in Exists() 166 fprintf( stderr, "Got Dependency ", pFullName ); in Exists() 169 fprintf( stderr, "%s \\\n", pFullName ); in Exists() 188 fprintf( stderr, "cleaned string : %s\n", aLine.GetBuffer() ); in IsIncludeStatement() 205 fprintf( stderr, "now : %s\n", aLine.GetBuffer() ); in IsIncludeStatement() 211 fprintf( stderr, "is include : %s\n", aTmpStr.GetBuffer() ); in IsIncludeStatement() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | uno2cpp.cxx | 180 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod() 181 fprintf( stderr, "\nFPR's (%d): ", nFPR ); in callVirtualMethod() 184 fprintf( stderr, "\nStack (%d): ", nStack ); in callVirtualMethod() 186 fprintf( stderr, "0x%lx, ", pStack[i] ); in callVirtualMethod() 187 fprintf( stderr, "\n" ); in callVirtualMethod() 188 fprintf( stderr, "pRegisterReturn is %p\n", pRegisterReturn); in callVirtualMethod() 345 fprintf(stderr, "simple return\n"); in cpp_call() 364 fprintf(stderr, "this pointer is %p\n", pAdjustedThisPtr); in cpp_call() 378 fprintf(stderr, "n params is %d\n", nParams); in cpp_call() 453 fprintf(stderr, "complex type again %d\n", rParam.bIn); in cpp_call() [all …]
|
H A D | cpp2uno.cxx | 55 fprintf(stderr, "as far as cpp2uno_call\n"); in cpp2uno_call() 120 fprintf(stderr, "arg %d of %d\n", nPos, nParams); in cpp2uno_call() 127 fprintf(stderr, "simple\n"); in cpp2uno_call() 193 fprintf(stderr, "complex, ng is %d\n", ng); in cpp2uno_call() 237 fprintf(stderr, "end of params\n"); in cpp2uno_call() 335 fprintf(stderr, "pThis is gpreg[1]\n"); in cpp_mediate() 342 fprintf(stderr, "pThis is gpreg[0]\n"); in cpp_mediate() 347 fprintf(stderr, "pThis is %p\n", pThis); in cpp_mediate() 353 fprintf(stderr, "pThis is now %p\n", pThis); in cpp_mediate() 467 fprintf(stderr, "screwed\n"); in cpp_mediate() [all …]
|
/aoo41x/main/registry/tools/ |
H A D | regmerge.cxx | 57 …fprintf(stderr, "using: regmerge [-v|--verbose] mergefile mergeKeyName regfile_1 ... regfile_n\n"); in printUsage_Impl() 58 fprintf(stderr, " regmerge @regcmds\nOptions:\n"); in printUsage_Impl() 59 fprintf(stderr, " -v, --verbose : verbose output on stdout.\n"); in printUsage_Impl() 61 fprintf(stderr, " it is created.\n"); in printUsage_Impl() 63 fprintf(stderr, " If this key doesn't exists, it is created.\n"); in printUsage_Impl() 64 fprintf(stderr, " regfile_1..n : specifies one or more registry files which are merged.\n"); in printUsage_Impl() 124 fprintf(stderr, "open registry \"%s\" failed\n", args[0].c_str()); in main() 133 fprintf(stderr, "open root key of registry \"%s\" failed\n", args[0].c_str()); in main() 147 … fprintf(stderr, "merging registry \"%s\" under key \"%s\" in registry \"%s\".\n", in main() 161 fprintf(stderr, "merging registry \"%s\" under key \"%s\" in registry \"%s\".\n", in main() [all …]
|
H A D | checksingleton.cxx | 81 fprintf(stderr, in printUsage_Impl() 84 fprintf(stderr, in printUsage_Impl() 94 fprintf(stderr, in printUsage_Impl() 259 fprintf(stderr, "%s: open registry \"%s\" failed\n", in main() 269 fprintf(stderr, "%s: open registry \"%s\" failed\n", in main() 277 fprintf(stderr, "%s: open root key of registry \"%s\" failed\n", in main() 285 fprintf(stderr, "%s: open root key of registry \"%s\" failed\n", in main() 295 fprintf(stderr, "%s: open base key of registry \"%s\" failed\n", in main() 321 fprintf(stderr, "%s: closing registry \"%s\" failed\n", in main() 329 fprintf(stderr, "%s: destroy registry \"%s\" failed\n", in main() [all …]
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | saldata.cxx | 247 std::fprintf( stderr, "X IO Error\n" ); in XIOErrorHdl() 249 std::fflush( stderr ); in XIOErrorHdl() 447 std::fprintf( stderr, "%s X11 error: Can't open display: %s\n", in Init() 452 std::fflush( stderr ); in Init() 479 std::fprintf( stderr, "Please verify your fontpath settings\n" in EmitFontpathWarning() 493 std::fprintf( stderr, "X-Error: %s\n", msg ); in PrintXError() 505 std::fprintf( stderr, "\tMinor opcode: %d\n", pEvent->minor_code ); in PrintXError() 508 std::fprintf( stderr, "\tResource ID: 0x%lx\n", in PrintXError() 510 std::fprintf( stderr, "\tSerial No: %ld (%ld)\n", in PrintXError() 520 std::fflush( stderr ); in PrintXError() [all …]
|
H A D | saldisp.cxx | 509 fprintf( stderr, "SalDisplay::SalDisplay()\n" ); in SalDisplay() 525 fprintf( stderr, "SalDisplay::~SalDisplay()\n" ); in ~SalDisplay() 2379 fprintf( stderr, "[%s] %s s=%d w=%ld\n", in PrintEvent() 2439 fprintf( stderr, "\t\ts=%d\n", in PrintEvent() 2495 fprintf( stderr, "\t\tr=%sd\n", in PrintEvent() 2506 fprintf( stderr, "[%s] %d s=%d w=%ld\n", in PrintEvent() 2518 fprintf( stderr, "\n" ); in PrintInfo() 2519 fprintf( stderr, "Environment\n" ); in PrintInfo() 2541 fprintf( stderr, "Client\n" ); in PrintInfo() 2545 fprintf( stderr, "Display\n" ); in PrintInfo() [all …]
|
/aoo41x/main/store/workben/ |
H A D | t_file.cxx | 90 fprintf (stderr, "t_file: create() error: %d\n", eErrCode); in main() 110 fprintf (stderr, "t_file: create() error: %d\n", eErrCode); in main() 120 fprintf (stderr, "t_file: initialize() error: %d\n", eErrCode); in main() 140 fprintf (stderr, "t_file: setSize() error: %d\n", eErrCode); in main() 154 fprintf (stderr, "t_file: readAt() error: %d\n", eErrCode); in main() 169 fprintf (stderr, "t_file: writeAt() error: %d\n", eErrCode); in main() 178 fprintf (stderr, "t_file: writeAt() error: %d\n", eErrCode); in main() 187 fprintf (stderr, "t_file: flush() error: %d\n", eErrCode); in main() 199 fprintf (stderr, "t_file: readAt() error: %d\n", eErrCode); in main() 210 fprintf (stderr, "t_file: Unexpected value at 0x00000000\n"); in main() [all …]
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | test.cxx | 109 fprintf( stderr, "error loading: %s\n", service ); in get_factory() 117 fprintf( stderr, "TEST: layout instance\n" ); in LoadFile() 123 fprintf( stderr, "Layout engine not installed\n" ); in LoadFile() 128 fprintf( stderr, "TEST: initing root\n" ); in LoadFile() 137 fprintf( stderr, "TEST: file loaded\n" ); in LoadFile() 155 fprintf( stderr, "Failed to init content broker\n" ); in InitUCB() 236 fprintf( stderr, "Done: dialog execute exited:%d\n", result); in RunDialog() 307 fprintf( stderr, "TEST: loading files\n" ); in RunFiles() 310 fprintf( stderr, "TEST: executing\n" ); in RunFiles() 312 fprintf( stderr, "TEST: done executing\n" ); in RunFiles() [all …]
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 924 fprintf( stderr, "Innere Nabelschau\n" ); in getPasteData() 1017 fprintf( stderr, "timed out\n" ); in getPasteData() 2173 fprintf( stderr, "but no target found\n" ); in handleDropEvent() 2175 fprintf( stderr, "but target is inactive\n" ); in handleDropEvent() 2179 fprintf( stderr, "processing.\n" ); in handleDropEvent() 2940 fprintf( stderr, "reject\n" ); in reject() 3306 fprintf( stderr, "try to grab pointer ... " ); in startDrag() 3342 fprintf( stderr, "%d\n", nPointerGrabSuccess ); in startDrag() 3345 fprintf( stderr, "try to grab keyboard ... " ); in startDrag() 3762 fprintf(stderr, "SelectionManager::run\n" ); in run() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | cpp2uno.cxx | 64 fprintf(stderr, "cpp2uno_call\n"); in cpp2uno_call() 80 fprintf(stderr, "simple return\n"); in cpp2uno_call() 87 fprintf(stderr, "complex return via r8\n"); in cpp2uno_call() 294 fprintf(stderr, "before dispatch\n"); in cpp2uno_call() 301 fprintf(stderr, "after dispatch\n"); in cpp2uno_call() 383 fprintf(stderr, "cpp_mediate with\n"); in cpp_mediate() 384 fprintf(stderr, "%x %x\n", nFunctionIndex, nVtableOffset); in cpp_mediate() 385 fprintf(stderr, "and %x %x\n", (long)(ovrflw[0]), (long)(ovrflw[-1])); in cpp_mediate() 406 fprintf(stderr, "pThis is gpreg[1]\n"); in cpp_mediate() 413 fprintf(stderr, "pThis is gpreg[0]\n"); in cpp_mediate() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | uno2cpp.cxx | 103 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod() 104 fprintf( stderr, "\nFPR's (%d): ", nFPR ); in callVirtualMethod() 107 fprintf( stderr, "\nStack (%d): ", nStack ); in callVirtualMethod() 110 fprintf( stderr, "\n" ); in callVirtualMethod() 272 fprintf(stderr, "simple return\n"); in cpp_call() 289 fprintf(stderr, "this pointer is %p\n", pAdjustedThisPtr); in cpp_call() 303 fprintf(stderr, "n params is %d\n", nParams); in cpp_call() 327 fprintf(stderr, "hyper is %lx\n", pCppArgs[nPos]); in cpp_call() 335 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call() 363 fprintf(stderr, "complex type again %d\n", rParam.bIn); in cpp_call() [all …]
|
H A D | cpp2uno.cxx | 56 fprintf(stderr, "as far as cpp2uno_call\n"); in cpp2uno_call() 114 fprintf(stderr, "arg %d of %d\n", nPos, nParams); in cpp2uno_call() 120 fprintf(stderr, "simple\n"); in cpp2uno_call() 212 fprintf(stderr, "complex, ng is %d\n", ng); in cpp2uno_call() 256 fprintf(stderr, "end of params\n"); in cpp2uno_call() 355 fprintf(stderr, "pThis is gpreg[1]\n"); in cpp_mediate() 362 fprintf(stderr, "pThis is gpreg[0]\n"); in cpp_mediate() 367 fprintf(stderr, "pThis is %lx\n", pThis); in cpp_mediate() 373 fprintf(stderr, "pThis is now %lx\n", pThis); in cpp_mediate() 487 fprintf(stderr, "screwed\n"); in cpp_mediate() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | uno2cpp.cxx | 103 fprintf( stderr, "0x%lx, ", pGPR[i] ); in callVirtualMethod() 104 fprintf( stderr, "\nFPR's (%d): ", nFPR ); in callVirtualMethod() 107 fprintf( stderr, "\nStack (%d): ", nStack ); in callVirtualMethod() 110 fprintf( stderr, "\n" ); in callVirtualMethod() 272 fprintf(stderr, "simple return\n"); in cpp_call() 289 fprintf(stderr, "this pointer is %p\n", pAdjustedThisPtr); in cpp_call() 303 fprintf(stderr, "n params is %d\n", nParams); in cpp_call() 327 fprintf(stderr, "hyper is %lx\n", pCppArgs[nPos]); in cpp_call() 335 fprintf(stderr, "long is %x\n", pCppArgs[nPos]); in cpp_call() 363 fprintf(stderr, "complex type again %d\n", rParam.bIn); in cpp_call() [all …]
|
H A D | cpp2uno.cxx | 56 fprintf(stderr, "as far as cpp2uno_call\n"); in cpp2uno_call() 114 fprintf(stderr, "arg %d of %d\n", nPos, nParams); in cpp2uno_call() 120 fprintf(stderr, "simple\n"); in cpp2uno_call() 212 fprintf(stderr, "complex, ng is %d\n", ng); in cpp2uno_call() 256 fprintf(stderr, "end of params\n"); in cpp2uno_call() 355 fprintf(stderr, "pThis is gpreg[1]\n"); in cpp_mediate() 362 fprintf(stderr, "pThis is gpreg[0]\n"); in cpp_mediate() 367 fprintf(stderr, "pThis is %lx\n", pThis); in cpp_mediate() 373 fprintf(stderr, "pThis is now %lx\n", pThis); in cpp_mediate() 487 fprintf(stderr, "screwed\n"); in cpp_mediate() [all …]
|
/aoo41x/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 97 fprintf( stderr, "could not truncate %s\n", pFileName ); in FileEmitContext() 105 fprintf( stderr, "could not open %s\n", pFileName ); in FileEmitContext() 133 fprintf( stderr, "could not open %s\n", pInFile ); in openReadFile() 194 fprintf( stderr, "could not read %u bytes\n", nLen ); in copyOrigBytes() 262 fprintf( stderr, "error: no mimetype element\n" ); in write_addStreamArray() 264 fprintf( stderr, "error: no stream ref element\n" ); in write_addStreamArray() 284 fprintf( stderr, "object not found\n" ); in write_addStreamArray() 448 fprintf( stderr, "no password given\n" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() 494 fprintf( stderr, "unrecognized option \"%s\"\n", in SAL_IMPLEMENT_MAIN_WITH_ARGS() 507 fprintf( stderr, "no input file given\n" ); in SAL_IMPLEMENT_MAIN_WITH_ARGS() [all …]
|
/aoo41x/main/odk/source/unoapploader/unx/ |
H A D | unoapploader.c | 99 fprintf(stderr, "Error: out of memory!\n"); in main() 119 fprintf(stderr, "Error: out of memory!\n"); in main() 136 fprintf(stderr, "Error: calling unoinfo failed!\n"); in main() 145 stderr, in main() 160 stderr, in main() 168 fprintf(stderr, "Error: executing unoinfo failed!\n"); in main() 237 fprintf( stderr, "Warning: no office installation found!\n" ); in main() 238 fflush( stderr ); in main() 250 fprintf( stderr, "Error: execvp failed!\n" ); in main() 251 fflush( stderr ); in main() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | cpp2uno.cxx | 57 fprintf(stderr, "as far as cpp2uno_call\n"); in cpp2uno_call() 114 fprintf(stderr, "arg %d of %d\n", nPos, nParams); in cpp2uno_call() 215 fprintf(stderr, "complex, nregs is %d\n", nregs); in cpp2uno_call() 261 fprintf(stderr, "end of params\n"); in cpp2uno_call() 353 fprintf( stderr, "= cpp_mediate () =\nGPR's (%d): ", 6 ); in cpp_mediate() 355 fprintf( stderr, "0x%lx, ", gpreg[i] ); in cpp_mediate() 356 fprintf( stderr, "\n"); in cpp_mediate() 357 fprintf( stderr, "\nFPR's (%d): ", 6 ); in cpp_mediate() 359 fprintf( stderr, "0x%lx (%f), ", fpreg[i], fpreg[i] ); in cpp_mediate() 360 fprintf( stderr, "\n"); in cpp_mediate() [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | file_volume.cxx | 449 fprintf(stderr,"Handle is:\n"); in osl_getVolumeDeviceMountPath() 456 fprintf(stderr,"Mount Point is: '%s'\n",Buffer); in osl_getVolumeDeviceMountPath() 804 fprintf(stderr,"In osl_mountFloppy\n"); in osl_mountFloppy() 873 fprintf(stderr,"executing '%s'\n",pszCmd); in osl_mountFloppy() 879 fprintf(stderr,"call returned '%i'\n",nRet); in osl_mountFloppy() 937 fprintf(stderr,"In osl_unmountFloppy\n"); in osl_unmountFloppy() 998 fprintf(stderr,"executing '%s'\n",pszCmd); in osl_unmountFloppy() 1004 fprintf(stderr,"call returned '%i'\n",nRet); in osl_unmountFloppy() 1020 fprintf(stderr,"Out osl_unmountFloppy [ok]\n"); in osl_unmountFloppy() 1132 fprintf(stderr,"NULL Handle\n"); in osl_printFloppyHandle() [all …]
|
H A D | file_stat.cxx | 407 fprintf(stderr,"File Times are (in localtime):\n"); in osl_psz_setFileTime() 409 fprintf(stderr,"CreationTime is '%s'\n",asctime(pTM)); in osl_psz_setFileTime() 411 fprintf(stderr,"AccessTime is '%s'\n",asctime(pTM)); in osl_psz_setFileTime() 413 fprintf(stderr,"Modification is '%s'\n",asctime(pTM)); in osl_psz_setFileTime() 415 fprintf(stderr,"File Times are (in UTC):\n"); in osl_psz_setFileTime() 416 fprintf(stderr,"CreationTime is '%s'\n",ctime(&aFileStat.st_ctime)); in osl_psz_setFileTime() 442 fprintf(stderr,"File Times are (in localtime):\n"); in osl_psz_setFileTime() 444 fprintf(stderr,"CreationTime now '%s'\n",asctime(pTM)); in osl_psz_setFileTime() 446 fprintf(stderr,"AccessTime now '%s'\n",asctime(pTM)); in osl_psz_setFileTime() 448 fprintf(stderr,"Modification now '%s'\n",asctime(pTM)); in osl_psz_setFileTime() [all …]
|