Home
last modified time | relevance | path

Searched refs:SfxFilterMatcher (Results 1 – 25 of 41) sorted by relevance

12

/aoo4110/main/sfx2/source/bastyp/
H A Dfltfnc.cxx162 SfxFilterMatcher aMatch( pImpl->aName ); \
175 SfxFilterMatcher aMatch( pImpl->aName ); in GetAnyFilter()
222 const SfxFilterMatcher aMatcher; in GetDefaultFilter_Impl()
277 SfxFilterMatcher::SfxFilterMatcher( const String& rName ) in SfxFilterMatcher() function in SfxFilterMatcher
303 SfxFilterMatcher::SfxFilterMatcher() in SfxFilterMatcher() function in SfxFilterMatcher
309 SfxFilterMatcher::~SfxFilterMatcher() in ~SfxFilterMatcher()
353 const SfxFilter* SfxFilterMatcher::GetAnyFilter( SfxFilterFlags nMust, SfxFilterFlags nDont ) const in GetAnyFilter()
370 sal_uInt32 SfxFilterMatcher::GuessFilterIgnoringContent( in GuessFilterIgnoringContent()
488 sal_Bool SfxFilterMatcher::IsFilterInstalled_Impl( const SfxFilter* pFilter ) in IsFilterInstalled_Impl()
828 IMPL_STATIC_LINK( SfxFilterMatcher, MaybeFileHdl_Impl, String*, pString ) in IMPL_STATIC_LINK() argument
[all …]
/aoo4110/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx126 class SFX2_DLLPUBLIC SfxFilterMatcher class
131 SfxFilterMatcher( const String& rFact );
132 SfxFilterMatcher();
133 ~SfxFilterMatcher();
137 DECL_DLLPRIVATE_STATIC_LINK( SfxFilterMatcher, MaybeFileHdl_Impl, String* );
168 …SfxFilterMatcherIter( const SfxFilterMatcher* pMatchP, SfxFilterFlags nMask = 0, SfxFilterFlags nN…
H A Dapp.hxx85 class SfxFilterMatcher;
214 SfxFilterMatcher& GetFilterMatcher();
/aoo4110/main/sfx2/source/inc/
H A Dnfltdlg.hxx33 class SfxFilterMatcher;
48 const SfxFilterMatcher& rMatcher;
55 const SfxFilterMatcher &rMatcher,
H A Dappdata.hxx47 class SfxFilterMatcher;
50 class SfxFilterMatcher;
108 SfxFilterMatcher* pMatcher;
/aoo4110/main/sw/source/ui/uno/
H A Dswdetect.cxx244SfxFilterMatcher().GetFilter4FilterName( aPreselectedFilterName ) : aTypeName.Len() ? in detect()
245SfxFilterMatcher(String::CreateFromAscii("swriter")).GetFilter4EA( aTypeName ) : 0; in detect()
247 … pPreFilter = SfxFilterMatcher(String::CreateFromAscii("sweb")).GetFilter4EA( aTypeName ); in detect()
326 pFilter = SfxFilterMatcher().GetFilter4EA( aTypeName ); in detect()
339 pFilter = SfxFilterMatcher().GetFilter4EA( pFilter->GetTypeName() ); in detect()
/aoo4110/main/sfx2/source/appl/
H A Dappmain.cxx150 SfxFilterMatcher& SfxApplication::GetFilterMatcher() in GetFilterMatcher()
154 pAppData_Impl->pMatcher = new SfxFilterMatcher(); in GetFilterMatcher()
156 pAppData_Impl->pMatcher, SfxFilterMatcher, MaybeFileHdl_Impl ) ); in GetFilterMatcher()
/aoo4110/main/sfx2/source/doc/
H A Ddocinsert.cxx113 SfxFilterMatcher* pMatcher = NULL; in CreateMedium()
115 pMatcher = new SfxFilterMatcher( m_sDocFactory ); in CreateMedium()
117 pMatcher = new SfxFilterMatcher(); in CreateMedium()
151 SfxFilterMatcher aMatcher( m_sDocFactory ); in CreateMediumList()
H A Ddocfilt.cxx132 SfxFilterMatcher aMatch; in GetFilterByName()
167 const SfxFilter* pFilter = SfxFilterMatcher().GetFilter4ClipBoardId( nClipId ); in GetTypeFromStorage()
182 SfxFilterMatcher aMatcher; in GetTypeFromStorage()
H A Ddocfac.cxx381 SfxFilterMatcher aMatcher ( String::CreateFromAscii( pShortName ) ); in GetTemplateFilter()
/aoo4110/main/sd/source/ui/unoidl/
H A Dsddetect.cxx213 SfxFilterMatcher aMatch; in detect()
325 … pFilter = SfxFilterMatcher( String::CreateFromAscii("simpress") ).GetFilter4EA( aTypeName ); in detect()
327 … pFilter = SfxFilterMatcher( String::CreateFromAscii("sdraw") ).GetFilter4EA( aTypeName ); in detect()
377SfxFilterMatcher aMatch( String::CreateFromAscii("simpress") ); in detect()
401 SfxFilterMatcher aMatch( String::CreateFromAscii("sdraw") ); in detect()
H A Dsddetect.hxx41 class SfxFilterMatcher;
/aoo4110/main/starmath/source/
H A Dsmdetect.cxx248SfxFilterMatcher().GetFilter4FilterName( aPreselectedFilterName ) : aTypeName.Len() ? in detect()
249SfxFilterMatcher(String::CreateFromAscii("smath")).GetFilter4EA( aTypeName ) : 0; in detect()
302 SfxFilterMatcher( String::CreateFromAscii("smath") ).GetFilter4EA( aTypeName ); in detect()
348 …const SfxFilter* pFilt = SfxFilterMatcher( String::CreateFromAscii("smath") ).GetFilter4EA( aTypeN… in detect()
H A Dsmdetect.hxx41 class SfxFilterMatcher;
/aoo4110/main/sfx2/inc/
H A Dfrmload.hxx56 class SfxFilterMatcher;
91 const SfxFilterMatcher& rMatcher
/aoo4110/main/sw/source/filter/basflt/
H A Diodetect.cxx124 SfxFilterMatcher aMatcher( pFltCnt->GetName() ); in GetFilterOfFormat()
234 SfxFilterMatcher aMatcher( rFltContainer.GetName() ); in IsFileFilter()
298 SfxFilterMatcher aMatcher( pFCntnr->GetName() ); in GetFileFilter()
/aoo4110/main/sfx2/source/view/
H A Dfrmload.cxx116 … const ::comphelper::NamedValueCollection& i_rDescriptor, const SfxFilterMatcher& rMatcher ) const in impl_detectFilterForURL()
173 const SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in impl_getFilterFromServiceName_nothrow()
271 const SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in impl_determineFilter()
/aoo4110/main/sfx2/source/dialog/
H A Dfiledlgimpl.hxx42 class SfxFilterMatcher;
62 SfxFilterMatcher* mpMatcher;
/aoo4110/main/sd/source/ui/func/
H A Dfuinsfil.cxx114 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in DoExecute()
142 SfxFilterMatcher aMatch( aOwnCont ); in DoExecute()
805 SfxFilterMatcher& rMatcher = SFX_APP()->GetFilterMatcher(); in GetSupportedFilterVector()
/aoo4110/main/sc/source/ui/unoobj/
H A Dscdetect.cxx159 static const SfxFilter* lcl_DetectExcelXML( SvStream& rStream, SfxFilterMatcher& rMatcher ) in lcl_DetectExcelXML()
355 SfxFilterMatcher aMatcher( String::CreateFromAscii("scalc") ); in detect()
456 … pFilter = SfxFilterMatcher( String::CreateFromAscii("scalc") ).GetFilter4EA( aTypeName ); in detect()
H A Dscdetect.hxx41 class SfxFilterMatcher;
/aoo4110/main/sw/source/ui/app/
H A Ddocsh2.cxx818 SfxFilterMatcher aMatcher( String::CreateFromAscii(rFact.GetShortName()) ); in Execute()
1772 SfxFilterMatcher aMatcher( sFactory ); in LoadStylesFromFile()
1781 SfxFilterMatcher aWebMatcher( sWebFactory ); in LoadStylesFromFile()
/aoo4110/main/sw/source/ui/dbui/
H A Dmmdocselectpage.cxx162 SfxFilterMatcher aMatcher( String::CreateFromAscii(rFact.GetShortName()) ); in IMPL_LINK()
H A Dmmoutputpage.cxx1135 SfxFilterMatcher aMatcher( pFilterContainer->GetName() ); in IMPL_LINK()
1155 SfxFilterMatcher aMatcher( pFilterContainer->GetName() ); in IMPL_LINK()
/aoo4110/main/filter/source/msfilter/
H A Dmsoleexp.cxx194 … pExpFilter = SfxFilterMatcher().GetFilter4FilterName(String::CreateFromAscii(pArr->pFilterNm)); in ExportOLEObject()

Completed in 116 milliseconds

12