Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A DFilterConfigCache.cxx359 CacheVector::iterator aIter( aImport.begin() ); in GetImportFormatNumber()
371 CacheVector::iterator aIter( aImport.begin() ); in GetImportFormatNumberForMediaType()
383 CacheVector::iterator aIter( aImport.begin() ); in GetImportFormatNumberForShortName()
395 CacheVector::iterator aIter( aImport.begin() ); in GetImportFormatNumberForTypeName()
481 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumber()
493 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumberForMediaType()
505 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumberForShortName()
517 CacheVector::iterator aIter( aExport.begin() ); in GetExportFormatNumberForTypeName()
H A DFilterConfigCache.hxx73 typedef std::vector< FilterConfigCacheEntry > CacheVector; typedef in FilterConfigCache
76 CacheVector aImport;
77 CacheVector aExport;
/trunk/main/canvas/source/factory/
H A Dcf_service.cxx79 typedef std::vector< CachePair > CacheVector; typedef in __anonfbf85ac20111::CanvasFactory
88 mutable CacheVector m_aCachedImplementations;
337 const CacheVector::iterator aEnd(m_aCachedImplementations.end()); in lookupAndUse()
338 CacheVector::iterator aMatch; in lookupAndUse()