]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix bug #2213 (part 1): GuiChanges lacks "Previous Change" button.
[lyx.git] / src / Paragraph.h
index e6e8971dabaa4f5ca1dd06f370c02f7be66f1b06..075eb32f345c3eca5298770edabf57c8be77f690 100644 (file)
@@ -124,6 +124,10 @@ public:
        docstring asString(pos_type beg, pos_type end,
                int options = AS_STR_NONE) const;
 
+       /// Extract only the explicitly visible text (without any formatting),
+       /// descending into insets
+       docstring stringify(pos_type beg, pos_type end, int options, OutputParams & runparams) const;
+
        ///
        void write(std::ostream &, BufferParams const &,
                   depth_type & depth) const;
@@ -133,7 +137,7 @@ public:
        ///
        bool latex(BufferParams const &, Font const & outerfont, odocstream &,
                   TexRow & texrow, OutputParams const &,
-                  int start_pos = -1, int end_pos = -1) const;
+                  int start_pos = 0, int end_pos = -1) const;
 
        /// Can we drop the standard paragraph wrapper?
        bool emptyTag() const;