Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/appl/
H A Dfileobj.cxx77 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()
[all …]
H A Dfileobj.hxx42 Impl_DownLoadData* pDownLoadData; member in SvFileObject