Lines Matching refs:pMed
2056 SfxMedium* pMed = 0; in InsertDoc() local
2065 pMed = new SfxMedium(rFileName, STREAM_READ, sal_True, 0, 0 ); in InsertDoc()
2067 pMed->UseInteractionHandler( sal_True ); in InsertDoc()
2068 ErrCode nErr = aMatcher.GuessFilter( *pMed, &pFilter, sal_False ); in InsertDoc()
2070 DELETEZ(pMed); in InsertDoc()
2072 pMed->SetFilter( pFilter ); in InsertDoc()
2075 pMed = new SfxMedium(rFileName, STREAM_READ, sal_True, pFilter, 0); in InsertDoc()
2084 if( !pMed ) in InsertDoc()
2087 return InsertMedium( nSlotId, pMed, nVersion ); in InsertDoc()
2458 SfxMedium* pMed = pViewImpl->CreateMedium(); in IMPL_LINK() local
2459 if ( pMed ) in IMPL_LINK()
2462 long nFound = InsertMedium( nSlot, pMed, pViewImpl->GetParam() ); in IMPL_LINK()