Home
last modified time | relevance | path

Searched refs:bVerbose (Results 1 – 7 of 7) sorted by relevance

/trunk/main/soltools/adjustvisibility/
H A Dadjustvisibility.cxx129 void adjustVisibility( const std::string& rFile, int fd, bool bVerbose) in adjustVisibility() argument
131 if ( bVerbose ) { in adjustVisibility()
177 if ( bVerbose ) { in adjustVisibility()
225 void processObject(const std::string& rFile, bool bPreserve, bool bVerbose) in processObject() argument
248 adjustVisibility(rFile, fd, bVerbose); in processObject()
269 bool bVerbose = false; in main() local
277 bVerbose = true; in main()
298 processObject(std::string(argv[optind]), bPreserve, bVerbose); in main()
/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl60 my $bVerbose="0";
227 if( !$bVerbose ){ print STDOUT "."; }
229 if( $bVerbose ){ print STDOUT "$localizeFile\n"; }
351 if( $bVerbose eq "1" ) { print STDOUT "$file\n"; }
384 if( !$bVerbose ){ $args .= " -QQ -skip_links "; }
418 if ( $bVerbose ) { print STDOUT $command.$args."\n"; }
990 …s' => \$sdffile , 'l=s' => \$languages , 's=s' => \$srcpath , 'h' => \$help , 'v' => \$bVerbose ,
H A Dlocalize.pl67 my $bVerbose = "0";
330 if( $bVerbose eq "1" ) { print STDOUT "$file\n"; }
391 if( !$bVerbose ){ $args .= " "; }
418 if ( $bVerbose ) { print STDOUT $command.$args."\n"; }
987 …=s' => \$sdffile , 'l=s' => \$languages , 's=s' => \$srcpath , 'h' => \$help , 'v' => \$bVerbose ,
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx476 …l::OUString& rObjectCID, const Reference< chart2::XChartDocument >& xChartDocument, bool bVerbose ) in getHelpText() argument
478 … getHelpText( rObjectCID, Reference< frame::XModel >( xChartDocument, uno::UNO_QUERY ), bVerbose ); in getHelpText()
481 …xt( const rtl::OUString& rObjectCID, const Reference< frame::XModel >& xChartModel, bool bVerbose ) in getHelpText() argument
504 if( bVerbose ) in getHelpText()
575 if( bVerbose ) in getHelpText()
631 if( bVerbose ) in getHelpText()
738 …const bool bVerbose( OBJECTTYPE_DATA_CURVE == eObjectType || OBJECTTYPE_DATA_AVERAGE_LINE == eObje… in getSelectedObjectText() local
739 const OUString aHelpText( getHelpText( rObjectCID, xChartModel, bVerbose )); in getSelectedObjectText()
/trunk/main/rsc/source/prj/
H A Dstart.cxx110 bool bVerbose = false; in CallPrePro() local
115 bVerbose = true; in CallPrePro()
131 if ( bVerbose ) in CallPrePro()
161 if ( bVerbose ) in CallPrePro()
/trunk/main/soltools/ldump/
H A Dldump.cxx42 int bVerbose = 0; variable
303 if ( bVerbose ) in PrintSym()
323 if ( bVerbose ) in PrintSym()
707 bVerbose = 1; in main()
/trunk/main/chart2/source/controller/inc/
H A DObjectNameProvider.hxx71 …::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xChartModel, bool bVerbose=false );
72 …:uno::Reference< ::com::sun::star::chart2::XChartDocument >& xChartDocument, bool bVerbose=false );

Completed in 59 milliseconds