Home
last modified time | relevance | path

Searched refs:lIProps (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx286 CacheItem lIProps; in impl_checkResultsAndAddBestFilter() local
287 lIProps[PROPNAME_DOCUMENTSERVICE] <<= sDocumentService; in impl_checkResultsAndAddBestFilter()
288 lIProps[PROPNAME_TYPE ] <<= sRealType; in impl_checkResultsAndAddBestFilter()
367 CacheItem lIProps; in impl_checkResultsAndAddBestFilter() local
368 lIProps[PROPNAME_TYPE] <<= sType; in impl_checkResultsAndAddBestFilter()
369 OUStringList lFilters = m_rCache->getMatchingItemsByProps(FilterCache::E_FILTER, lIProps); in impl_checkResultsAndAddBestFilter()
624 CacheItem lIProps; in impl_getPreselectionForDocumentService() local
625 lIProps[PROPNAME_DOCUMENTSERVICE] <<= sPreSelDocumentService; in impl_getPreselectionForDocumentService()
626 lFilters = m_rCache->getMatchingItemsByProps(FilterCache::E_FILTER, lIProps); in impl_getPreselectionForDocumentService()
886 CacheItem lIProps; in impl_detectTypeDeepOnly() local
[all …]
H A Dfilterfactory.cxx216 CacheItem lIProps; in getAvailableServiceNames() local
223 lUNOFilters = m_rCache->getMatchingItemsByProps(FilterCache::E_FILTER, lIProps, lEProps); in getAvailableServiceNames()
606 CacheItem lIProps; in impl_getSortedFilterListForModule() local
607 lIProps[PROPNAME_DOCUMENTSERVICE] <<= sModule; in impl_getSortedFilterListForModule()
612 OUStringList lOtherFilters = pCache->getMatchingItemsByProps(FilterCache::E_FILTER, lIProps); in impl_getSortedFilterListForModule()
H A Dfiltercache.hxx423 const CacheItem& lIProps ,
H A Dfiltercache.cxx298 const CacheItem& lIProps, in getMatchingItemsByProps() argument
321 (pIt->second.haveProps(lIProps) ) && in getMatchingItemsByProps()

Completed in 51 milliseconds