Lines Matching refs:maRefCache

1500     return maRefCache.getTableName(nFileId, nTabIndex);  in getCacheTableName()
1505 return maRefCache.getCacheTable(nFileId, nTabIndex); in getCacheTable()
1510 return maRefCache.getCacheTable(nFileId, rTabName, bCreateNew, pnIndex); in getCacheTable()
1543 maRefCache.getAllTableNames(nFileId, rTabNames); in getAllCachedTableNames()
1548 return maRefCache.getTabSpan( nFileId, rStartTabName, rEndTabName); in getCachedTabSpan()
1553 maRefCache.getAllNumberFormats(rNumFmts); in getAllCachedNumberFormats()
1568 bAllMarked = maRefCache.setCacheDocReferenced( (*itr).first); in markUsedByLinkListeners()
1596 return maRefCache.setCacheTableReferenced( nFileId, rTabName, nSheets, false); in setCacheTableReferenced()
1603 maRefCache.setCacheTableReferenced( nFileId, rTabName, nSheets, true); in setCacheTableReferencedPermanently()
1606 maRefCache.setCacheTableReferencedPermanently( nFileId, rTabName, nSheets); in setCacheTableReferencedPermanently()
1612 maRefCache.setAllCacheTableReferencedStati( bReferenced ); in setAllCacheTableReferencedStati()
1618 maRefCache.setRangeNameTokens(nFileId, rName, pArray); in storeRangeNameTokens()
1638 ScExternalRefCache::TokenRef pToken = maRefCache.getCellData( in getSingleRefToken()
1686 maRefCache.getCacheTable(nFileId, rTabName, true, NULL); in getSingleRefToken()
1718 maRefCache.setCellData(nFileId, rTabName, rCell.Col(), rCell.Row(), pTok, nFmtIndex); in getSingleRefToken()
1733 maRefCache.getCellRangeData(nFileId, rTabName, rRange); in getDoubleRefTokens()
1782 maRefCache.setCellRangeData(nFileId, aRange, aCacheData, pArray); in getDoubleRefTokens()
1791 maRefCache.getCacheTable(nFileId, rTabName, true, NULL); in getDoubleRefTokens()
1807 ScExternalRefCache::TokenArrayRef pArray = maRefCache.getRangeNameTokens(nFileId, rName); in getRangeNameTokens()
1868 maRefCache.setRangeNameTokens(nFileId, pRangeData->GetName(), pNew); in getRangeNameTokens()
1961 if (!maRefCache.isDocInitialized(nFileId) && nTabCount) in getSrcDocument()
1972 maRefCache.initializeDoc(nFileId, aTabNames); in getSrcDocument()
2219 return maRefCache.getRealTableName(nFileId, rTabName); in getRealTableName()
2224 return maRefCache.getRealRangeName(nFileId, rRangeName); in getRealRangeName()
2237 maRefCache.clearCache(nFileId); in refreshNames()