Home
last modified time | relevance | path

Searched refs:m_aCache (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/framework/inc/services/
H A Dframeloaderfactory.hxx378 FilterCache m_aCache ; member in framework::FrameLoaderFactory
H A Ddetectorfactory.hxx111 FilterCache m_aCache; member in framework::DetectorFactory
H A Dcontenthandlerfactory.hxx231 FilterCache m_aCache ; member in framework::ContentHandlerFactory
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx86 for( FontCacheData::iterator dir_it = m_aCache.begin(); dir_it != m_aCache.end(); ++dir_it ) in clearCache()
94 m_aCache.clear(); in clearCache()
122 …for( FontCacheData::const_iterator dir_it = m_aCache.begin(); dir_it != m_aCache.end(); ++ dir_it ) in flush()
314 m_aCache[ nDir ].m_bNoFiles = bEmpty; in read()
659 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in getFontCacheFile()
660 if( dir != m_aCache.end() ) in getFontCacheFile()
702 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in updateFontCacheEntry()
707 if( dir != m_aCache.end() ) in updateFontCacheEntry()
757 bool bFound = (dir != m_aCache.end()); in listDirectory()
781 bool bFound = (dir != m_aCache.end()); in scanAdditionalFiles()
[all …]
/trunk/main/vcl/inc/
H A Dfontcache.hxx57 FontCacheData m_aCache; member in psp::FontCache
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx65 if( !m_aCache.hasRow( nRow ) ) \
67 if( !m_aCache.hasCausedException( nRow ) ) \
81 if( !m_aCache.hasRow( nRow ) ) \
681 , m_aCache( m_xContentIdentifierMapping ) in CachedContentResultSet()
842 FETCH_XXX( m_aCache, m_xFetchProvider, fetch ); in impl_fetchData()
1261 if( !m_aCache##XXX.hasRow( nRow ) ) \
1277 if( !m_aCache##XXX.hasRow( nRow ) ) \
1287 return m_aCache##XXX.get##XXX( nRow );
2069 if( !m_aCache.hasRow( nRow ) ) in getObject()
2071 if( !m_aCache.hasCausedException( nRow ) ) in getObject()
[all …]
H A Dcachedcontentresultset.hxx157 CCRS_Cache m_aCache; member in CachedContentResultSet
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx106 PropertyValueCache::iterator aPos = m_aCache.find( nHandle ); in notifyAndCachePropertyValue()
107 if ( aPos == m_aCache.end() ) in notifyAndCachePropertyValue()
119 aPos = m_aCache.insert( PropertyValueCache::value_type( nHandle, aEmptyValue ) ).first; in notifyAndCachePropertyValue()
146 m_aCache.insert( PropertyValueCache::value_type( nHandle, aCurrentValue ) ); in initializePropertyValueCache()
H A Dpropertysetbase.hxx200 PropertyValueCache m_aCache; member in PropertySetBase
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java381 aDataSet.m_aCache = aCache ; in main()
H A DSplitter.java84 int nTypes = m_aDataSet.m_aCache.getItemCount(Cache.E_TYPE ); in split()
85 int nFilters = m_aDataSet.m_aCache.getItemCount(Cache.E_FILTER ); in split()
86 int nDetectServices = m_aDataSet.m_aCache.getItemCount(Cache.E_DETECTSERVICE ); in split()
87 int nFrameLoaders = m_aDataSet.m_aCache.getItemCount(Cache.E_FRAMELOADER ); in split()
88 int nContentHandlers = m_aDataSet.m_aCache.getItemCount(Cache.E_CONTENTHANDLER); in split()
92 java.util.Vector lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_TYPE); in split()
103 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
112 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
183 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_DETECTSERVICE); in split()
191 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_FRAMELOADER); in split()
[all …]
H A DSplitterData.java46 public Cache m_aCache; field in SplitterData

Completed in 55 milliseconds