summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/editeng.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-16 23:31:46 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-16 23:50:19 -0400
commitc998665f8a5d7b46772fbd10b6cbd03384295c7f (patch)
tree6e8f960df0a6b700ccd24feb8d7efb930cfc0bf1 /editeng/inc/editeng/editeng.hxx
parent1ab81c180bdda46434fe470f31450c676265aefd (diff)
Same with EditUndoDelContent.
Diffstat (limited to 'editeng/inc/editeng/editeng.hxx')
-rw-r--r--editeng/inc/editeng/editeng.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/editeng/inc/editeng/editeng.hxx b/editeng/inc/editeng/editeng.hxx
index 215f63f1122c..c7357dfcdeb1 100644
--- a/editeng/inc/editeng/editeng.hxx
+++ b/editeng/inc/editeng/editeng.hxx
@@ -110,6 +110,7 @@ class EditDoc;
struct PasteOrDropInfos;
class Range;
struct EPaM;
+class DeletedNodeInfo;
//////////////////////////////////////////////////////////////////////////////
@@ -549,6 +550,15 @@ public:
String GetSelected(const EditSelection& rSel, const LineEnd eParaSep = LINEEND_LF) const;
sal_uInt16 GetScriptType(const EditSelection& rSel) const;
+
+ void RemoveParaPortion(size_t nNode);
+
+ bool IsCallParaInsertedOrDeleted() const;
+
+ void AppendDeletedNodeInfo(DeletedNodeInfo* pInfo);
+ void UpdateSelections();
+
+ void InsertContent(ContentNode* pNode, sal_uInt16 nPos);
};
#endif // _MyEDITENG_HXX