Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx78 pDownLoadData( NULL ), pOldParent( NULL ), nType( FILETYPE_TEXT ) in SvFileObject()
94 delete pDownLoadData; in ~SvFileObject()
153 if( pDownLoadData || in GetData()
286 if( bWaitForData || !bLoadAgain || xMed.Is() || pDownLoadData ) in LoadFile_Impl()
356 if( ( !pStream || !pDownLoadData ) && !rGrf.IsLink() && in GetGraphic_Impl()
364 else if( !pDownLoadData ) in GetGraphic_Impl()
373 nRes = pGF->ImportGraphic( pDownLoadData->aGrf, aEmptyStr, in GetGraphic_Impl()
376 if( pDownLoadData ) in GetGraphic_Impl()
378 rGrf = pDownLoadData->aGrf; in GetGraphic_Impl()
383 if( !pDownLoadData->aGrf.GetContext() ) in GetGraphic_Impl()
[all …]
H A Dfileobj.hxx42 Impl_DownLoadData* pDownLoadData; member in SvFileObject