]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutEnums.h
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / LayoutEnums.h
index efdd5f546df2f5c141e62dfd5debe1dfa822261c..8bb206c6a98e46c46b4fa0b21c6970872ddbc1fa 100644 (file)
@@ -64,6 +64,17 @@ enum LyXAlignment {
        LYX_ALIGN_DECIMAL = 64
 };
 
+
+/// Paragraph indendation control
+enum ToggleIndentation {
+       /// Indentation can be toggled if document uses "indent" paragraph style
+       ITOGGLE_DOCUMENT_DEFAULT = 1,
+       /// Indentation cannot be toggled
+       ITOGGLE_NEVER,
+       /// Indentation can always be toggled
+       ITOGGLE_ALWAYS
+};
+
 ///
 inline void operator|=(LyXAlignment & la1, LyXAlignment la2)
 {
@@ -113,11 +124,9 @@ enum LabelType {
        ///
        LABEL_BIBLIO,
        ///
-       LABEL_TOP_ENVIRONMENT,
+       LABEL_ABOVE,
        ///
-       LABEL_CENTERED_TOP_ENVIRONMENT,
-
-       // the flushright labels following now must start with LABEL_STATIC
+       LABEL_CENTERED,
        ///
        LABEL_STATIC,
        ///