Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dfilter.cxx1011 class ImpFilterLibCache;
1065 class ImpFilterLibCache class
1071 ImpFilterLibCache();
1072 ~ImpFilterLibCache();
1079 ImpFilterLibCache::ImpFilterLibCache() : in ImpFilterLibCache() function in ImpFilterLibCache
1087 ImpFilterLibCache::~ImpFilterLibCache() in ~ImpFilterLibCache()
1100 ImpFilterLibCacheEntry* ImpFilterLibCache::GetFilter( const String& rFilterPath, const String& rFil… in GetFilter()
1134 namespace { struct Cache : public rtl::Static<ImpFilterLibCache, Cache> {}; }
1759 ImpFilterLibCache &rCache = Cache::get(); in ImportGraphic()