Home
last modified time | relevance | path

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

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