Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zipapi/
H A DMemoryByteGrabber.hxx30 class MemoryByteGrabber class
37 MemoryByteGrabber ( const com::sun::star::uno::Sequence < sal_Int8 > & rBuffer ) in MemoryByteGrabber() function in MemoryByteGrabber
44 MemoryByteGrabber() in MemoryByteGrabber() function in MemoryByteGrabber
106 MemoryByteGrabber& operator >> (sal_Int8& rInt8) in operator >>()
114 MemoryByteGrabber& operator >> (sal_Int16& rInt16) in operator >>()
125 MemoryByteGrabber& operator >> (sal_Int32& rInt32) in operator >>()
139 MemoryByteGrabber& operator >> (sal_uInt8& rInt8) in operator >>()
147 MemoryByteGrabber& operator >> (sal_uInt16& rInt16) in operator >>()
158 MemoryByteGrabber& operator >> (sal_uInt32& rInt32) in operator >>()
H A DZipFile.cxx656 static void readExtraFields( MemoryByteGrabber &rMemGrabber, sal_Int16 nLength, ZipEntry &rEntry ) in readExtraFields()
746 MemoryByteGrabber aMemGrabber ( aExtraFields ); in readLOC()
878 MemoryByteGrabber aMemGrabber ( aCENBuffer ); in readCEN()
1063MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 26 ) ); in recover()
1134MemoryByteGrabber aMemGrabber ( Sequence< sal_Int8 >( ((sal_Int8*)(&(pBuffer[nPos+4]))), 12 ) ); in recover()