Home
last modified time | relevance | path

Searched refs:ScDetOpList (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Ddetdata.cxx43 ScDetOpList::ScDetOpList(const ScDetOpList& rList) : in ScDetOpList() function in ScDetOpList
53 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 ==()
/trunk/main/sc/inc/
H A Ddetdata.hxx80 class ScDetOpList : public ScDetOpArr_Impl class
85 ScDetOpList() : bHasAddError(sal_False) {} in ScDetOpList() function in ScDetOpList
86 ScDetOpList(const ScDetOpList& rList);
87 ~ScDetOpList() {} in ~ScDetOpList()
93 sal_Bool operator==( const ScDetOpList& r ) const; // fuer Ref-Undo
H A Ddocument.hxx94 class ScDetOpList;
289 ScDetOpList* pDetOpList;
1211 ScDetOpList* GetDetOpList() const { return pDetOpList; } in GetDetOpList()
1212 void SetDetOpList(ScDetOpList* pNew);
/trunk/main/sc/source/ui/undo/
H A Drefundo.cxx70 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()
H A Dundocell.cxx956 ScDetOpList* pUndoList ) : in ScUndoDetective()
1003 pDoc->SetDetOpList( new ScDetOpList(*pOldList) ); in Undo()
1009 ScDetOpList* pList = pDoc->GetDetOpList(); in Undo()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx35 class ScDetOpList;
318 ScDetOpList* pUndoList = NULL );
330 ScDetOpList* pOldList;
H A Drefundo.hxx36 class ScDetOpList;
49 ScDetOpList* pDetOpList;
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx730 pDetOpList = new ScDetOpList; in AddDetectiveOperation()
741 void ScDocument::SetDetOpList(ScDetOpList* pNew) in SetDetOpList()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx439 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()
H A Ddocsh.cxx2726 ScDetOpList* pList = aDocument.GetDetOpList(); in SetDocumentModified()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx907 ScDetOpList* pOpList(pDoc->GetDetOpList()); in GetDetectiveOpList()

Completed in 85 milliseconds