office-gobmx/formula
Noel Grandin 82572caae4 improve and enable loplugin:fragiledestructor
Where the problem was benign and the class was not extended, I marked
the class as final.
Where the problem was benign and the class was extended, I marked the
relevant callee methods as final.

Other cases were excluded in the plugin.

Change-Id: Idb762fb2206af4e8b534aa35ff77f8368c7909bc
Reviewed-on: https://gerrit.libreoffice.org/79089
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-09-19 11:42:47 +02:00
..
inc
qa/unit
source improve and enable loplugin:fragiledestructor 2019-09-19 11:42:47 +02:00
uiconfig/ui Resolves: tdf#126911 make structure box expandable 2019-09-03 11:35:50 +02:00
util
AllLangMoTarget_for.mk
CppunitTest_formula_dialogs_test.mk
Library_for.mk
Library_forui.mk
Makefile
Module_formula.mk
README
UIConfig_formula.mk

Contains parts of the formula parser used outside Calc code that has
been pulled out from Calc's formula parser code.

Also contains some functions that are needed by code in both sc and
scaddins. Located here just for convenience. So sue me.