]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xforms_helpers.h
Yet another tweak from J�rgen.
[lyx.git] / src / frontends / xforms / xforms_helpers.h
index 490ab6e767eb3759e73bc0fa9a84fdc9412578c7..c4325d88012c236db156e51d5d180609d1f1a749 100644 (file)
 
 class LyXLength;
 
+// what we always need for lengths
+string const choice_Length_All =
+    "cm|mm|in|%%|c%%|p%%|l%%|ex|em|pt|sp|bp|dd|pc|cc|mu";
+string const choice_Length_WithUnit =
+    "cm|mm|in|ex|em|pt|sp|bp|dd|pc|cc|mu";     // all with a Unit
+
 /// Extract shortcut from <ident>|<shortcut> string
 char const * flyx_shortcut_extract(char const * sc);
 /// Shortcut for flyx_shortcut_extract