Home
last modified time | relevance | path

Searched refs:GetCacheId (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddpsdbtab.cxx88 long nID = (*pDPCollection)[i]->GetCacheId(); in GetExistDPObjectCache()
198 long ScImportSourceDesc:: GetCacheId( ScDocument* pDoc, long nID ) const in GetCacheId() function in ScImportSourceDesc
212 ScDPTableData(pDoc, rImport.GetCacheId( pDoc, nCacheId) ), in ScDatabaseDPData()
213 …aCacheTable( pDoc, GetCacheId() ) // base class ID is initialized with the GetCacheId call abo… in ScDatabaseDPData()
H A Ddpobject.cxx245 if ( rData.GetCacheId() >= 0 ) in SetSaveData()
246 mnCacheId = rData.GetCacheId(); in SetSaveData()
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()
[all …]
H A Ddpshttab.cxx61 ScDPTableData(pD, rDesc.GetCacheId( pD, nCacheId) ), // DataPilot Migration - Cache&&Performance in ScSheetDPData()
66 … aCacheTable( pD, GetCacheId() ) // base class ID is initialized with the GetCacheId call above in ScSheetDPData()
276 long ScSheetSourceDesc:: GetCacheId( ScDocument* pDoc, long nID ) const in GetCacheId() function in ScSheetSourceDesc
H A Ddptabdat.cxx273 long ScDPTableData::GetCacheId() const in GetCacheId() function in ScDPTableData
H A Ddocumen3.cxx2059 long nID = (*pDPCollection)[i]->GetCacheId(); in GetUsedDPObjectCache()
2126 if ( nID == (*pDPCollection)[i]->GetCacheId() ) in RemoveUnusedDPObjectCaches()
2148 if ( nID == (*pDPCollection)[i]->GetCacheId() ) in GetUsedDPObjectCache()
H A Ddpgroup.cxx1022 ScDPTableData(pDocument, pSource->GetCacheId() ), in ScDPGroupTableData()
/trunk/main/sc/inc/
H A Ddpsdbtab.hxx62 long GetCacheId( ScDocument* pDoc, long nID ) const;
H A Ddpshttab.hxx63 long GetCacheId( ScDocument* pDoc, long nID ) const;
H A Ddptabdat.hxx143 long GetCacheId() const;
H A Ddpsave.hxx265 inline long GetCacheId() const{ return mnCacheId; } in GetCacheId() function in ScDPSaveData
H A Ddpobject.hxx122 long GetCacheId() const;
/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx361 sal_uInt16 GetCacheId() const { return maPTInfo.mnCacheIdx; }; in GetCacheId() function in XclImpPivotTable
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx719 if ( (*pDPCollection)[i]->GetCacheId() == pDPObj->GetCacheId() ) in RefreshDPObject()
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx1634 aMap[(*aIt)->GetCacheId()].push_back( *aIt ); in ConvertPivotTables()

Completed in 127 milliseconds