Home
last modified time | relevance | path

Searched refs:ZipException (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/package/source/zipapi/
H A DZipFile.cxx72 throw(IOException, ZipException, RuntimeException) in ZipFile()
85 …throw ZipException( OUString( RTL_CONSTASCII_USTRINGPARAM ( "stream data looks to be broken" ) ), … in ZipFile()
93 throw(IOException, ZipException, RuntimeException) in ZipFile()
111 …throw ZipException( OUString( RTL_CONSTASCII_USTRINGPARAM ( "stream data looks to be broken" ) ), … in ZipFile()
529 …throw ZipException( OUString( RTL_CONSTASCII_USTRINGPARAM ( "entry has spurious file descriptor" )… in createUnbufferedStream()
545 throw(IOException, ZipException, RuntimeException) in getInputStream()
575 ZipException, in getDataStream()
591 … throw ZipException( OUString::createFromAscii( "Encrypted stream without encryption data!\n" ), in getDataStream()
614 throw(IOException, ZipException, RuntimeException) in getRawData()
631 ZipException, in getWrappedRawStream()
[all …]
/AOO41X/main/package/inc/
H A DZipFile.hxx108 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st…
116 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st…
128 …throw(::com::sun::star::io::IOException, ::com::sun::star::packages::zip::ZipException, ::com::sun…
173 …throw(::com::sun::star::io::IOException, ::com::sun::star::packages::zip::ZipException, ::com::sun…
182 ::com::sun::star::packages::zip::ZipException,
192 ::com::sun::star::packages::zip::ZipException,
206 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st…
209 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st…
212 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st…
214 …throw(::com::sun::star::io::IOException, com::sun::star::packages::zip::ZipException, com::sun::st…
/AOO41X/main/shell/source/all/zipfile/
H A Dzipfile.cxx165 throw ZipException(rc); in GetUncompressedContent()
170 throw ZipException(rc); in GetUncompressedContent()
175 throw ZipException(rc); in GetUncompressedContent()
189 throw ZipException(ERROR_NOT_ENOUGH_MEMORY); in GetDirectory()
205 throw ZipException(rc); in GetDirectory()
244 throw ZipException(rc); in GetFileLongestFileNameLength()
H A Dzipexcptn.cxx55 ZipException::ZipException(int Error) : in ZipException() function in ZipException
63 const char* ZipException::what() const throw() in what()
115 ZipException(Error) in ZipContentMissException()
H A Dzipexcptn.hxx49 class ZipException : public RuntimeException class
52 ZipException(int Error);
75 class ZipContentMissException : public ZipException
/AOO41X/main/offapi/com/sun/star/packages/zip/
H A DZipException.idl46 <em>java.util.zip.ZipException</em> with some minor adaptations.</p>
48 published exception ZipException: com::sun::star::uno::Exception
H A Dmakefile.mk38 ZipException.idl \
H A DZipIOException.idl39 <em>java.util.zip.ZipException</em> with some minor adaptations.</p>
/AOO41X/main/xmerge/source/palmtests/qa/comparator/
H A DXmlWrapper.java71 } catch (ZipException e) { in main()
91 } catch (ZipException e) { in main()
/AOO41X/main/package/source/zippackage/
H A DZipPackageFolder.cxx563 catch ( ZipException& ) in saveChild()
618 catch ( ZipException& ) in saveChild()
708 catch ( ZipException& ) in saveContents()
H A DZipPackageStream.cxx509 catch ( ZipException & )//rException ) in getRawData()
538 catch ( ZipException & )//rException ) in getInputStream()
H A DZipPackage.cxx604 …throw ZipException( OUString( RTL_CONSTASCII_USTRINGPARAM ( "inconsistent ZIP entries" ) ), uno::R… in getZipFileContents()
789 catch ( ZipException & ) in initialize()
/AOO41X/main/scripting/java/org/openoffice/idesupport/
H A DOfficeDocument.java86 catch(ZipException ze) { in getParcels()