]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInclude.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / insets / InsetInclude.h
index b1a4e48568fe6bd92a4c95f61611639a6ad1ff41..873521592e0029eba0bd483603bfa28f6162321b 100644 (file)
@@ -83,24 +83,24 @@ public:
        void read(Buffer const &, Lexer &);
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
        ///
        int plaintext(Buffer const &, odocstream &,
-                     OutputParams const &) const;
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const &) const;
+                   OutputParams const &) const;
        ///
        void validate(LaTeXFeatures &) const;
        ///
        void addPreview(graphics::PreviewLoader &) const;
        ///
-       void addToToc(TocList &, Buffer const &) const;
+       void addToToc(TocList &, Buffer const &, ParConstIterator &) const;
        ///
        void updateLabels(Buffer const & buffer) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
-       /// if this inset contains lstinputlisting and has a caption, 
+       /// if this inset contains lstinputlisting and has a caption,
        /// update internal counter and passed counter
        void updateCounter(Counters & counters);
 protected: