Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx621 pIStream = &rIStream; in StartDecompression()
658 pIStream->Seek( nCurPos ); in DecompressScanline()
723 if ( pIStream->GetError() ) in DecompressScanline()
782 sal_uInt32 nMaxPos = pIStream->Tell(); in ReadEOL()
789 *pIStream >> nByte; in ReadEOL()
790 if ( pIStream->IsEof() ) in ReadEOL()
792 if ( pIStream->Tell() > nMaxPos ) in ReadEOL()
820 *pIStream >> nByte; in Read2DTag()
838 *pIStream >> nByte; in ReadBlackOrWhite()
858 *pIStream >> nByte; in ReadCodeAndDecode()
[all …]
H A Dlzwdecom.cxx41 pIStream=NULL; in LZWDecompressor()
56 pIStream=&rIStream; in StartDecompression()
64 *pIStream >> nInputBitsBuf; in StartDecompression()
83 if (pIStream==NULL) return 0; in Decompress()
88 if (pIStream->GetError()) break; in Decompress()
132 *pIStream >> nInputBitsBuf; in GetNextCode()
H A Dlzwdecom.hxx55 SvStream * pIStream; member in LZWDecompressor
H A Dccidecom.hxx97 SvStream * pIStream; member in CCIDecompressor
/aoo42x/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx507 IStreamPtr pIStream; in loadFile() local
547 hGlobal, sal_False, &pIStream ); in loadFile()
552 pIStream, fsize, sal_False, in loadFile()

Completed in 34 milliseconds