Lines Matching refs:pDownLoadData
77 pDownLoadData( NULL ), pOldParent( NULL ), nType( FILETYPE_TEXT ) in SvFileObject()
93 delete pDownLoadData; in ~SvFileObject()
152 if( pDownLoadData || in GetData()
285 if( bWaitForData || !bLoadAgain || xMed.Is() || pDownLoadData ) in LoadFile_Impl()
341 if( ( !pStream || !pDownLoadData ) && !rGrf.IsLink() && in GetGraphic_Impl()
349 else if( !pDownLoadData ) in GetGraphic_Impl()
358 nRes = pGF->ImportGraphic( pDownLoadData->aGrf, aEmptyStr, in GetGraphic_Impl()
361 if( pDownLoadData ) in GetGraphic_Impl()
363 rGrf = pDownLoadData->aGrf; in GetGraphic_Impl()
368 if( !pDownLoadData->aGrf.GetContext() ) in GetGraphic_Impl()
372 delete pDownLoadData, pDownLoadData = 0; in GetGraphic_Impl()
379 pDownLoadData->aTimer.Start(); in GetGraphic_Impl()
554 if( pThis->pDownLoadData ) in IMPL_STATIC_LINK()
555 delete pThis->pDownLoadData, pThis->pDownLoadData = 0; in IMPL_STATIC_LINK()
577 if( !pThis->pDownLoadData ) in IMPL_STATIC_LINK()
579 pThis->pDownLoadData = new Impl_DownLoadData( in IMPL_STATIC_LINK()
591 pThis->pDownLoadData->aGrf.SetLink( aDummyLink ); in IMPL_STATIC_LINK()
604 else if( pThis->bWaitForData && pThis->pDownLoadData ) in IMPL_STATIC_LINK()
659 ( pDownLoadData || bWaitForData ); in IsPending()
666 else if( !bLoadError && ( !bWaitForData && !pDownLoadData )) in IsDataComplete()