Home
last modified time | relevance | path

Searched refs:nCompressedSize (Results 1 – 10 of 10) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx646 sal_Int32 nTestSig, nTime, nCRC, nSize, nCompressedSize; in readLOC() local
660 aGrabber >> nCompressedSize; in readLOC()
802 aMemGrabber >> aEntry.nCompressedSize; in readCEN()
890 aMemGrabber >> aEntry.nCompressedSize; in recover()
902 if ( aEntry.nCompressedSize < 0 ) aEntry.nCompressedSize = 0x7FFFFFFF; in recover()
934 aEntry.nCompressedSize = 0; in recover()
948 sal_Int32 nCompressedSize, nSize, nCRC32; in recover() local
951 aMemGrabber >> nCompressedSize; in recover()
962 …if ( nStreamOffset == (*aIter).second.nOffset && nCompressedSize > (*aIter).second.nCompressedSize in recover()
977 (*aIter).second.nCompressedSize = nCompressedSize; in recover()
[all …]
H A DZipOutputStream.cxx95 if (rEntry.nSize == -1 || rEntry.nCompressedSize == -1 || in putNextEntry()
98 rEntry.nSize = rEntry.nCompressedSize = 0; in putNextEntry()
136 if (pEntry->nCompressedSize != aDeflater.getTotalOut()) in closeEntry()
141 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry()
153 pEntry->nCompressedSize = aDeflater.getTotalOut(); in closeEntry()
274 pCurrentEntry->nCompressedSize += aEncryptionBuffer.getLength(); in doDeflate()
275 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate()
293 pCurrentEntry->nSize = pCurrentEntry->nCompressedSize; in doDeflate()
338 aChucker << rEntry.nCompressedSize; in writeCEN()
356 aChucker << rEntry.nCompressedSize; in writeEXT()
[all …]
H A DXUnbufferedStream.cxx86 mnZipSize = maEntry.nMethod == DEFLATED ? maEntry.nCompressedSize : maEntry.nSize; in XUnbufferedStream()
92 …mnZipEnd = maEntry.nMethod == DEFLATED ? maEntry.nOffset + maEntry.nCompressedSize : maEntry.nOffs… in XUnbufferedStream()
/trunk/main/svx/source/gallery2/
H A Dcodec.cxx113 sal_uInt32 nCompressedSize, nUnCompressedSize; in Read() local
116 rStm >> nUnCompressedSize >> nCompressedSize; in Read()
121 …uInt8* pCompressedBuffer = new sal_uInt8[ nCompressedSize ]; rStm.Read( pCompressedBuffer, nComp… in Read()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx76 aEntry.nCompressedSize = 0; in ZipPackageFolder()
177 rDest.nCompressedSize = rSource.nCompressedSize; in copyZipEntry()
299 rEntry.nCompressedSize = rEntry.nSize = aCRC32.updateStream ( rStream ); in ImplSetStoredData()
447 pTempEntry->nSize = pTempEntry->nCompressedSize; in saveChild()
593 pTempEntry->nCrc = pTempEntry->nCompressedSize = pTempEntry->nSize = -1; in saveChild()
H A DZipPackageStream.cxx97 aEntry.nCompressedSize = -1; in ZipPackageStream()
119 aEntry.nCompressedSize = rInEntry.nCompressedSize; in setZipEntryOnLoading()
915 if ( aEntry.nCompressedSize != nNewSize ) in setSize()
H A DZipPackage.cxx1010 pEntry->nSize = pEntry->nCompressedSize = nBufferLength; in WriteMimetypeMagicFile()
1047 pEntry->nCrc = pEntry->nSize = pEntry->nCompressedSize = -1; in WriteManifest()
1092 pEntry->nCrc = pEntry->nSize = pEntry->nCompressedSize = -1; in WriteContentTypes()
/trunk/main/package/inc/
H A DZipEntry.hxx35 sal_Int32 nCompressedSize; member
H A DZipFile.hxx100 …void getSizeAndCRC( sal_Int32 nOffset, sal_Int32 nCompressedSize, sal_Int32 *nSize, sal_Int32 *nCR…
/trunk/main/offapi/com/sun/star/packages/zip/
H A DZipEntry.idl81 long nCompressedSize;

Completed in 54 milliseconds