Home
last modified time | relevance | path

Searched refs:rMatcher (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sfx2/source/view/
H A Dfrmload.cxx116 … const ::comphelper::NamedValueCollection& i_rDescriptor, const SfxFilterMatcher& rMatcher ) const in impl_detectFilterForURL()
140 const SfxFilter* pFilter = rMatcher.GetFilter4EA( sType ); in impl_detectFilterForURL()
157 pFilter = rMatcher.GetFilter4FilterName(sFilter); in impl_detectFilterForURL()
173 const SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in impl_getFilterFromServiceName_nothrow() local
186 const SfxFilter* pFilter = rMatcher.GetFilter4FilterName( sFilterName ); in impl_getFilterFromServiceName_nothrow()
271 const SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in impl_determineFilter() local
276 pFilter = rMatcher.GetFilter4FilterName( sFilterName ); in impl_determineFilter()
280 pFilter = rMatcher.GetFilter4EA( sTypeName ); in impl_determineFilter()
291 pFilter = rMatcher.GetFilter4FilterName( sSelectedFilter ); in impl_determineFilter()
/aoo4110/main/sd/source/ui/func/
H A Dfuinsfil.cxx114 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in DoExecute() local
237 if( ( pFilter = rMatcher.GetFilter4Mime( *aIter ) ) != NULL ) in DoExecute()
805 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in GetSupportedFilterVector() local
810 …if( ( pSearchFilter = rMatcher.GetFilter4Mime( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPA… in GetSupportedFilterVector()
813 …if( ( pSearchFilter = rMatcher.GetFilter4Mime( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPA… in GetSupportedFilterVector()
816 …if( ( pSearchFilter = rMatcher.GetFilter4Mime( UniString::CreateFromAscii( RTL_CONSTASCII_STRINGPA… in GetSupportedFilterVector()
/aoo4110/main/sfx2/source/inc/
H A Dnfltdlg.hxx48 const SfxFilterMatcher& rMatcher; member in SfxFilterDialog
55 const SfxFilterMatcher &rMatcher,
/aoo4110/main/sc/source/ui/unoobj/
H A Dscdetect.cxx159 static const SfxFilter* lcl_DetectExcelXML( SvStream& rStream, SfxFilterMatcher& rMatcher ) in lcl_DetectExcelXML() argument
182 pFound = rMatcher.GetFilter4FilterName( String::CreateFromAscii(pFilterExcelXML) ); in lcl_DetectExcelXML()
/aoo4110/main/sfx2/inc/
H A Dfrmload.hxx91 const SfxFilterMatcher& rMatcher
/aoo4110/main/sfx2/source/appl/
H A Dappopen.cxx997 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in OpenDocExec_Impl() local
998 const SfxFilter* pFilter = rMatcher.GetFilter4EA( aTypeName ); in OpenDocExec_Impl()
/aoo4110/main/sfx2/source/doc/
H A Dobjstor.cxx1377 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in SaveTo_Impl() local
1378 const SfxFilter *pFilt = rMatcher.GetFilter4ClipBoardId( nFormat ); in SaveTo_Impl()
H A Dsfxbasemodel.cxx1927 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in load() local
1928 const SfxFilter* pSetFilter = rMatcher.GetFilter4FilterName( pFilterItem->GetValue() ); in load()

Completed in 68 milliseconds