Searched refs:pDPCollection (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/sc/source/ui/undo/ |
H A D | refundo.cxx | 65 pDPCollection = pOldDP ? new ScDPCollection(*pOldDP) : NULL; in ScRefUndoData() 88 delete pDPCollection; in ~ScRefUndoData() 119 if (pDPCollection) in DeleteUnchanged() 122 if ( pNewDP && pDPCollection->RefsEqual(*pNewDP) ) in DeleteUnchanged() 123 DELETEZ(pDPCollection); in DeleteUnchanged() 175 if (pDPCollection) in DoUndo() 179 pDPCollection->WriteRefsTo( *pDocDP ); in DoUndo()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpglobal.cxx | 57 if ( ScDPCollection* pDPCollection = pDestDoc->GetDPCollection() ) in ChkDPTableOverlap() local 59 sal_uInt16 nCount = pDPCollection->GetCount(); in ChkDPTableOverlap() 74 … if ( (*pDPCollection)[i] && aRange.Intersects( (*pDPCollection)[i]->GetOutRange())) in ChkDPTableOverlap() 76 … if ( bExcludeClip && iter->GetOutRange() == (*pDPCollection)[i]->GetOutRange() ) in ChkDPTableOverlap()
|
H A D | documen3.cxx | 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() 238 return (*pDPCollection)[i]; in GetDPAtBlock() [all …]
|
H A D | dpsdbtab.cxx | 80 ScDPCollection* pDPCollection= pDoc->GetDPCollection(); in GetExistDPObjectCache() local 81 sal_uInt16 nCount = pDPCollection->GetCount(); in GetExistDPObjectCache() 85 if ( const ScImportSourceDesc* pUsedDesc = (*pDPCollection)[i]->GetImportSourceDesc() ) in GetExistDPObjectCache() 88 long nID = (*pDPCollection)[i]->GetCacheId(); in GetExistDPObjectCache()
|
H A D | documen2.cxx | 140 pDPCollection( NULL ), in ScDocument() 455 if (pDPCollection) in ~ScDocument() 457 pDPCollection->FreeAll(); in ~ScDocument() 459 delete pDPCollection; in ~ScDocument() 769 if (pDPCollection) in MoveTab() 770 pDPCollection->UpdateReference( URM_REORDER, aSourceRange, 0,0,nDz ); in MoveTab() 860 if (pDPCollection) in CopyTab() 861 pDPCollection->UpdateReference( URM_INSDEL, aRange, 0,0,1 ); in CopyTab()
|
H A D | dpobject.cxx | 2568 ScDPCollection* pDPCollection = pDoc->GetDPCollection(); in RefreshCache() local 2569 sal_uInt16 nCount = pDPCollection->GetCount(); in RefreshCache() 2572 if ( (*pDPCollection)[i]->GetCacheId() == nOldId ) in RefreshCache() 2574 (*pDPCollection)[i]->SetCacheId( nNewId ); in RefreshCache() 2575 (*pDPCollection)[i]->SetRefresh(); in RefreshCache()
|
H A D | documen8.cxx | 703 if (pDPCollection && pDPCollection->HasDPTable(nCol, nRow, nTab)) in OnlineSpellInRange()
|
H A D | document.cxx | 345 if (pDPCollection) in InsertTab() 346 pDPCollection->UpdateReference( URM_INSDEL, aRange, 0,0,1 ); in InsertTab() 420 if (pDPCollection) in DeleteTab() 421 pDPCollection->DeleteOnTab( nTab ); in DeleteTab() 434 if (pDPCollection) in DeleteTab() 435 pDPCollection->UpdateReference( URM_INSDEL, aRange, 0,0,-1 ); in DeleteTab()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | refundo.hxx | 47 ScDPCollection* pDPCollection; member in ScRefUndoData
|
/aoo4110/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 715 ScDPCollection* pDPCollection = pDoc->GetDPCollection(); in RefreshDPObject() local 716 sal_uInt16 nCount = pDPCollection->GetCount(); in RefreshDPObject() 719 if ( (*pDPCollection)[i]->GetCacheId() == pDPObj->GetCacheId() ) in RefreshDPObject() 722 if ( !aFunc.DataPilotUpdate( (*pDPCollection)[i], (*pDPCollection)[i], bRecord, bApi ) ) in RefreshDPObject()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 451 ScDPCollection* pDPCollection = aDocument.GetDPCollection(); in AfterXMLLoading() local 452 if ( pDPCollection ) in AfterXMLLoading() 454 sal_uInt16 nDPCount = pDPCollection->GetCount(); in AfterXMLLoading() 457 ScDPObject* pDPObj = (*pDPCollection)[nDP]; in AfterXMLLoading() 459 pDPObj->SetName( pDPCollection->CreateNewName() ); in AfterXMLLoading()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmldpimp.cxx | 461 ScDPCollection* pDPCollection = pDoc->GetDPCollection(); in EndElement() local 464 if ( pDPCollection->GetByName(pDPObject->GetName()) ) in EndElement() 468 pDPCollection->InsertNewTable(pDPObject); in EndElement()
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 272 ScDPCollection* pDPCollection; member in ScDocument
|
Completed in 125 milliseconds