Searched refs:m_aCache (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/filter/source/config/tools/split/ |
| H A D | Splitter.java | 84 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() 121 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split() 130 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split() [all …]
|
| H A D | SplitterData.java | 46 public Cache m_aCache; field in SplitterData
|
| H A D | FCFGSplit.java | 381 aDataSet.m_aCache = aCache ; in main()
|
| /AOO41X/main/vcl/unx/generic/fontmanager/ |
| H A D | fontcache.cxx | 86 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() 313 m_aCache[ nDir ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in read() 314 m_aCache[ nDir ].m_bNoFiles = bEmpty; in read() 315 pDir = bEmpty ? NULL : &m_aCache[ nDir ].m_aEntries; in read() 317 m_aCache[ nDir ].m_bUserOverrideOnly = bKeepOnlyUserOverridden; in read() 504 m_aCache[ nDirID ].m_nTimestamp = (sal_Int64)aStat.st_mtime; in updateDirTimestamp() 659 FontCacheData::const_iterator dir = m_aCache.find( nDirID ); in getFontCacheFile() 660 if( dir != m_aCache.end() ) in getFontCacheFile() [all …]
|
| /AOO41X/main/ucb/source/cacher/ |
| H A D | cachedcontentresultset.cxx | 65 if( !m_aCache.hasRow( nRow ) ) \ 67 if( !m_aCache.hasCausedException( nRow ) ) \ 81 if( !m_aCache.hasRow( nRow ) ) \ 90 const Any& rValue = m_aCache.getAny( nRow, columnIndex );\ 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 ) ) \ 1263 if( !m_aCache##XXX.hasCausedException( nRow ) ) \ 1274 FETCH_XXX( m_aCache##XXX, m_xFetchProviderForContentAccess, fetch##XXX##s ); \ 1277 if( !m_aCache##XXX.hasRow( nRow ) ) \ [all …]
|
| H A D | cachedcontentresultset.hxx | 157 CCRS_Cache m_aCache; member in CachedContentResultSet
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | propertysetbase.cxx | 106 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 D | propertysetbase.hxx | 200 PropertyValueCache m_aCache; member in PropertySetBase
|
| /AOO41X/main/vcl/inc/ |
| H A D | fontcache.hxx | 57 FontCacheData m_aCache; member in psp::FontCache
|
| /AOO41X/main/framework/inc/services/ |
| H A D | frameloaderfactory.hxx | 378 FilterCache m_aCache ; member in framework::FrameLoaderFactory
|
| H A D | detectorfactory.hxx | 111 FilterCache m_aCache; member in framework::DetectorFactory
|
| H A D | contenthandlerfactory.hxx | 231 FilterCache m_aCache ; member in framework::ContentHandlerFactory
|