Home
last modified time | relevance | path

Searched refs:pMatcher (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dappmain.cxx152 if( !pAppData_Impl->pMatcher ) in GetFilterMatcher()
154 pAppData_Impl->pMatcher = new SfxFilterMatcher(); in GetFilterMatcher()
156 pAppData_Impl->pMatcher, SfxFilterMatcher, MaybeFileHdl_Impl ) ); in GetFilterMatcher()
158 return *pAppData_Impl->pMatcher; in GetFilterMatcher()
H A Dappquit.cxx143 DELETEZ(pAppData_Impl->pMatcher); in Deinitialize()
H A Dappdata.cxx96 pMatcher( 0 ), in SfxAppData_Impl()
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx113 SfxFilterMatcher* pMatcher = NULL; in CreateMedium() local
115 pMatcher = new SfxFilterMatcher( m_sDocFactory ); in CreateMedium()
117 pMatcher = new SfxFilterMatcher(); in CreateMedium()
120 sal_uInt32 nError = pMatcher->DetectFilter( *pMedium, &pFilter, sal_False ); in CreateMedium()
129 DELETEZ( pMatcher ); in CreateMedium()
/trunk/main/sfx2/source/inc/
H A Dappdata.hxx108 SfxFilterMatcher* pMatcher; member in SfxAppData_Impl

Completed in 24 milliseconds