Home
last modified time | relevance | path

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

/trunk/main/l10ntools/layout/
H A Dtralay.cxx287 ByteString outFile = "/dev/stdout"; in MergeLanguage() local
289 ByteString outFile = "\\\\.\\CON"; in MergeLanguage() local
293 outFile = mOutput; in MergeLanguage()
294 if ( is_dir( outFile ) ) in MergeLanguage()
300 outFile = outDir; in MergeLanguage()
301 outFile.Append( "/" ).Append( xmlFile ); in MergeLanguage()
304 layoutXml->Write( outFile ); in MergeLanguage()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dpdbcomparison.java100 String outFile = defaultProps.getProperty(this.OUTTAG); in parsePropertyFile() local
115 if (outFile == null || outFile.length() == 0) in parsePropertyFile()
116 outFile = this.LOGFILE; in parsePropertyFile()
121 if (! validateAndCreateFile(outFile)) return; in parsePropertyFile()
123 OUTFILE = outFile; in parsePropertyFile()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java264 File outFile; in unzipToDirectory() local
270 outFile = new File(parcelDir, inEntry.getName()); in unzipToDirectory()
272 outFile.mkdir(); in unzipToDirectory()
275 if (outFile.getParentFile().exists() != true) in unzipToDirectory()
276 outFile.getParentFile().mkdirs(); in unzipToDirectory()
280 out = new FileOutputStream(outFile); in unzipToDirectory()
/trunk/main/basegfx/qa/
H A Dmkpolygons.pl254 my $outFile = open_file("META-INF/manifest.xml");
256 print $outFile qq~<?xml version="1.0" encoding="UTF-8"?>
264 $outFile->close;
/trunk/main/slideshow/qa/tools/
H A Dmkeffects.pl292 my $outFile = open_file("META-INF/manifest.xml");
294 print $outFile qq~<?xml version="1.0" encoding="UTF-8"?>
302 $outFile->close;
H A Dmktransitions.pl291 my $outFile = open_file("META-INF/manifest.xml");
293 print $outFile qq~<?xml version="1.0" encoding="UTF-8"?>
301 $outFile->close;
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx141 TestDocumentHandler(const char* locale, const char* outFile ) : in TestDocumentHandler() argument
144 flag(-1), of(outFile, locale), isStartDayOfWeek(false), foundDefaultName(false), in TestDocumentHandler()

Completed in 38 milliseconds