]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList.h
don't rm emergency saves ever
[lyx.git] / src / ParagraphList.h
index f60337eff4f1b58040303fea17cad0f152733bd2..92470cb97688fbc0bbf06cbe2a21847751c07352 100644 (file)
@@ -47,8 +47,18 @@ public:
        ///
        ParagraphList();
        ///
+       ParagraphList(ParagraphList const &);
+       ///
+       ParagraphList & operator=(ParagraphList const &);
+       ///
        iterator insert(iterator it, Paragraph * par);
        ///
+       void insert(iterator pos, iterator beg, iterator end);
+       ///
+       void assign(iterator beg, iterator end);
+       ///
+       void splice(iterator pos, ParagraphList & pl);
+       ///
        void clear();
        ///
        void erase(iterator it);