Lines Matching refs:pMed
121 SfxMedium* pMed = pSourceShell->GetMedium(); in IMPL_LINK() local
122 if ( pMed->GetName() == aEntered ) in IMPL_LINK()
187 SfxMedium* pMed = pSourceShell->GetMedium(); in InitFromOldLink() local
188 aCbUrl.SetText( pMed->GetName() ); in InitFromOldLink()
227 SfxMedium* pMed = pDocInserter->CreateMedium(); in IMPL_LINK() local
228 if ( pMed ) in IMPL_LINK()
236 const SfxFilter* pFilter = pMed->GetFilter(); in IMPL_LINK()
242 pMed->SetFilter( pNewFilter ); in IMPL_LINK()
246 SfxErrorContext aEc( ERRCTX_SFX_OPENDOC, pMed->GetName() ); in IMPL_LINK()
251 pMed->UseInteractionHandler( sal_True ); // to enable the filter options dialog in IMPL_LINK()
255 pSourceShell->DoLoad( pMed ); in IMPL_LINK()
264 aCbUrl.SetText( pMed->GetName() ); in IMPL_LINK()
318 SfxMedium* pMed = pSourceShell->GetMedium(); in GetURL() local
319 return pMed->GetName(); in GetURL()
328 SfxMedium* pMed = pSourceShell->GetMedium(); in GetFilter() local
329 return pMed->GetFilter()->GetFilterName(); in GetFilter()
338 SfxMedium* pMed = pSourceShell->GetMedium(); in GetOptions() local
339 return ScDocumentLoader::GetOptions( *pMed ); in GetOptions()