]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
let the compiler do the maths to compute array size
[lyx.git] / src / OutputParams.h
index 5631907760a00660af6582993095efbc4124c4dc..50009ebbbcf6461b261188bbcb29c16a93cdde51 100644 (file)
@@ -99,14 +99,6 @@ public:
        */
        mutable bool inulemcmd;
 
-       /** Whether we are in the process of outputting title information. 
-        */ 
-       mutable bool inTitle; 
-
-       /** Whether we have arleady output \maketitle or whatever.
-        */
-       mutable bool didTitle;
-
        /** the font at the point where the inset is
         */
        Font const * local_font;
@@ -226,6 +218,12 @@ public:
         */
        mutable pit_type par_end;
 
+       /// Id of the last paragraph before an inset
+       mutable int lastid;
+
+       /// Last position in the last paragraph before an inset
+       mutable int lastpos;
+
        /// is this the last paragraph in the current buffer/inset?
        bool isLastPar;