office-gobmx/svtools
Mike Kaganski 9732a89b6b Drop GraphicFilter's bUseConfig
It controlled how the FilterConfigCache initialized, and also how
the unused aFilterPath was initialized. The FilterConfigCache is
reused, when there are other instances of GraphicFilter - so that
means, that the "bUseConfig" flag doesn't necessarily mean that
the initialization will happen as intended: the existing instance
could have been initialized using the other value.

Avoid this indeterministic behavior, and always use the config,
except in fuzzing. The VCL tests, that could possibly once depend
on that, now use config, so this is not an issue - and that means
testing the same thing as used in the working code, not something
different.

Change-Id: I6555dc47328b362e020138cf454f5ede7f39d063
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175894
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-11-01 09:54:03 +01:00
..
inc Add Santali, Ol Chiki {sat-Olck-IN} [0x06B3] to language list 2024-10-14 18:36:38 +02:00
langsupport
qa loplugin:ostr in svtools 2024-05-13 19:13:53 +02:00
source Drop GraphicFilter's bUseConfig 2024-11-01 09:54:03 +01:00
uiconfig/ui tdf#130857 printersetupdialog.ui: Define focusable widgets in order 2024-10-24 09:09:50 +02:00
util
AllLangMoTarget_svt.mk
CppunitTest_svtools_dialogs_test.mk Remove unused headers found by bin/find-unusedheaders.sh 2023-12-24 11:50:41 +01:00
CppunitTest_svtools_graphic.mk Use less libxml2 external headers dependency 2023-09-29 00:20:57 +02:00
CppunitTest_svtools_html.mk
Executable_langsupport.mk Remove unused headers found by bin/find-unusedheaders.sh 2023-12-24 11:50:41 +01:00
IwyuFilter_svtools.yaml
JunitTest_svtools_unoapi.mk
Library_svt.mk Drop now unused SvtSlideSorterBarOptions class 2024-01-03 15:38:17 +01:00
Makefile
Module_svtools.mk
README.md
UIConfig_svt.mk

Tools on the Top of VCL

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