Searched refs:ZipException (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/package/source/zipapi/ |
| H A D | ZipFile.cxx | 72 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 D | ZipFile.hxx | 108 …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 D | zipfile.cxx | 165 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 D | zipexcptn.cxx | 55 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 D | zipexcptn.hxx | 49 class ZipException : public RuntimeException class 52 ZipException(int Error); 75 class ZipContentMissException : public ZipException
|
| /AOO41X/main/offapi/com/sun/star/packages/zip/ |
| H A D | ZipException.idl | 46 <em>java.util.zip.ZipException</em> with some minor adaptations.</p> 48 published exception ZipException: com::sun::star::uno::Exception
|
| H A D | makefile.mk | 38 ZipException.idl \
|
| H A D | ZipIOException.idl | 39 <em>java.util.zip.ZipException</em> with some minor adaptations.</p>
|
| /AOO41X/main/xmerge/source/palmtests/qa/comparator/ |
| H A D | XmlWrapper.java | 71 } catch (ZipException e) { in main() 91 } catch (ZipException e) { in main()
|
| /AOO41X/main/package/source/zippackage/ |
| H A D | ZipPackageFolder.cxx | 563 catch ( ZipException& ) in saveChild() 618 catch ( ZipException& ) in saveChild() 708 catch ( ZipException& ) in saveContents()
|
| H A D | ZipPackageStream.cxx | 509 catch ( ZipException & )//rException ) in getRawData() 538 catch ( ZipException & )//rException ) in getInputStream()
|
| H A D | ZipPackage.cxx | 604 …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 D | OfficeDocument.java | 86 catch(ZipException ze) { in getParcels()
|