Home
last modified time | relevance | path

Searched refs:targetDocument (Results 1 – 2 of 2) sorted by relevance

/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java312 private String unzipToZip(File parcel, File targetDocument) in unzipToZip() argument
322 if (isDocumentOverwriteNeeded(parcel, targetDocument)) { in unzipToZip()
325 removeParcel(targetDocument, parcelName); in unzipToZip()
329 File tmpfile = new File(targetDocument.getAbsolutePath() + ".tmp"); in unzipToZip()
331 manifest = addParcelToManifest(targetDocument, parcel); in unzipToZip()
335 new ZipInputStream(new FileInputStream(targetDocument)); in unzipToZip()
353 if (targetDocument.delete() == false) { in unzipToZip()
355 throw new IOException("Could not overwrite " + targetDocument); in unzipToZip()
358 tmpfile.renameTo(targetDocument); in unzipToZip()
360 return targetDocument.getAbsolutePath(); in unzipToZip()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelDataNode.java61 File targetDocument = null; field in ParcelDataNode.ParcelPasteType
65 File targetDocument, boolean isCut) { in ParcelPasteType() argument
67 this.targetDocument = targetDocument; in ParcelPasteType()
74 parcelCookie.deploy(targetDocument); in paste()

Completed in 19 milliseconds