Home
last modified time | relevance | path

Searched refs:zipFile (Results 1 – 9 of 9) sorted by relevance

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java69 private transient ZipFile zipFile; field in OpenOfficeDocFileSystem
318 zipFile = new ZipFile(docFile); in openDocument()
319 cacheDocument(zipFile.entries(), editableStrategy); in openDocument()
333 if(zipFile != null) { in closeDocument()
335 zipFile.close(); in closeDocument()
340 zipFile = null; in closeDocument()
398 if(zipFile != null) { in updateDocument()
400 zipFile.close(); in updateDocument()
404 zipFile = null; in updateDocument()
413 zipFile = new ZipFile(docFile); in updateDocument()
[all …]
/trunk/main/shell/qa/zip/testimpl/
H A Dtestzipimpl.cxx31 zipFile(ZipFile(string(documentName))) in TestZipImpl()
60 ZipFile::DirectoryPtr_t contents = zipFile.GetDirectory(); in test_directory()
69 return zipFile.HasContent("mimetype"); in test_hasContentCaseInSensitive()
76 zipFile.GetUncompressedContent("content.xml", contentBuf); in test_getContent()
H A Dtestzipimpl.hxx40 ZipFile zipFile; member in TestZipImpl
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java796 public static boolean unzip(File zipFile, File destFile) { in unzip() argument
800 zin = new ZipInputStream(new FileInputStream(zipFile)); in unzip()
822 log.log(Level.SEVERE, MessageFormat.format(" Fail! Unzip [{0}] -> [{1}]", zipFile, destFile), e); in unzip()
864 public static void zip(File workingDir, File zipFile) { in zip() argument
865 zip(workingDir, zipFile, null); in zip()
868 public static void zip(File workingDir, File zipFile, String prefix) { in zip() argument
877 out = new ZipOutputStream(new BufferedOutputStream(new FileOutputStream(zipFile))); in zip()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx989 rtl::OUString zipFile; in jarFile() local
1005 zipFile = expandURL( aStrBuf.makeStringAndClear() ); in jarFile()
1009 zipFile = getInstallPathAsURL() + key; in jarFile()
1014 XInputStream_impl* p = new XInputStream_impl( zipFile ); in jarFile()
1023 aArguments[ 0 ] <<= zipFile; in jarFile()
1895 rtl::OUString zipFile = in implGetJarFromPackage() local
1901 aArguments[ 0 ] <<= zipFile; in implGetJarFromPackage()
1933 sal_Int32 nLastSlash = zipFile.lastIndexOf( '/' ); in implGetJarFromPackage()
1935 *o_pExtensionPath = zipFile.copy( 0, nLastSlash ); in implGetJarFromPackage()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DEmbeddedObject.java37 protected OfficeZip zipFile = null; field in EmbeddedObject
67 zipFile = source; in EmbeddedObject()
H A DEmbeddedBinaryObject.java74 if (zipFile != null) { in getBinaryData()
75 objData = zipFile.getNamedBytes(objName); in getBinaryData()
H A DEmbeddedXMLObject.java187 if (zipFile == null) { in getNamedDOM()
199 byte[] data = zipFile.getNamedBytes(new String(objName + "/" + name)); in getNamedDOM()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java586 …String zipFile = sd.callStoreDialog(settings.cp_DefaultSession.cp_OutDirectory, resources.resDefau… in setZipFilename() local
587 setPublishUrl(ZIP_PUBLISHER, zipFile, 4); in setZipFilename()

Completed in 57 milliseconds