Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dmsdffimp.cxx6534 sal_Bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea… in GetBLIPDirect() argument
6536 sal_uLong nOldPos = rBLIPStream.Tell(); in GetBLIPDirect()
6544 …if( ReadCommonRecordHeader( rBLIPStream, nVer, nInst, nFbt, nLength) && ( 0xF018 <= nFbt ) && ( 0x… in GetBLIPDirect()
6558 rBLIPStream.SeekRel( nSkip + 20 ); in GetBLIPDirect()
6561 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()
6581 rBLIPStream.SeekRel( nSkip ); in GetBLIPDirect()
6583 SvStream* pGrStream = &rBLIPStream; in GetBLIPDirect()
6590 aZCodec.Decompress( rBLIPStream, *pOut ); in GetBLIPDirect()
6699 rBLIPStream.Seek( nOldPos ); // alte FilePos des Streams restaurieren in GetBLIPDirect()
/aoo4110/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx610 sal_Bool GetBLIPDirect(SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea = NULL ) const;

Completed in 62 milliseconds