/aoo42x/main/i18npool/source/breakiterator/ |
H A D | xdictionary.cxx | 243 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 …]
|
/aoo42x/main/filter/source/config/tools/split/ |
H A D | FCFGSplit.java | 332 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()
|
/aoo42x/main/framework/test/typecfg/ |
H A D | typecfg.cxx | 192 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()
|
/aoo42x/main/framework/source/accelerators/ |
H A D | acceleratorconfiguration.cxx | 576 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | column.cxx | 434 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()
|
H A D | attarray.cxx | 1090 SfxItemPoolCache aCache( pDocument->GetPool(), &aNewFrame ); in ApplyFrame() local 1091 ApplyCacheArea( nStartRow, nEndRow, &aCache ); in ApplyFrame()
|
H A D | table2.cxx | 432 SfxItemPoolCache aCache( pPool, &aSet ); in DeleteSelection() local 433 ApplySelectionCache( &aCache, rMark ); in DeleteSelection()
|
H A D | document.cxx | 4945 SfxItemPoolCache aCache( xPoolHelper->GetDocPool(), pSet ); in ApplySelectionPattern() local 4949 pTab[nTab]->ApplySelectionCache( &aCache, rMark ); in ApplySelectionPattern()
|
/aoo42x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 2247 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()
|
/aoo42x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 2043 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()
|
/aoo42x/main/ucb/source/cacher/ |
H A D | cachedcontentresultset.cxx | 820 #define FETCH_XXX( aCache, fetchInterface, fetchMethod ) \ argument 826 aCache.loadData( aResult ); \ 827 sal_Int32 nMax = aCache.getMaxRow(); \ 829 sal_Bool bIsFinalCount = aCache.hasKnownLast(); \
|
/aoo42x/main/framework/test/ |
H A D | test.cxx | 358 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()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | templwin.cxx | 1962 ::svt::TemplateFolderCache aCache; in IMPL_LINK() 1963 if ( aCache.needsUpdate() ) in IMPL_LINK() 1967 aCache.storeState(); in IMPL_LINK()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 7995 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()
|