office-gobmx/writerperfect
Gabor Kelemen 75ed566894 Add script to find unused using declarations
As a complementer to clang-tidy-12 --checks="-*,misc-unused-using-decls"
Pros:
- simple, fast!
- finds some more unused declarations, somehow
- works on non-linux specific parts of the code
- clang-tidy (for me) trips on files with external headers, this does not

Change-Id: If2db989114ac5c2841ed2e89ff7bd7a9e419f567
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150612
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-04-25 08:09:28 +02:00
..
inc loplugin:unusedfields 2022-11-22 05:38:48 +01:00
qa Extend loplugin:cppunitassertequals to more argument types 2023-02-23 07:04:09 +00:00
source Add script to find unused using declarations 2023-04-25 08:09:28 +02:00
uiconfig/ui
AllLangMoTarget_wpt.mk
CppunitTest_writerperfect_calc.mk
CppunitTest_writerperfect_dialogs_test.mk
CppunitTest_writerperfect_draw.mk
CppunitTest_writerperfect_epubexport.mk CppunitTest_writerperfect_epubexport: inherit from UnoApiXmlTest 2022-11-08 14:26:45 +01:00
CppunitTest_writerperfect_import.mk tdf#141908 Replace usage of sal_Int32 with Color in unit tests 2022-08-30 22:33:06 +02:00
CppunitTest_writerperfect_impress.mk
CppunitTest_writerperfect_stream.mk
CppunitTest_writerperfect_wpftimport.mk
CppunitTest_writerperfect_writer.mk
IwyuFilter_writerperfect.yaml
Library_wpftcalc.mk WASM add Calc as optional build result, make it build & run 2022-10-14 09:21:30 +02:00
Library_wpftdraw.mk
Library_wpftimpress.mk
Library_wpftqahelper.mk
Library_wpftwriter.mk
Library_writerperfect.mk
Makefile
Module_writerperfect.mk WASM add Calc as optional build result, make it build & run 2022-10-14 09:21:30 +02:00
README.md
UIConfig_writerperfect.mk
UITest_writerperfect_epubexport.mk tdf#154451 uitest: use more oneprocess mode 2023-04-13 17:39:17 +02:00

Import / Export Filters for WordPerfect and Other Formats

Contains import / export filters for WordPerfect and other formats, wrappers for a set of similar libraries.

This collection of filters is here in this folder in addition to the WordPerfect filter that gave the module its (humorous) name "writerperfect" because the libraries they use all have the same "style" of API and are developed, at least partially, by the same person or group of persons.