Searched refs:rBLIPStream (Results 1 – 2 of 2) sorted by relevance
6540 sal_Bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea… in GetBLIPDirect() argument6542 sal_uLong nOldPos = rBLIPStream.Tell(); in GetBLIPDirect()6550 …if( ReadCommonRecordHeader( rBLIPStream, nVer, nInst, nFbt, nLength) && ( 0xF018 <= nFbt ) && ( 0x… in GetBLIPDirect()6564 rBLIPStream.SeekRel( nSkip + 20 ); in GetBLIPDirect()6567 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()6587 rBLIPStream.SeekRel( nSkip ); in GetBLIPDirect()6589 SvStream* pGrStream = &rBLIPStream; in GetBLIPDirect()6596 aZCodec.Decompress( rBLIPStream, *pOut ); in GetBLIPDirect()6705 rBLIPStream.Seek( nOldPos ); // alte FilePos des Streams restaurieren in GetBLIPDirect()
610 … sal_Bool GetBLIPDirect(SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea = NULL ) const;