Sahil Gautam ebbb3b979f tdf#164970 use proper enums for ApplicationAppearance instead of raw ints
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
2025-05-01 12:35:40 +02:00
..

Tools on the Top of VCL

Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.