Home
last modified time | relevance | path

Searched refs:ScDPCollection (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/sc/inc/
H A Ddpobject.hxx262 class ScDPCollection : public ScCollection class
267 ScDPCollection(ScDocument* pDocument);
268 ScDPCollection(const ScDPCollection& r);
269 virtual ~ScDPCollection();
280 sal_Bool RefsEqual( const ScDPCollection& r ) const;
281 void WriteRefsTo( ScDPCollection& r ) const;
H A Ddpcachetable.hxx52 class ScDPCollection;
H A Ddocument.hxx124 class ScDPCollection;
272 ScDPCollection* pDPCollection;
526 SC_DLLPUBLIC ScDPCollection* GetDPCollection();
/aoo4110/main/sc/source/core/data/
H A Ddpobject.cxx2397 ScDPCollection::ScDPCollection(ScDocument* pDocument) : in ScDPCollection() function in ScDPCollection
2402 ScDPCollection::ScDPCollection(const ScDPCollection& r) : in ScDPCollection() function in ScDPCollection
2408 ScDPCollection::~ScDPCollection() in ~ScDPCollection()
2412 ScDataObject* ScDPCollection::Clone() const in Clone()
2414 return new ScDPCollection(*this); in Clone()
2417 void ScDPCollection::DeleteOnTab( SCTAB nTab ) in DeleteOnTab()
2437 sal_Bool ScDPCollection::RefsEqual( const ScDPCollection& r ) const in RefsEqual()
2449 void ScDPCollection::WriteRefsTo( ScDPCollection& r ) const in WriteRefsTo()
2503 String ScDPCollection::CreateNewName( sal_uInt16 nMin ) const in CreateNewName()
2600 void ScDPCollection::FreeTable(ScDPObject* pDPObj) in FreeTable()
[all …]
H A Ddpglobal.cxx57 if ( ScDPCollection* pDPCollection = pDestDoc->GetDPCollection() ) in ChkDPTableOverlap()
H A Ddpsdbtab.cxx80 ScDPCollection* pDPCollection= pDoc->GetDPCollection(); in GetExistDPObjectCache()
H A Ddocumen3.cxx207 ScDPCollection* ScDocument::GetDPCollection() in GetDPCollection()
210 pDPCollection = new ScDPCollection(this); in GetDPCollection()
/aoo4110/main/sc/source/ui/undo/
H A Drefundo.cxx64 ScDPCollection* pOldDP = ((ScDocument*)pDoc)->GetDPCollection(); //! const in ScRefUndoData()
65 pDPCollection = pOldDP ? new ScDPCollection(*pOldDP) : NULL; in ScRefUndoData()
121 ScDPCollection* pNewDP = ((ScDocument*)pDoc)->GetDPCollection(); //! const in DeleteUnchanged()
177 ScDPCollection* pDocDP = pDoc->GetDPCollection(); in DoUndo()
/aoo4110/main/sc/source/ui/inc/
H A Drefundo.hxx33 class ScDPCollection;
47 ScDPCollection* pDPCollection;
/aoo4110/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx261 ScDPCollection* pColl = pDoc->GetDPCollection(); in lcl_GetDPObject()
282 ScDPCollection* pColl = pDoc->GetDPCollection(); in lcl_CreatePivotName()
339 ScDPCollection* pColl = pDoc->GetDPCollection(); in GetObjectByIndex_Impl()
488 ScDPCollection* pColl = pDoc->GetDPCollection(); in getCount()
549 ScDPCollection* pColl = pDoc->GetDPCollection(); in getElementNames()
587 ScDPCollection* pColl = pDoc->GetDPCollection(); in hasByName()
/aoo4110/main/sc/source/filter/xml/
H A DXMLExportDataPilot.cxx750 ScDPCollection* pDPs = pDoc->GetDPCollection(); in WriteDataPilots()
H A Dxmldpimp.cxx461 ScDPCollection* pDPCollection = pDoc->GetDPCollection(); in EndElement()
/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh5.cxx509 ScDPCollection* pColl = aDocument.GetDPCollection(); in RefreshPivotTables()
H A Ddocsh.cxx451 ScDPCollection* pDPCollection = aDocument.GetDPCollection(); in AfterXMLLoading()
/aoo4110/main/sc/source/filter/excel/
H A Dxepivot.cxx1714 if( ScDPCollection* pDPColl = GetDoc().GetDPCollection() ) in CreatePivotTables()
/aoo4110/main/sc/source/ui/view/
H A Ddbfunc3.cxx715 ScDPCollection* pDPCollection = pDoc->GetDPCollection(); in RefreshDPObject()

Completed in 163 milliseconds