]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaptionable.h
DocBook: escape IDs for InsetRef.
[lyx.git] / src / insets / InsetCaptionable.h
index 8d0b486bcff7b3ccdb569f6cc9eea58eaba5d0b2..3190c9a01c6441cfb69a90d6fb37608acdcbc4ce 100644 (file)
@@ -38,6 +38,8 @@ protected:
        ///
        docstring getCaptionHTML(OutputParams const &) const;
        ///
+       docstring getCaptionDocBook(OutputParams const &) const;
+       ///
        virtual void setCaptionType(std::string const & type);
        /// are our captions subcaptions?
        virtual bool hasSubCaptions(ParIterator const &) const { return false; }
@@ -45,7 +47,7 @@ protected:
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;
        /// Update the counters of this inset and of its contents
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        bool insetAllowed(InsetCode) const;
 private: