]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
continue spellchecking after "replace all"
[lyx.git] / src / paragraph_funcs.h
index fa9aba20786f2c4794fbb1418de7cb4a5a50753d..067ba94ba1e115c76ada49bd422638d34413e2b6 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef PARAGRAPH_FUNCS_H
 #define PARAGRAPH_FUNCS_H
 
+#include "support/strfwd.h"
 #include "support/types.h"
 
 
@@ -60,6 +61,11 @@ pit_type outerHook(pit_type par, ParagraphList const & plist);
 /// Is it the first par with same depth and layout?
 bool isFirstInSequence(pit_type par, ParagraphList const & plist);
 
+/** Set Label Width string to all paragraphs of the same layout
+    and depth in a sequence */
+void setLabelWidthStringToSequence(pit_type par_offset,
+       ParagraphList & pars, docstring const & s);
+
 /** Check if the current paragraph is the last paragraph in a
     proof environment */
 int getEndLabel(pit_type par, ParagraphList const & plist);