]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Typos and style.
[lyx.git] / src / insets / InsetTOC.h
index f0f6169e75ab8e814a84226d01190f43653fa71b..ead482b2e839870ec93ed3886d12eb528669f517 100644 (file)
@@ -17,6 +17,8 @@
 
 namespace lyx {
 
+class Paragraph;
+class Toc;
 
 /// Used to insert table of contents and similar lists
 /// at present, supports only \tableofcontents and \listoflistings.
@@ -61,6 +63,13 @@ public:
        //@}
 
 private:
+       ///
+       void makeTOCWithDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const;
+       ///
+       void makeTOCNoDepth(XHTMLStream xs, Toc toc, const OutputParams & op) const;
+       ///
+       void makeTOCEntry(XHTMLStream & xs, Paragraph const & par, OutputParams const & op) const;
+       
        /// \name Private functions inherited from Inset class
        //@{
        ///