summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/editeng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/editeng.hxx')
-rw-r--r--editeng/inc/editeng/editeng.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx
index 5cbad78e0d96..f2208a9e5056 100644
--- a/editeng/inc/editeng/editeng.hxx
+++ b/editeng/inc/editeng/editeng.hxx
@@ -111,6 +111,7 @@ struct PasteOrDropInfos;
class Range;
struct EPaM;
class DeletedNodeInfo;
+class ParaPortionList;
//////////////////////////////////////////////////////////////////////////////
@@ -517,6 +518,9 @@ public:
EditDoc& GetEditDoc();
const EditDoc& GetEditDoc() const;
+ ParaPortionList& GetParaPortions();
+ const ParaPortionList& GetParaPortions() const;
+
bool IsFormatted() const;
bool IsImportHandlerSet() const;
bool IsImportRTFStyleSheetsSet() const;
@@ -582,6 +586,9 @@ public:
void SetUndoMode(bool b);
void FormatAndUpdate(EditView* pCurView = NULL);
+
+ bool Undo(EditView* pView);
+ bool Redo(EditView* pView);
};
#endif // _MyEDITENG_HXX