/aoo41x/main/solenv/bin/ |
H A D | oochkpatch.pl | 66 my $verbose = ''; 75 'verbose' => \$verbose, 78 pod2usage(-exitstatus => 0, -verbose => 2) if $man; 81 print "Processing args...\n" if $verbose; 84 print " Checking module ", $argument, "\n" if $verbose; 119 print " which is ", $module[2], "\n" if $verbose; 182 print " dummy-delivering $module...\n" if $verbose; 190 print "Checking against delivered files...\n" if $verbose; 202 print " File $fname is not packed.\n" if $verbose; 210 print "$fname\n" if !$verbose; [all …]
|
H A D | packimages.pl | 49 my $verbose; # be verbose 106 '-v' => \$verbose, 118 if ($extra_verbose) { $verbose = 1; } 189 print_message("parsing '$image_list' ...") if $verbose; 255 print_message("assemble image list ...") if $verbose; 292 print_message("checking timestamps ...") if $verbose; 295 print_message("found $out_file with $reference_stamp ...") if $verbose; 315 print_message("no sort file - sorting alphabetically ...") if $verbose; 318 print_message("sorting from $sort_file ...") if $verbose; 342 print_message("done sort ...") if $verbose; [all …]
|
H A D | update_module_ignore_lists.pl | 231 my $verbose = $ENV{VERBOSE}; 232 if ( defined $verbose ) 234 $verbose = uc( $verbose ); 235 $verbosity = 2 if ( $verbose eq "TRUE" ); 236 $verbosity = 0 if ( $verbose eq "FALSE" );
|
/aoo41x/main/testgraphical/prechecks/ |
H A D | softwaretests.pl | 55 our $verbose = 0; 68 "verbose" => \$verbose, 154 print "path: $startdir" if ($verbose); 172 print " ($nCount)\n" if ($verbose); 281 print "Search for Ghostscript\n" if ($verbose); 293 print "- $line\n" if ($verbose); 357 print "Search for Imagemagick\n" if ($verbose); 369 print "- $line\n" if ($verbose); 450 print "Search for Java6\n" if ($verbose); 467 print "- $line\n" if ($verbose); [all …]
|
H A D | makefile.mk | 38 P_VERBOSE=-verbose
|
/aoo41x/main/postprocess/packconfig/ |
H A D | packconfig.pl | 42 my $verbose; # be verbose 85 '-v' => \$verbose, 149 print_message("checking timestamps ...") if $verbose; 152 print_message("found $out_file with $reference_stamp ...") if $verbose; 170 print_message("creating config archive ...") if $verbose;
|
/aoo41x/main/desktop/source/pkgchk/unopkg/ |
H A D | unopkg_misc.cxx | 402 bool verbose ) in connectToOffice() argument 416 if (verbose) in connectToOffice() 428 if (verbose) in connectToOffice() 440 if (verbose) in connectToOffice() 471 DisposeGuard & disposeGuard, bool verbose, bool shared, bool bGui, in getUNO() argument 484 bootstrapStandAlone( disposeGuard, verbose ) ); in getUNO() 488 connectToOffice( xComponentContext, verbose ) ); in getUNO()
|
/aoo41x/main/scp2/source/templates/ |
H A D | modules.pl | 31 my $verbose = 0; 57 …rint STDERR "Wrote modules for $globalcounter languages ($globallinecounter lines)!\n" if $verbose; 114 $verbose = 1; 148 print STDERR "Reading template file: $infile\n" if $verbose;
|
/aoo41x/main/testgraphical/source/ |
H A D | compare.pl | 68 our $verbose = 0; 97 "verbose" => \$verbose, 333 if ($verbose) 358 print "Current Directory: $cwd\n" if ($verbose);
|
/aoo41x/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/ |
H A D | MyPersistObject.java | 80 static private final boolean verbose = false; field in MyPersistObject 130 if ( verbose ) { in getServiceName() 150 if ( verbose ) in read() 161 if ( verbose ) in write()
|
/aoo41x/main/xmerge/workben/ |
H A D | jstyle.pl | 130 $verbose = $opt_v; 134 if ($verbose) { 521 if ($verbose) {
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ |
H A D | CommandLineTools.java | 185 private boolean verbose = false; 239 verbose = true; 326 if (verbose)
|
/aoo41x/main/sal/inc/rtl/ |
H A D | tres.hxx | 74 sal_Bool verbose = sal_False in state() argument 77 return pData->pFuncs->state_( pData, tst_state, msg, sub, verbose ); in state()
|
/aoo41x/main/idlc/source/ |
H A D | idlcmain.cxx | 91 if ( options.verbose() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS() 147 if ( options.verbose() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
|
/aoo41x/main/soltools/mkdepend/ |
H A D | pr.c | 39 extern boolean verbose; 130 if (! verbose || ip->i_list == NULL || ip->i_notified)
|
H A D | main.c | 129 boolean verbose = FALSE; variable 311 verbose = TRUE; 708 if (verbose)
|
/aoo41x/main/setup_native/source/win32/nsis/ |
H A D | downloadtemplate.nsi | 228 !verbose push 229 !verbose ${MUI_VERBOSE} 263 !verbose pop
|
/aoo41x/main/registry/tools/ |
H A D | rdbedit.cxx | 127 bool verbose() in verbose() function in Options 299 if (options.verbose()) in main()
|
/aoo41x/main/desktop/scripts/ |
H A D | unopkg.sh | 49 --verbose) VERBOSE=true;;
|
/aoo41x/main/slideshow/qa/debug/ |
H A D | readme.txt | 4 - VERBOSE=t: enable extra verbose trace output (debug=t builds only)
|
/aoo41x/main/testtools/source/bridgetest/idl/ |
H A D | makefile.mk | 51 CLIMAKERFLAGS += --verbose
|
/aoo41x/main/idlc/inc/idlc/ |
H A D | options.hxx | 76 bool verbose() const { return m_verbose; } in verbose() function in Options
|
/aoo41x/main/cli_ure/unotypes/ |
H A D | makefile.mk | 48 CLIMAKERFLAGS += --verbose
|
/aoo41x/main/unoil/climaker/ |
H A D | makefile.mk | 57 CLIMAKERFLAGS += --verbose
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | makefile.mk | 84 CLIMAKERFLAGS += --verbose
|