office-gobmx/include/formula
Noel Grandin 5b2cd79ade loplugin:finalmethods
create a plugin that finds methods we can mark as final because they are
not override in subclasses.

Which is useful both as documentation (telling you that you don't need
to worry about subclasses changing the implementation under you),
and for performance, letting the compiler elide virtual calls in many
cases.

Apply the results to a subset of stuff in /include

Change-Id: I7b5cc893ec2f343bc356bfc338e4cf531ffba1e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165054
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-03-26 17:16:47 +01:00
..
compiler.hxx tdf#126573 Add Excel2021 array function SORTBY to Calc 2024-03-26 10:20:38 +01:00
errorcodes.hxx
ExternalReferenceHelper.hxx
formdata.hxx
formula.hxx reduce symbol visibility in --enable-mergelibs=more mode 2024-03-13 08:14:38 +01:00
FormulaCompiler.hxx
formuladllapi.h
formulahelper.hxx
FormulaOpCodeMapperObj.hxx
funcutl.hxx
funcvarargs.h
grammar.hxx
IControlReferenceHandler.hxx
IFunctionDescription.hxx
opcode.hxx tdf#126573 Add Excel2021 array function SORTBY to Calc 2024-03-26 10:20:38 +01:00
paramclass.hxx
token.hxx loplugin:finalmethods 2024-03-26 17:16:47 +01:00
tokenarray.hxx
types.hxx
vectortoken.hxx