Home
last modified time | relevance | path

Searched refs:maRefCache (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1501 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()
[all …]
/AOO42X/main/sc/inc/
H A Dexternalrefmgr.hxx715 ScExternalRefCache maRefCache; member in ScExternalRefManager