]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix bug 4441. GuiRef: Ok button must be default.
[lyx.git] / src / Paragraph.h
index 7d7344a9f9f7ecd43b2ff95824126c536d3ae70f..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;
@@ -132,7 +136,8 @@ public:
 
        ///
        bool latex(BufferParams const &, Font const & outerfont, odocstream &,
-               TexRow & texrow, OutputParams const &) const;
+                  TexRow & texrow, OutputParams const &,
+                  int start_pos = 0, int end_pos = -1) const;
 
        /// Can we drop the standard paragraph wrapper?
        bool emptyTag() const;