Home
last modified time | relevance | path

Searched refs:f (Results 251 – 275 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/trunk/main/solenv/bin/
H A Ddeliver.pl681 if (-d $to && -f $from) {
718 if (-f $file_name.$maybedot) {
750 if (-f $file_name && (( `file $file_name` ) =~ /Zip archive/o)) {
848 $success = rename( "$to.exe", $to ) if -f "$to.exe";
896 return 0 unless -f _;
919 return \@from_stat unless -f _;
H A Dpackimages.pl241 if ( $file =~ /.*\.png$/ && -f $file ) {
377 $result = unlink($dest_file) if -f $dest_file;
378 if ( $result != 1 && -f $dest_file ) {
/trunk/main/setup_native/scripts/
H A Dinstall_linux.sh136 RPMLIST=`find $PACKAGE_PATH -maxdepth 2 -type f -name "*.rpm" ! -name "*-menus-*" ! -name "*-deskto…
292 …find `cd "$INSTALLDIR" && pwd` -name soffice -type f -perm /u+x -exec /bin/bash -ce 'ln -sf "$0" "…
308 find "$INSTALLDIR" -type f -name bootstraprc -exec /bin/bash -ce 'test ! -e "$0".orig && mv "$0" "$…
H A Dinstall_solaris.sh299 …find "$my_dir" -type f -name bootstraprc.orig -exec sh -ce 'mv "$0" `dirname "$0"`/bootstraprc' {}…
360 …find `cd "$INSTALL_ROOT" && pwd` -name soffice -type f -perm -u+x -exec /bin/sh -ce 'ln -sf "$0" "…
366 …find "$my_dir" -type f -name bootstraprc -exec sh -ce 'test ! -f "$0".orig && mv "$0" "$0".orig &&…
/trunk/main/postprocess/packconfig/
H A Dpackconfig.pl139 if ( $file =~ /.*\.xml$/ && -f $file ) {
231 $result = unlink($dest_file) if -f $dest_file;
232 if ( $result != 1 && -f $dest_file ) {
/trunk/main/solenv/bin/modules/installer/
H A Ddownload.pm164 …if ( ! -f $md5sumfile ) { installer::exiter::exit_program("ERROR: No file /usr/bin/md5sum", "call_…
727 if ( -f $filename )
1556 …if ( ! -f $sourcepath ) { installer::exiter::exit_program("ERROR: Could not find nsis file: $sourc…
1564 if ( ! -f $sourcepath )
1568 if ( ! -f $sourcepath )
1729 …if ( ! -f $translationfilename ) { installer::exiter::exit_program("ERROR: Could not find language…
1770 if ( -f $linkdestination ) { unlink($linkdestination); }
/trunk/main/tools/source/misc/
H A Dpathutils.cxx39 WCHAR * f = path; in filename() local
43 return f; in filename()
45 f = p; in filename()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdXImpressDocument.java184 File f = new File(fileName); in createTestEnvironment() local
185 if (f.exists()) { in createTestEnvironment()
186 f.delete(); in createTestEnvironment()
/trunk/main/cli_ure/source/native/
H A Dpath.cxx39 WCHAR * f = path; in filename() local
43 return f; in filename()
45 f = p; in filename()
/trunk/main/tools/source/generic/
H A Dcolor.cxx233 double f; in HSBtoRGB() local
240 f = dH - n; in HSBtoRGB()
243 sal_uInt8 b = (sal_uInt8) ( nB * ( 100 - ( (double)nSat * f ) ) / 100 ); in HSBtoRGB()
244 sal_uInt8 c = (sal_uInt8) ( nB * ( 100 - ( (double)nSat * ( 1.0 - f ) ) ) / 100 ); in HSBtoRGB()
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.cxx64 Fix f; in ImpMultBig2() local
65 f.x = (((b.x+FIX_A2)>>FIX_P2)*a.x+FIX_A3)>>FIX_P3; in ImpMultBig2()
66 return f; in ImpMultBig2()
H A Dmcvmath.hxx146 Fix f; in operator -() local
147 f.x = -a.x; in operator -()
148 return f; in operator -()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas683 Dim f As File variable
684 Set f = fso.GetFile(docAnalysis.name)
690 docAnalysis.Created = f.DateCreated
691 docAnalysis.Modified = f.DateLastModified
692 docAnalysis.Accessed = f.DateLastAccessed
723 Set f = Nothing
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.java149 for( Failure f: failureList) in main()
150 log.log( Level.SEVERE, "Failure in "+request.getName()+" :"+ f.toString(), f.getException()); in main()
/trunk/main/testtools/source/bridgetest/
H A Dmakefile.mk206 $(XSLTPROC) --nonet --stringparam uri './$(SHL2TARGETN:f)' -o $@ \
211 $(XSLTPROC) --nonet --stringparam uri './$(SHL3TARGETN:f)' -o $@ \
216 $(XSLTPROC) --nonet --stringparam uri './$(SHL1TARGETN:f)' -o $@ \
/trunk/main/solenv/inc/
H A D_tg_shl.mk69 SHL1VERSIONOBJ:=$(VERSIONOBJ:d){$(subst,$(DLLPOSTFIX),_dflt $(SHL1TARGET))}$(VERSIONOBJ:f)
74 SHL1VERSIONOBJDEP:=$(VERSIONOBJ:d){$(subst,$(DLLPOSTFIX),_dflt $(SHL1TARGET))}$(VERSIONOBJ:f)
5498 @echo "Making: " $(@:f)
5552 @echo "Making: " $(@:f)
5606 @echo "Making: " $(@:f)
5660 @echo "Making: " $(@:f)
5714 @echo "Making: " $(@:f)
5768 @echo "Making: " $(@:f)
5822 @echo "Making: " $(@:f)
5876 @echo "Making: " $(@:f)
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScModelObj.java217 File f = new File(fileName); in createTestEnvironment() local
218 if (f.exists()) { in createTestEnvironment()
219 f.delete(); in createTestEnvironment()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx333 std::_tstring::size_type f; in strip() local
337 f = result.find( c ); in strip()
338 if ( f != std::_tstring::npos ) in strip()
339 result.erase( f, 1 ); in strip()
340 } while ( f != std::_tstring::npos ); in strip()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dmsiglobal.pm615 if ( -f $transformfile )
969 …if ( ! -f $$sourcefileref ) { installer::exiter::exit_program("ERROR: msi file not found: $$source…
1253 if ( -f $reglocatfilename )
1300 if ( -f $fullfilename )
1763 if ( -f $reglocatfilename )
1815 if ( -f $removeregistryfilename )
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl58 !-f $src_shapes || !-f $src_text );
430 foreach $f ( @formulas ) {
431 if ( $f eq $fmla ) {
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_General.java95 CGFilter f = ((CGFilter) settings.cp_Filters.getElementAt(i)); in getDocAddDialog() local
97 … JavaTools.replaceSubString(f.cp_Name, resources.prodName, "%PRODNAME"), f.cp_Filter, i == 0); in getDocAddDialog()
/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py241 for f in files:
243 dry_one_file (f, options)
245 do_one_file (f, options)
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx168 const double f = h - intval; in hsv2rgb() local
170 const double q = v*(1.0-(s*f)); in hsv2rgb()
171 const double t = v*(1.0-(s*(1.0-f))); in hsv2rgb()
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java241 File f = new File(target + dir); in makeDirs() local
242 if (!f.exists()) { in makeDirs()
243 if (!f.mkdir()) { in makeDirs()
/trunk/main/desktop/source/migration/
H A Dpages.cxx75 Font f = ft.GetControlFont(); in _setBold() local
76 f.SetWeight(WEIGHT_BOLD); in _setBold()
77 ft.SetControlFont(f); in _setBold()

Completed in 137 milliseconds

1...<<11121314151617181920>>...29