]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* BufferView::updateMetrics(): split up the method in two for the SinglePar case.
[lyx.git] / src / Paragraph.h
index cd43609321fd53d04be1bf0a1bf11b01fb2946c8..ee61d83bcbbedc97c496b442eae0764c21af0822 100644 (file)
 #define PARAGRAPH_H
 
 #include "Changes.h"
-#include "Dimension.h"
 #include "InsetList.h"
 #include "lyxlayout_ptr_fwd.h"
-#include "Row.h"
 
 #include "insets/Inset.h" // only for Inset::Code
 
@@ -93,7 +91,7 @@ public:
        ///
        Language const * getParLanguage(BufferParams const &) const;
        ///
-       bool isRightToLeftPar(BufferParams const &) const;
+       bool isRTL(BufferParams const &) const;
        ///
        void changeLanguage(BufferParams const & bparams,
                            Language const * from, Language const * to);
@@ -356,8 +354,6 @@ public:
        ParagraphParameters & params();
        ///
        ParagraphParameters const & params() const;
-       ///
-       bool hfillExpansion(Row const & row, pos_type pos) const;
 
        /// Check if we are in a Biblio environment and insert or
        /// delete InsetBibitems as necessary.