]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
add config.h
[lyx.git] / src / paragraph.h
index e3f33e457ae42dd3d9449217a480bed76ab9b002..0e23ea727ed91b076f213b70dece0718f56c2c2b 100644 (file)
@@ -115,10 +115,12 @@ public:
        void validate(LaTeXFeatures &) const;
 
        ///
-       int startTeXParParams(BufferParams const &, odocstream &, bool) const;
+       int startTeXParParams(BufferParams const &, odocstream &, TexRow &, 
+                             bool) const;
 
        ///
-       int endTeXParParams(BufferParams const &, odocstream &, bool) const;
+       int endTeXParParams(BufferParams const &, odocstream &, TexRow &, 
+                           bool) const;
 
 
        ///
@@ -168,8 +170,6 @@ public:
        pos_type size() const { return text_.size(); }
        ///
        bool empty() const { return text_.empty(); }
-       ///
-       void clearContents();
 
        ///
        LyXLayout_ptr const & layout() const;
@@ -211,10 +211,10 @@ public:
        void setChange(pos_type pos, Change const & change);
 
        /// accept changes within the given range
-       void acceptChanges(pos_type start, pos_type end);
+       void acceptChanges(BufferParams const & bparams, pos_type start, pos_type end);
 
        /// reject changes within the given range
-       void rejectChanges(pos_type start, pos_type end);
+       void rejectChanges(BufferParams const & bparams, pos_type start, pos_type end);
 
        /// Paragraphs can contain "manual labels", for example, Description
        /// environment. The text for this user-editable label is stored in