Searched refs:rBLIPStream (Results 1 – 2 of 2) sorted by relevance
6573 sal_Bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea… in GetBLIPDirect() argument6575 sal_uLong nOldPos = rBLIPStream.Tell(); in GetBLIPDirect()6583 …if( ReadCommonRecordHeader( rBLIPStream, nVer, nInst, nFbt, nLength) && ( 0xF018 <= nFbt ) && ( 0x… in GetBLIPDirect()6597 rBLIPStream.SeekRel( nSkip + 20 ); in GetBLIPDirect()6600 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()6620 rBLIPStream.SeekRel( nSkip ); in GetBLIPDirect()6622 SvStream* pGrStream = &rBLIPStream; in GetBLIPDirect()6629 aZCodec.Decompress( rBLIPStream, *pOut ); in GetBLIPDirect()6738 rBLIPStream.Seek( nOldPos ); // alte FilePos des Streams restaurieren in GetBLIPDirect()
610 … sal_Bool GetBLIPDirect(SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea = NULL ) const;