Lines Matching refs:pDPCollection
209 if (!pDPCollection) in GetDPCollection()
210 pDPCollection = new ScDPCollection(this); in GetDPCollection()
211 return pDPCollection; in GetDPCollection()
216 if (!pDPCollection) in GetDPAtCursor()
219 sal_uInt16 nCount = pDPCollection->GetCount(); in GetDPAtCursor()
222 if ( (*pDPCollection)[i]->GetOutRange().In( aPos ) ) in GetDPAtCursor()
223 return (*pDPCollection)[i]; in GetDPAtCursor()
230 if (!pDPCollection) in GetDPAtBlock()
235 sal_uInt16 i = pDPCollection->GetCount(); in GetDPAtBlock()
237 if ( (*pDPCollection)[i]->GetOutRange().In( rBlock ) ) in GetDPAtBlock()
238 return (*pDPCollection)[i]; in GetDPAtBlock()
911 if ( pDPCollection ) in UpdateReference()
912 pDPCollection->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz ); in UpdateReference()
2056 if ( const ScSheetSourceDesc* pUsedSheetDesc = (*pDPCollection)[i]->GetSheetDesc() ) in GetUsedDPObjectCache()
2059 long nID = (*pDPCollection)[i]->GetCacheId(); in GetUsedDPObjectCache()
2126 if ( nID == (*pDPCollection)[i]->GetCacheId() ) in RemoveUnusedDPObjectCaches()
2148 if ( nID == (*pDPCollection)[i]->GetCacheId() ) in GetUsedDPObjectCache()