]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix #1736
[lyx.git] / src / paragraph.h
index d72caec5209534c34acbe8f46b18db02bbd20394..1508779b4754a5dc5d060af300e1d7bd2bd10e2f 100644 (file)
@@ -133,13 +133,18 @@ public:
        bool Paragraph::emptyTag() const;
 
        /// Get the id of the paragraph, usefull for docbook and linuxdoc
-       std::string getID() const;
+       std::string getID(Buffer const & buf,
+                         OutputParams const & runparams) const;
 
        // Get the first word of a paragraph, return the position where it left
        lyx::pos_type getFirstWord(Buffer const & buf,
                                   std::ostream & os,
                                   OutputParams const & runparams) const;
 
+       /// Checks if the paragraph contains only text and no inset or font change.
+       bool onlyText(Buffer const & buf, LyXFont const & outerfont,
+                     lyx::pos_type initial) const;
+
        /// Writes to stream the docbook representation
        void simpleDocBookOnePar(Buffer const & buf,
                                 std::ostream &,