Searched refs:pWMF (Results 1 – 6 of 6) sorted by relevance
256 *pWMF >> nRecType >> nRecSize; in ReadEnhWMF()264 nNextPos = pWMF->Tell() + ( nRecSize - 8 ); in ReadEnhWMF()283 pWMF->SeekRel( 16 ); in ReadEnhWMF()284 *pWMF >> nPoints; in ReadEnhWMF()294 *pWMF >> nX32 >> nY32; in ReadEnhWMF()303 pWMF->SeekRel( 16 ); in ReadEnhWMF()304 *pWMF >> nPoints; in ReadEnhWMF()308 *pWMF >> nX32 >> nY32; in ReadEnhWMF()319 pWMF->SeekRel( 0x10 ); in ReadEnhWMF()320 *pWMF >> nPoints; in ReadEnhWMF()[all …]
119 *pWMF >> nX >> nY; in ReadPoint()128 *pWMF >> nY >> nX; in ReadYX()149 *pWMF >> nH >> nW; in ReadYXExt()168 *pWMF >> nDat; in ReadRecordParams()177 *pWMF >> nMapMode; in ReadRecordParams()185 *pWMF >> nROP2; in ReadRecordParams()205 *pWMF >> nHeight >> nWidth; in ReadRecordParams()213 *pWMF >> nYAdd >> nXAdd; in ReadRecordParams()221 *pWMF >> nYDenom >> nYNum >> nXDenom >> nXNum; in ReadRecordParams()233 *pWMF >> nYAdd >> nXAdd; in ReadRecordParams()[all …]
324 *pWMF << ((short)aPt.X()) << ((short)aPt.Y()); in WritePointXY()331 *pWMF << ((short)aPt.Y()) << ((short)aPt.X()); in WritePointYX()345 *pWMF << ((short)aSz.Width()) << ((short)aSz.Height()); in WriteSize()352 *pWMF << ((short)aSz.Height()) << ((short)aSz.Width()); in WriteHeightWidth()365 …*pWMF << (sal_uInt8) rColor.GetRed() << (sal_uInt8) rColor.GetGreen() << (sal_uInt8) rColor.GetBlu… in WriteColor()371 nActRecordPos=pWMF->Tell(); in WriteRecordHeader()373 *pWMF << nSizeWords << nType; in WriteRecordHeader()382 nPos=pWMF->Tell(); nSize=nPos-nActRecordPos; in UpdateRecordHeader()384 *pWMF << (sal_uInt8)0; in UpdateRecordHeader()389 pWMF->Seek(nActRecordPos); in UpdateRecordHeader()[all …]
353 pWMF ( &rStreamWMF ), in WinMtf()364 SvLockBytes *pLB = pWMF->GetLockBytes(); in WinMtf()368 nStartPos = pWMF->Tell(); in WinMtf()405 *pWMF >> nColor; in ReadColor()
75 SvStream* pWMF; member in WMFWriter
683 SvStream* pWMF; // Die einzulesende WMF/EMF-Datei member in WinMtf