Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/gallery2/
H A Dcodec.cxx113 sal_uInt32 nCompressedSize, nUnCompressedSize; in Read() local
116 rStm >> nUnCompressedSize >> nCompressedSize; in Read()
123 sal_uInt8* pOutBuf = new sal_uInt8[ nUnCompressedSize ]; in Read()
125 sal_uInt8* pLast = pOutBuf + nUnCompressedSize - 1; in Read()
161 rStmToRead.Write( pOutBuf, nUnCompressedSize ); in Read()

Completed in 10 milliseconds