Lines Matching refs:pColl
261 ScDPCollection* pColl = pDoc->GetDPCollection(); in lcl_GetDPObject() local
262 if ( pColl ) in lcl_GetDPObject()
264 sal_uInt16 nCount = pColl->GetCount(); in lcl_GetDPObject()
267 ScDPObject* pDPObj = (*pColl)[i]; in lcl_GetDPObject()
282 ScDPCollection* pColl = pDoc->GetDPCollection(); in lcl_CreatePivotName() local
283 if ( pColl ) in lcl_CreatePivotName()
284 return pColl->CreateNewName(); in lcl_CreatePivotName()
339 ScDPCollection* pColl = pDoc->GetDPCollection(); in GetObjectByIndex_Impl() local
340 if ( pColl ) in GetObjectByIndex_Impl()
344 sal_uInt16 nCount = pColl->GetCount(); in GetObjectByIndex_Impl()
347 ScDPObject* pDPObj = (*pColl)[i]; in GetObjectByIndex_Impl()
488 ScDPCollection* pColl = pDoc->GetDPCollection(); in getCount() local
489 if ( pColl ) in getCount()
494 sal_uInt16 nCount = pColl->GetCount(); in getCount()
497 ScDPObject* pDPObj = (*pColl)[i]; in getCount()
549 ScDPCollection* pColl = pDoc->GetDPCollection(); in getElementNames() local
550 if ( pColl ) in getElementNames()
555 sal_uInt16 nCount = pColl->GetCount(); in getElementNames()
559 ScDPObject* pDPObj = (*pColl)[i]; in getElementNames()
569 ScDPObject* pDPObj = (*pColl)[i]; in getElementNames()
587 ScDPCollection* pColl = pDoc->GetDPCollection(); in hasByName() local
588 if ( pColl ) in hasByName()
591 sal_uInt16 nCount = pColl->GetCount(); in hasByName()
594 ScDPObject* pDPObj = (*pColl)[i]; in hasByName()