]> git.lyx.org Git - lyx.git/blobdiff - src/FuncCode.h
Center correctly top labels like Abstract.
[lyx.git] / src / FuncCode.h
index f2021dd6d07297b47547433836a118cf03f641b2..391faf71ce621c6d359eff8ee866afdbbd9d04f7 100644 (file)
@@ -485,7 +485,12 @@ enum FuncCode
        LFUN_BUFFER_WRITE_AS_TEMPLATE,  // spitz, 20190323
        LFUN_TABULAR_STYLE_INSERT,      // spitz, 20190325
        LFUN_PARAGRAPH_SELECT,          // Kornel, 20190416
-       LFUN_BIDI,
+       LFUN_BUFFER_RESET_EXPORT,       // spitz 20191226
+       // 380
+       LFUN_MASTER_BUFFER_FORALL,      // spitz 20191231
+       LFUN_IF_RELATIVES,              // spitz 20200102
+       LFUN_WINDOW_RAISE,              // forenr, 20202104
+       LFUN_CITATION_OPEN,             // sanda, 20200815
        LFUN_LASTACTION                 // end of the table
 };