Searched refs:ScDetOpList (Results 1 – 11 of 11) sorted by relevance
43 ScDetOpList::ScDetOpList(const ScDetOpList& rList) : in ScDetOpList() function in ScDetOpList53 void ScDetOpList::DeleteOnTab( SCTAB nTab ) in DeleteOnTab()67 void ScDetOpList::UpdateReference( ScDocument* pDoc, UpdateRefMode eUpdateRefMode, in UpdateReference()91 void ScDetOpList::Append( ScDetOpData* pDetOpData ) in Append()100 sal_Bool ScDetOpList::operator==( const ScDetOpList& r ) const in operator ==()
80 class ScDetOpList : public ScDetOpArr_Impl class85 ScDetOpList() : bHasAddError(sal_False) {} in ScDetOpList() function in ScDetOpList86 ScDetOpList(const ScDetOpList& rList);87 ~ScDetOpList() {} in ~ScDetOpList()93 sal_Bool operator==( const ScDetOpList& r ) const; // fuer Ref-Undo
94 class ScDetOpList;289 ScDetOpList* pDetOpList;1211 ScDetOpList* GetDetOpList() const { return pDetOpList; } in GetDetOpList()1212 void SetDetOpList(ScDetOpList* pNew);
70 ScDetOpList* pOldDetOp = pDoc->GetDetOpList(); in ScRefUndoData()71 pDetOpList = pOldDetOp ? new ScDetOpList(*pOldDetOp) : 0; in ScRefUndoData()135 ScDetOpList* pNewDetOp = pDoc->GetDetOpList(); in DeleteUnchanged()185 pDoc->SetDetOpList( new ScDetOpList(*pDetOpList) ); in DoUndo()
956 ScDetOpList* pUndoList ) : in ScUndoDetective()1003 pDoc->SetDetOpList( new ScDetOpList(*pOldList) ); in Undo()1009 ScDetOpList* pList = pDoc->GetDetOpList(); in Undo()
35 class ScDetOpList;318 ScDetOpList* pUndoList = NULL );330 ScDetOpList* pOldList;
36 class ScDetOpList;49 ScDetOpList* pDetOpList;
730 pDetOpList = new ScDetOpList; in AddDetectiveOperation()741 void ScDocument::SetDetOpList(ScDetOpList* pNew) in SetDetOpList()
439 ScDetOpList* pOldList = pDoc->GetDetOpList(); in DetectiveDelAll()440 ScDetOpList* pUndoList = NULL; in DetectiveDelAll()442 pUndoList = pOldList ? new ScDetOpList(*pOldList) : NULL; in DetectiveDelAll()468 ScDetOpList* pList = pDoc->GetDetOpList(); in DetectiveRefresh()
2726 ScDetOpList* pList = aDocument.GetDetOpList(); in SetDocumentModified()
907 ScDetOpList* pOpList(pDoc->GetDetOpList()); in GetDetectiveOpList()
Completed in 116 milliseconds