Home
last modified time | relevance | path

Searched refs:aCache (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7995 static CharMapCacheItem aCache[ NMAXITEMS ]; in GetFontCharMap() local
8001 if( pFontData == aCache[i].mpFontData ) in GetFontCharMap()
8005 rFontCharMap.Reset( aCache[i].maCharMap.mpImpl ); in GetFontCharMap()
8015 CharMapCacheItem& rItem = aCache[ nCurItem ]; in GetFontCharMap()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx4945 SfxItemPoolCache aCache( xPoolHelper->GetDocPool(), pSet ); in ApplySelectionPattern() local
4949 pTab[nTab]->ApplySelectionCache( &aCache, rMark ); in ApplySelectionPattern()
H A Dtable2.cxx432 SfxItemPoolCache aCache( pPool, &aSet ); in DeleteSelection() local
433 ApplySelectionCache( &aCache, rMark ); in DeleteSelection()
H A Dattarray.cxx1090 SfxItemPoolCache aCache( pDocument->GetPool(), &aNewFrame ); in ApplyFrame() local
1091 ApplyCacheArea( nStartRow, nEndRow, &aCache ); in ApplyFrame()
H A Dcolumn.cxx434 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPattern() local
440 ScPatternAttr* pNewPattern = (ScPatternAttr*) &aCache.ApplyTo( *pPattern, sal_True ); in ApplyPattern()
452 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternArea() local
453 pAttrArray->ApplyCacheArea( nStartRow, nEndRow, &aCache ); in ApplyPatternArea()
461 SfxItemPoolCache aCache( pDocument->GetPool(), pSet ); in ApplyPatternIfNumberformatIncompatible() local
477 pAttrArray->ApplyCacheArea( nNewRow1, nNewRow2, &aCache ); in ApplyPatternIfNumberformatIncompatible()
666 SfxItemPoolCache aCache( pDocument->GetPool(), &rAttr ); in ApplyAttr()
672 ScPatternAttr* pNewPattern = (ScPatternAttr*) &aCache.ApplyTo( *pPattern, sal_True ); in ApplyAttr()
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx576 AcceleratorCache aCache; in impl_ts_save() local
579 aCache.takeOver(*m_pWriteCache); in impl_ts_save()
581 aCache.takeOver(m_aReadCache); in impl_ts_save()
601 AcceleratorConfigurationWriter aWriter(aCache, xWriter); in impl_ts_save()
1120 AcceleratorCache aCache; in storeToStorage() local
1122 aCache.takeOver(*m_pPrimaryWriteCache); in storeToStorage()
1124 aCache.takeOver(m_aPrimaryReadCache); in storeToStorage()
1132 aCache.setKeyCommandPair(*pIt, m_pSecondaryWriteCache->getCommandByKey(*pIt)); in storeToStorage()
1138 aCache.setKeyCommandPair(*pIt, m_aSecondaryReadCache.getCommandByKey(*pIt)); in storeToStorage()
1155 AcceleratorConfigurationWriter aWriter(aCache, xWriter); in storeToStorage()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx2247 std::list< SwFindRowSpanCacheObj > aCache; member in SwFindRowSpanCache
2273 mbUseCache = bNew; aCache.clear(); in SetUseCache()
2289 for ( aIter = aCache.begin(); aIter != aCache.end(); ++aIter ) in FindCachedStartEndOfRowSpan()
2314 aCache.push_front( aNew ); in SetCachedStartEndOfRowSpan()
2315 if ( aCache.size() > FindBoxCacheSize ) in SetCachedStartEndOfRowSpan()
2316 aCache.pop_back(); in SetCachedStartEndOfRowSpan()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx820 #define FETCH_XXX( aCache, fetchInterface, fetchMethod ) \ argument
826 aCache.loadData( aResult ); \
827 sal_Int32 nMax = aCache.getMaxRow(); \
829 sal_Bool bIsFinalCount = aCache.hasKnownLast(); \
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx1962 ::svt::TemplateFolderCache aCache; in IMPL_LINK()
1963 if ( aCache.needsUpdate() ) in IMPL_LINK()
1967 aCache.storeState(); in IMPL_LINK()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx2043 IntrospectionAccessCacheMap& aCache = *mpCache; in implInspect() local
2177 IntrospectionAccessCacheMap::iterator aIt = aCache.find( aKeySeq ); in implInspect()
2178 if( aIt == aCache.end() ) in implInspect()
2192 IntrospectionAccessCacheMap::iterator iter = aCache.begin(); in implInspect()
2193 IntrospectionAccessCacheMap::iterator end = aCache.end(); in implInspect()
2206 aCache.erase( toDelete ); in implInspect()
2213 aCache[ aKeySeq ] = pAccess; in implInspect()
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx243 if (aCache.size != 0 && aCache.equals(text, wordBoundary)) in getCache()
244 return aCache; in getCache()
248 if (aCache.size == 0 || len > aCache.size) { in getCache()
256 aCache.contents = new sal_Unicode[aCache.size + 1]; in getCache()
257 aCache.wordboundary = new sal_Int32[aCache.size + 2]; in getCache()
266 while (aCache.wordboundary[i] < aCache.length) { in getCache()
274 sal_Int32 slen = aCache.length - aCache.wordboundary[i]; in getCache()
291 aCache.wordboundary[i+1] = aCache.wordboundary[i] + count; in getCache()
305 aCache.wordboundary[i+1] = aCache.wordboundary[i] + len; in getCache()
317 aCache.wordboundary[i + 1] = aCache.length + 1; in getCache()
[all …]
/trunk/main/framework/test/
H A Dtest.cxx358 FilterCache aCache; in impl_testFilterCache() local
361 if( aCache.isValid() == sal_False ) in impl_testFilterCache()
417 const OUString* pType = aCache.searchFirstType( &sURL, NULL, NULL, aIterator ); in impl_testFilterCache()
423 pType = aCache.searchType( &sURL, NULL, NULL, aIterator ); in impl_testFilterCache()
/trunk/main/framework/test/typecfg/
H A Dtypecfg.cxx192 FilterCache aCache; in impl_generateCFGView() local
193 aCache.impldbg_generateHTMLView(); in impl_generateCFGView()
240 FilterCache aCache ; in impl_generateTypeDetectionXCD() local
243 aCache.impldbg_generateXCD( "org.openoffice.Office.TypeDetection.xcd", bWriteable, cSeparator ); in impl_generateTypeDetectionXCD()
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java332 Cache aCache = new Cache(m_aDebug); in main() local
335 aCache.fromXML(aXMLFile, m_nInFormat); in main()
350 aCache.validate(m_nInFormat); in main()
356 aCache.transform60to6Y(m_bCreateCombineFilterFlag , in main()
364 aCache.validate(m_nOutFormat); in main()
381 aDataSet.m_aCache = aCache ; in main()
435 aCache.analyze(); in main()
436 aCache.toHTML(aOutDir, m_nOutFormat, m_sOutEncoding); in main()
437 m_aDebug.setDetailedInfo(aCache.getStatistics()); in main()

Completed in 191 milliseconds