Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 23 of 23) sorted by relevance

/aoo41x/main/l10ntools/scripts/
H A Dlocalize_old.pl239 my ( $TMPFILE , $tmpfile ) = File::Temp::tempfile();
297 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile();
298 my ( $TMPHANDLE2 , $tmpfile2 ) = File::Temp::tempfile();
361 my ( $LOCALIZEPARTICLE , $localizeSDF ) = File::Temp::tempfile();
364 my ( $ALLPARTICLES_MERGED , $particleSDF_merged ) = File::Temp::tempfile();
366 my ( $LOCALIZE_LOG , $my_localize_log ) = File::Temp::tempfile();
H A Dlocalize.pl244 my ( $TMPFILE , $tmpfile ) = File::Temp::tempfile();
300 my ( $TMPHANDLE , $tmpfile ) = File::Temp::tempfile();
368 my ( $LOCALIZEPARTICLE , $localizeSDF ) = File::Temp::tempfile();
371 my ( $ALLPARTICLES_MERGED , $particleSDF_merged ) = File::Temp::tempfile();
373 my ( $LOCALIZE_LOG , $my_localize_log ) = File::Temp::tempfile();
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java60 File tempfile = null; in fetchSourceStrings() local
63 tempfile = File.createTempFile( "receditor" , "tmp" ); in fetchSourceStrings()
70 String outputfile = tempfile.getAbsolutePath(); in fetchSourceStrings()
/aoo41x/main/sal/osl/w32/
H A DMAKEFILE.MK76 $(SLO)$/tempfile.obj\
103 $(OBJ)$/tempfile.obj\
/aoo41x/main/sal/osl/os2/
H A Dmakefile.mk68 $(SLO)$/tempfile.obj \
95 $(OBJ)$/tempfile.obj \
/aoo41x/main/sal/osl/unx/
H A Dmakefile.mk68 $(SLO)$/tempfile.obj\
99 $(OBJ)$/tempfile.obj\
/aoo41x/main/tools/
H A DPackage_inc.mk91 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/tempfile.hxx,tools/tempfile.hxx))
H A DLibrary_tl.mk71 tools/source/fsys/tempfile \
/aoo41x/main/unotools/qa/complex/tempfile/
H A DTempFileTest.java23 package complex.tempfile;
H A Dmakefile.mk33 PACKAGE = complex/tempfile
H A DTest02.java23 package complex.tempfile;
H A DTempFileUnitTest.java23 package complex.tempfile;
H A DTest01.java23 package complex.tempfile;
H A DTestHelper.java23 package complex.tempfile;
/aoo41x/main/unotools/source/ucbhelper/
H A Dmakefile.mk43 $(SLO)$/tempfile.obj \
/aoo41x/main/codemaker/source/javamaker/
H A Djavatype.cxx752 FileStream tempfile; in writeClassFile() local
753 tempfile.createTempFile(getTempDir(filename)); in writeClassFile()
754 if (!tempfile.isValid()) { in writeClassFile()
760 rtl::OString tempname(tempfile.getName()); in writeClassFile()
762 classFile.write(tempfile); in writeClassFile()
768 tempfile.close(); in writeClassFile()
772 tempfile.close(); in writeClassFile()
/aoo41x/main/filter/source/placeware/
H A Dmakefile.mk42 $(SLO)$/tempfile.obj
/aoo41x/main/unotools/prj/
H A Dbuild.lst14 ut unotools\qa\complex\tempfile nmake - all ut_qa_complex ut_util NULL
/aoo41x/main/sc/source/ui/vba/testvba/
H A DtestResults.pl45 ($fh, $tmpFile) = tempfile( DIR => $dir );
H A DtestResult.pl45 ($fh, $tmpFile) = tempfile( DIR => $dir );
/aoo41x/main/solenv/bin/
H A Dupdate_module_ignore_lists.pl200 my ($fh, $filename) = tempfile( DIR => $dir );
/aoo41x/main/helpcontent2/helpers/
H A Dupdate_tree.pl284 …my ( $treetmpfilehandle, $treetmpfile ) = tempfile($tmpname_template , DIR => File::Spec->tmpdir()…
/aoo41x/main/icu/
H A Dcreatemak.cfg445 <<tempfile.bat

Completed in 354 milliseconds