Searched refs:pSfxFilter (Results 1 – 2 of 2) sorted by relevance
493 const SfxFilter* pSfxFilter = NULL; in GetFilterName() local502 aMatcher.GuessFilter( *pMedium, &pSfxFilter ); in GetFilterName()504 aMatcher.GuessFilterIgnoringContent( *pMedium, &pSfxFilter ); in GetFilterName()510 if ( pSfxFilter ) in GetFilterName()511 rFilter = pSfxFilter->GetFilterName(); in GetFilterName()
1719 const SfxFilter* pSfxFilter = NULL; in setPropertyValueImpl() local1728 …SFX_APP()->GetFilterMatcher().GuessFilter( aSfxMedium, &pSfxFilter, SFX_FILTER_IMPORT, SFX_FILTER_… in setPropertyValueImpl()1731 if( !pSfxFilter ) in setPropertyValueImpl()1750 aFilterName = pSfxFilter->GetFilterName(); in setPropertyValueImpl()
Completed in 58 milliseconds