Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx390 return maCachedRanges; in getCachedRanges()
395 return maCachedRanges.In(ScRange(nCol1, nRow1, 0, nCol2, nRow2, 0)); in isRangeCached()
406 if (!maCachedRanges.Count()) in setCachedCellRange()
407 maCachedRanges.Append(aRange); in setCachedCellRange()
409 maCachedRanges.Join(aRange); in setCachedCellRange()
412 maCachedRanges.Format(aStr, SCA_VALID); in setCachedCellRange()
422 return maCachedRanges.In(ScRange(nCol, nRow, 0, nCol, nRow, 0)); in isInCachedRanges()
/aoo4110/main/sc/inc/
H A Dexternalrefmgr.hxx200 ScRangeList maCachedRanges; member in ScExternalRefCache::Table

Completed in 26 milliseconds