]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big...
[lyx.git] / src / Paragraph.h
index 9a5bc37704aae39f73a324014e0586c9ce06e0d2..2425e2490b1f3da33990e859b3f15804b4abe6be 100644 (file)
@@ -128,7 +128,7 @@ public:
 
 
        ///
-       bool simpleTeXOnePar(Buffer const &, BufferParams const &,
+       bool latex(Buffer const &, BufferParams const &,
                             Font const & outerfont, odocstream &,
                             TexRow & texrow, OutputParams const &) const;
 
@@ -292,6 +292,12 @@ public:
        ///
        void insert(pos_type pos, docstring const & str,
                    Font const & font, Change const & change);
+
+       ///
+       void appendString(docstring const & s, Font const & font,
+               Change const & change);
+       ///
+       void appendChar(value_type c, Font const & font, Change const & change);
        ///
        void insertChar(pos_type pos, value_type c, bool trackChanges);
        ///