Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/solenv/bin/
H A Doochkpatch.pl66 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 Dpackimages.pl49 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 Dupdate_module_ignore_lists.pl231 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" );
/trunk/main/testgraphical/prechecks/
H A Dsoftwaretests.pl55 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 Dmakefile.mk38 P_VERBOSE=-verbose
/trunk/main/postprocess/packconfig/
H A Dpackconfig.pl42 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;
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx402 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()
/trunk/main/scp2/source/templates/
H A Dmodules.pl31 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;
/trunk/main/testgraphical/source/
H A Dcompare.pl68 our $verbose = 0;
97 "verbose" => \$verbose,
333 if ($verbose)
358 print "Current Directory: $cwd\n" if ($verbose);
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java80 static private final boolean verbose = false; field in MyPersistObject
130 if ( verbose ) { in getServiceName()
150 if ( verbose ) in read()
161 if ( verbose ) in write()
/trunk/main/xmerge/workben/
H A Djstyle.pl130 $verbose = $opt_v;
134 if ($verbose) {
521 if ($verbose) {
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java185 private boolean verbose = false;
239 verbose = true;
326 if (verbose)
/trunk/main/sal/inc/rtl/
H A Dtres.hxx74 sal_Bool verbose = sal_False in state() argument
77 return pData->pFuncs->state_( pData, tst_state, msg, sub, verbose ); in state()
/trunk/main/setup_native/source/win32/nsis/
H A Ddownloadtemplate.nsi228 !verbose push
229 !verbose ${MUI_VERBOSE}
263 !verbose pop
/trunk/main/idlc/source/
H A Didlcmain.cxx91 if ( options.verbose() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
147 if ( options.verbose() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/soltools/mkdepend/
H A Dpr.c39 extern boolean verbose;
130 if (! verbose || ip->i_list == NULL || ip->i_notified)
H A Dmain.c129 boolean verbose = FALSE; variable
311 verbose = TRUE;
708 if (verbose)
/trunk/main/registry/tools/
H A Drdbedit.cxx127 bool verbose() in verbose() function in Options
299 if (options.verbose()) in main()
/trunk/main/desktop/scripts/
H A Dunopkg.sh49 --verbose) VERBOSE=true;;
/trunk/main/canvas/
H A DLibrary_simplecanvas.mk39 ifneq ($(strip $(VERBOSE)$(verbose)),)
H A DLibrary_nullcanvas.mk37 ifneq ($(strip $(VERBOSE)$(verbose)),)
H A DLibrary_gdipluscanvas.mk43 ifneq ($(strip $(VERBOSE)$(verbose)),)
/trunk/main/slideshow/qa/debug/
H A Dreadme.txt4 - VERBOSE=t: enable extra verbose trace output (debug=t builds only)
/trunk/main/testtools/source/bridgetest/idl/
H A Dmakefile.mk51 CLIMAKERFLAGS += --verbose
/trunk/main/idlc/inc/idlc/
H A Doptions.hxx76 bool verbose() const { return m_verbose; } in verbose() function in Options

Completed in 79 milliseconds

12