]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
the spellcheck cleanup
[lyx.git] / src / buffer.h
index 9637b9d059fe44c1a3f9ca9c8ebf0de452032d7c..5b3de3e38be7328c5422b862acf85e88047468fe 100644 (file)
@@ -40,6 +40,7 @@ class LatexRunParams;
 class Language;
 class Messages;
 class ParIterator;
+class PosIterator;
 class ParConstIterator;
 class TeXErrors;
 class TexRow;
@@ -345,6 +346,10 @@ public:
        /// return the const end of all *top-level* insets in the buffer
        inset_iterator inset_const_iterator_end() const;
 
+       ///
+       PosIterator pos_iterator_begin();
+       ///
+       PosIterator pos_iterator_end();
        ///
        ParIterator par_iterator_begin();
        ///
@@ -354,9 +359,6 @@ public:
        ///
        ParConstIterator par_iterator_end() const;
 
-       ///
-       InsetOld * getInsetFromID(int id_arg) const;
-
        /** \returns true only when the file is fully loaded.
         *  Used to prevent the premature generation of previews
         *  and by the citation inset.