Lines Matching refs:pMed
1299 SfxMedium* pMed = pShell->GetMedium(); in lcl_FindDocShell() local
1300 if( pMed && pMed->GetURLObject() == aTmpObj ) in lcl_FindDocShell()
1303 if( ( SFX_ITEM_SET == pMed->GetItemSet()->GetItemState( in lcl_FindDocShell()
1324 SfxMedium* pMed = new SfxMedium( aTmpObj.GetMainURL( in lcl_FindDocShell() local
1327 pMed->DownLoad(); // nur mal das Medium anfassen (DownLoaden) in lcl_FindDocShell()
1330 if( !pMed->GetError() ) in lcl_FindDocShell()
1343 pMed->GetItemSet()->Put( SfxInt16Item( SID_VERSION, nVersion )); in lcl_FindDocShell()
1346 pMed->GetItemSet()->Put( SfxStringItem( SID_PASSWORD, rPasswd )); in lcl_FindDocShell()
1349 aMatcher.DetectFilter( *pMed, &pSfxFlt, sal_False, sal_False ); in lcl_FindDocShell()
1354 pMed->SetFilter( pSfxFlt ); in lcl_FindDocShell()
1359 if( xDocSh->DoLoad( pMed ) ) in lcl_FindDocShell()
1365 delete pMed; in lcl_FindDocShell()