Searched refs:nPSSize (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 378 …eMtfReplacementAction( GDIMetaFile& rMtf, SvStream& rStrm, sal_uInt32 nOrigPos, sal_uInt32 nPSSize, in CreateMtfReplacementAction() argument 390 aReplacement << nMagic << nPPos << nPSSize in CreateMtfReplacementAction() 521 sal_uInt32 nSignature, nPSStreamPos, nPSSize; in GraphicImport() local 532 rStream >> nPSStreamPos >> nPSSize >> nPosWMF >> nSizeWMF; in GraphicImport() 566 nPSSize = rStream.Seek( STREAM_SEEK_TO_END ) - nOrigPos; in GraphicImport() 575 sal_uInt8* pBuf = new sal_uInt8[ nPSSize ]; in GraphicImport() 579 sal_uInt32 nBytesRead = rStream.Read( pBuf, nPSSize ); in GraphicImport() 580 if ( nBytesRead == nPSSize ) in GraphicImport() 699 GfxLink aGfxLink( pBuf, nPSSize, GFX_LINK_TYPE_EPS_BUFFER, sal_True ) ; in GraphicImport() 722 …CreateMtfReplacementAction( aMtf, rStream, nOrigPos, nPSSize, nPosWMF, nSizeWMF, nPosTIFF, nSizeTI… in GraphicImport()
|
Completed in 6 milliseconds