]> git.lyx.org Git - features.git/blobdiff - src/lyxparagraph.h
Dekels arabic patch, + some small things by me
[features.git] / src / lyxparagraph.h
index 8835859650077be348e0d18931b1d4bc95ba6f0a..9c72dae44dcd38d4f9b1caa3d670ce0a539a0151 100644 (file)
@@ -178,6 +178,9 @@ public:
                        || dhook->GetDepth() != GetDepth());
        }
 
+       /// Check if the current paragraph is the last paragraph in a
+       /// proof environment
+       int GetEndLabel() const;
 
        ///
        TextContainer text;
@@ -299,6 +302,8 @@ public:
        LyXParagraph * PreviousBeforeFootnote();
        ///
        LyXParagraph * LastPhysicalPar();
+       ///
+       LyXParagraph const * LastPhysicalPar() const;
        
        ///
        LyXParagraph * FirstPhysicalPar();