Home
last modified time | relevance | path

Searched defs:targetDirectory (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/web/export/
H A DExporter.java53 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
H A DImpressHTMLExporter.java45 …public boolean export(CGDocument source, String targetDirectory, XMultiServiceFactory xmsf, Task t… in export()
/AOO41X/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java246 private String unzipToDirectory(File parcel, File targetDirectory) in unzipToDirectory()