Lines Matching refs:GetCacheId
245 if ( rData.GetCacheId() >= 0 ) in SetSaveData()
246 mnCacheId = rData.GetCacheId(); in SetSaveData()
430 pData.reset(new ScDatabaseDPData(pDoc, *pImpDesc, GetCacheId())); in GetTableData()
442 pData.reset(new ScSheetDPData(pDoc, *pSheetDesc, GetCacheId())); in GetTableData()
457 SetCacheId( pData->GetCacheId()); // resets mpTableData in GetTableData()
2526 long ScDPObject::GetCacheId() const in GetCacheId() function in ScDPObject
2529 return GetSaveData()->GetCacheId(); in GetCacheId()
2547 long nOldId = GetCacheId(); in RefreshCache()
2572 if ( (*pDPCollection)[i]->GetCacheId() == nOldId ) in RefreshCache()
2579 DBG_ASSERT( GetCacheId() >= 0, " GetCacheId() >= 0 " ); in RefreshCache()
2585 if ( GetCacheId() != nCacheId ) in SetCacheId()
2596 return pDoc->GetDPObjectCache( GetCacheId() ); in GetCache()