Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx610 sal_Bool GetBLIPDirect(SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea = NULL ) const;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6580 sal_Bool SvxMSDffManager::GetBLIPDirect( SvStream& rBLIPStream, Graphic& rData, Rectangle* pVisArea… in GetBLIPDirect() argument
6582 sal_uLong nOldPos = rBLIPStream.Tell(); in GetBLIPDirect()
6590 …if( ReadCommonRecordHeader( rBLIPStream, nVer, nInst, nFbt, nLength) && ( 0xF018 <= nFbt ) && ( 0x… in GetBLIPDirect()
6604 rBLIPStream.SeekRel( nSkip + 20 ); in GetBLIPDirect()
6607 rBLIPStream >> aMtfSize100.Width() >> aMtfSize100.Height(); in GetBLIPDirect()
6627 rBLIPStream.SeekRel( nSkip ); in GetBLIPDirect()
6629 SvStream* pGrStream = &rBLIPStream; in GetBLIPDirect()
6636 aZCodec.Decompress( rBLIPStream, *pOut ); in GetBLIPDirect()
6745 rBLIPStream.Seek( nOldPos ); // alte FilePos des Streams restaurieren in GetBLIPDirect()

Completed in 67 milliseconds