Lines Matching refs:pSfxFlt
794 const SfxFilter *pSfxFlt = SwIoSystem::GetFilterOfFormat( in IMPL_LINK() local
801 pValues[0].Value <<= ::rtl::OUString(pSfxFlt->GetFilterName()); in IMPL_LINK()
842 sExtension = pSfxFlt->GetWildcard()().GetToken(1, '.'); in IMPL_LINK()
1125 const SfxFilter *pSfxFlt = 0; in IMPL_LINK() local
1143 pSfxFlt = pFilter; in IMPL_LINK()
1163 pSfxFlt = pFilter; in IMPL_LINK()
1182 if(!pSfxFlt) in IMPL_LINK()
1183 pSfxFlt = pFilterContainer->GetFilter4Extension(sExtension, SFX_FILTER_EXPORT); in IMPL_LINK()
1185 if(!pSfxFlt) in IMPL_LINK()
1187 String sMimeType = pSfxFlt->GetMimeType(); in IMPL_LINK()
1222 SfxStringItem aFilterName( SID_FILTER_NAME, pSfxFlt->GetFilterName() ); in IMPL_LINK()
1308 pFilterValues[0].Value <<= ::rtl::OUString(pSfxFlt->GetFilterName()); in IMPL_LINK()