ApplicationAppearance registry entry holds the appearance mode the application is in at any point. it is represented by three integers 0 for "Automatic", 1 for "Light" and 2 for "Dark". this patch introduces an enum `AppearanceMode` which replaces the integer switch cases and comparisons in conditionals with more readible enums. Change-Id: Ibe90875cc8d2370476442f726ebbb4eb02cccc91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184393 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins
Tools on the Top of VCL
Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.