Lines Matching refs:maRefCache
1501 return maRefCache.getTableName(nFileId, nTabIndex); in getCacheTableName()
1506 return maRefCache.getCacheTable(nFileId, nTabIndex); in getCacheTable()
1511 return maRefCache.getCacheTable(nFileId, rTabName, bCreateNew, pnIndex); in getCacheTable()
1544 maRefCache.getAllTableNames(nFileId, rTabNames); in getAllCachedTableNames()
1549 return maRefCache.getTabSpan( nFileId, rStartTabName, rEndTabName); in getCachedTabSpan()
1554 maRefCache.getAllNumberFormats(rNumFmts); in getAllCachedNumberFormats()
1569 bAllMarked = maRefCache.setCacheDocReferenced( (*itr).first); in markUsedByLinkListeners()
1597 return maRefCache.setCacheTableReferenced( nFileId, rTabName, nSheets, false); in setCacheTableReferenced()
1604 maRefCache.setCacheTableReferenced( nFileId, rTabName, nSheets, true); in setCacheTableReferencedPermanently()
1607 maRefCache.setCacheTableReferencedPermanently( nFileId, rTabName, nSheets); in setCacheTableReferencedPermanently()
1613 maRefCache.setAllCacheTableReferencedStati( bReferenced ); in setAllCacheTableReferencedStati()
1619 maRefCache.setRangeNameTokens(nFileId, rName, pArray); in storeRangeNameTokens()
1639 ScExternalRefCache::TokenRef pToken = maRefCache.getCellData( in getSingleRefToken()
1687 maRefCache.getCacheTable(nFileId, rTabName, true, NULL); in getSingleRefToken()
1719 maRefCache.setCellData(nFileId, rTabName, rCell.Col(), rCell.Row(), pTok, nFmtIndex); in getSingleRefToken()
1734 maRefCache.getCellRangeData(nFileId, rTabName, rRange); in getDoubleRefTokens()
1783 maRefCache.setCellRangeData(nFileId, aRange, aCacheData, pArray); in getDoubleRefTokens()
1792 maRefCache.getCacheTable(nFileId, rTabName, true, NULL); in getDoubleRefTokens()
1808 ScExternalRefCache::TokenArrayRef pArray = maRefCache.getRangeNameTokens(nFileId, rName); in getRangeNameTokens()
1869 maRefCache.setRangeNameTokens(nFileId, pRangeData->GetName(), pNew); in getRangeNameTokens()
1962 if (!maRefCache.isDocInitialized(nFileId) && nTabCount) in getSrcDocument()
1973 maRefCache.initializeDoc(nFileId, aTabNames); in getSrcDocument()
2220 return maRefCache.getRealTableName(nFileId, rTabName); in getRealTableName()
2225 return maRefCache.getRealRangeName(nFileId, rRangeName); in getRealRangeName()
2238 maRefCache.clearCache(nFileId); in refreshNames()