Lines Matching refs:mpStm
188 mpStm ( NULL ), in ImageProducer()
202 delete mpStm; in ~ImageProducer()
203 mpStm = NULL; in ~ImageProducer()
253 delete mpStm; in SetImage()
257 … mpStm = ::svt::GraphicAccess::getImageStream( ::comphelper::getProcessServiceFactory(), maURL ); in SetImage()
262 mpStm = pIStm ? new SvStream( new ImgProdLockBytes( pIStm, sal_True ) ) : NULL; in SetImage()
265 mpStm = NULL; in SetImage()
276 delete mpStm; in SetImage()
277 mpStm = new SvStream( new ImgProdLockBytes( &rStm, sal_False ) ); in SetImage()
287 delete mpStm; in setImage()
290 mpStm = new SvStream( new ImgProdLockBytes( rInputStmRef ) ); in setImage()
292 mpStm = NULL; in setImage()
312 if( mpStm || ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in startProduction()
361 if( ERRCODE_IO_PENDING == mpStm->GetError() ) in ImplImportGraphic()
362 mpStm->ResetError(); in ImplImportGraphic()
364 mpStm->Seek( 0UL ); in ImplImportGraphic()
366 sal_Bool bRet = GraphicConverter::Import( *mpStm, rGraphic ) == ERRCODE_NONE; in ImplImportGraphic()
368 if( ERRCODE_IO_PENDING == mpStm->GetError() ) in ImplImportGraphic()
369 mpStm->ResetError(); in ImplImportGraphic()