Lines Matching refs:pMed
2058 SfxMedium* pMed = 0; in InsertDoc() local
2067 pMed = new SfxMedium(rFileName, STREAM_READ, sal_True, 0, 0 ); in InsertDoc()
2069 pMed->UseInteractionHandler( sal_True ); in InsertDoc()
2070 ErrCode nErr = aMatcher.GuessFilter( *pMed, &pFilter, sal_False ); in InsertDoc()
2072 DELETEZ(pMed); in InsertDoc()
2074 pMed->SetFilter( pFilter ); in InsertDoc()
2077 pMed = new SfxMedium(rFileName, STREAM_READ, sal_True, pFilter, 0); in InsertDoc()
2086 if( !pMed ) in InsertDoc()
2089 return InsertMedium( nSlotId, pMed, nVersion ); in InsertDoc()
2460 SfxMedium* pMed = pViewImpl->CreateMedium(); in IMPL_LINK() local
2461 if ( pMed ) in IMPL_LINK()
2464 long nFound = InsertMedium( nSlot, pMed, pViewImpl->GetParam() ); in IMPL_LINK()