Searched refs:ScUndoEnterMatrix (Results 1 – 3 of 3) sorted by relevance
75 TYPEINIT1(ScUndoEnterMatrix, ScBlockUndo);1688 ScUndoEnterMatrix::ScUndoEnterMatrix( ScDocShell* pNewDocShell, const ScRange& rArea, in ScUndoEnterMatrix() function in ScUndoEnterMatrix1697 __EXPORT ScUndoEnterMatrix::~ScUndoEnterMatrix() in ~ScUndoEnterMatrix()1702 String __EXPORT ScUndoEnterMatrix::GetComment() const in GetComment()1707 void ScUndoEnterMatrix::SetChangeTrack() in SetChangeTrack()1718 void __EXPORT ScUndoEnterMatrix::Undo() in Undo()1739 void __EXPORT ScUndoEnterMatrix::Redo() in Redo()1759 void __EXPORT ScUndoEnterMatrix::Repeat(SfxRepeatTarget& rTarget) in Repeat()1768 sal_Bool __EXPORT ScUndoEnterMatrix::CanRepeat(SfxRepeatTarget& rTarget) const in CanRepeat()
718 class ScUndoEnterMatrix: public ScBlockUndo class722 ScUndoEnterMatrix( ScDocShell* pNewDocShell,726 virtual ~ScUndoEnterMatrix();
3872 new ScUndoEnterMatrix( &rDocShell, rRange, pUndoDoc, rString ) ); in EnterMatrix()
Completed in 214 milliseconds