Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx2190 if (p->pBMP==NULL) { in ReadImageData()
2191 p->pBMP=new SvMemoryStream(); in ReadImageData()
2200 *(p->pBMP) << ((sal_uInt16)1) << p->nBitsPerPixel; in ReadImageData()
2202 *(p->pBMP) << ((sal_uInt32)0) << ((sal_uInt32)0); in ReadImageData()
2230 p->pBMP->Write(pBuf,nDataLen); in ReadImageData()
2385 if (pBitmapList==NULL || pBitmapList->pBMP==NULL || in ReadField()
2386 pBitmapList->pBMP->GetError()!=0) { in ReadField()
2391 pBitmapList->pBMP->Seek(0); in ReadField()
2395 if (pBitmapList->pBMP->GetError()!=0) { in ReadField()
2399 delete pBitmapList->pBMP; pBitmapList->pBMP=NULL; in ReadField()
[all …]

Completed in 23 milliseconds