Lines Matching refs:pMed
691 SfxMedium* pMed = NULL; in Execute() local
731 pMed = new SfxMedium( aFileName, STREAM_STD_READ, sal_False, pFilter, pSet ); in Execute()
746 if ( pMed ) // nun wirklich ausfuehren... in Execute()
748 SfxErrorContext aEc( ERRCTX_SFX_OPENDOC, pMed->GetName() ); in Execute()
753 pOtherDocSh->DoLoad( pMed ); in Execute()
2221 SfxMedium* pMed = pImpl->pDocInserter->CreateMedium(); in IMPL_LINK() local
2223 if (pMed) in IMPL_LINK()
2225 pImpl->pRequest->AppendItem( SfxStringItem( SID_FILE_NAME, pMed->GetName() ) ); in IMPL_LINK()
2228 if ( pMed->GetFilter() ) in IMPL_LINK()
2230 SfxStringItem( SID_FILTER_NAME, pMed->GetFilter()->GetFilterName() ) ); in IMPL_LINK()
2231 String sOptions = ScDocumentLoader::GetOptions( *pMed ); in IMPL_LINK()
2236 SfxItemSet* pSet = pMed->GetItemSet(); in IMPL_LINK()