]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
the spellcheck cleanup
[lyx.git] / src / paragraph_funcs.h
index 7f29e39d7d47a95faf18bcbd35fa8644a6b7de1a..7eef615309b3439c3b04c5f8dabf85623b65137b 100644 (file)
@@ -73,13 +73,22 @@ void latexParagraphs(Buffer const & buf,
                     LatexRunParams const &,
                     std::string const & everypar = std::string());
 
+///
+void asciiParagraph(Buffer const & buf,
+                   Paragraph const & paragraphs,
+                   std::ostream & ofs,
+                   LatexRunParams const &,
+                   bool noparbreak = false);
+
 void linuxdocParagraphs(Buffer const & buf,
-                      ParagraphList const & paragraphs,
-                      std::ostream & os);
+                       ParagraphList const & paragraphs,
+                       std::ostream & os,
+                       LatexRunParams const & runparams);
 
 void docbookParagraphs(Buffer const & buf,
                       ParagraphList const & paragraphs,
-                      std::ostream & os);
+                      std::ostream & os,
+                      LatexRunParams const & runparams);
        
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens
 int readParagraph(Buffer & buf, Paragraph & par, LyXLex & lex);