Searched refs:targetDirectory (Results 1 – 3 of 3) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/web/export/ |
H A D | ImpressHTMLExporter.java | 45 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export() argument 74 return super.export(source, targetDirectory, xmsf, task); in export()
|
H A D | Exporter.java | 53 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export() argument
|
/trunk/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 246 private String unzipToDirectory(File parcel, File targetDirectory) in unzipToDirectory() argument 250 File parcelDir = new File(targetDirectory, in unzipToDirectory() 254 if (isDirectoryOverwriteNeeded(parcel, targetDirectory)) { in unzipToDirectory()
|
Completed in 15 milliseconds