office-gobmx/scaddins
Noel Grandin db17d3c17c new loplugin: memoryvar
detect when we can convert a new/delete sequence on a local variable to
use std::unique_ptr

Change-Id: Iecae4e4197eccdfacfce2eed39aa4a69e4a660bc
Reviewed-on: https://gerrit.libreoffice.org/19884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-11 07:16:20 +00:00
..
idl/com/sun/star/sheet/addin
source new loplugin: memoryvar 2015-11-11 07:16:20 +00:00
AllLangResTarget_analysis.mk
AllLangResTarget_date.mk
AllLangResTarget_pricing.mk
InternalUnoApi_scaddins.mk
Library_analysis.mk add a SAL_RAND_REPEATABLE for repeatable random nums 2015-07-10 08:58:20 +01:00
Library_date.mk
Library_pricing.mk
Makefile
Module_scaddins.mk
README

Extra functions for calc.

These provide UNO components that implement more exotic calc
functions. If you want to do the same, here can be a good place to
start.

See also:
[http://wiki.openoffice.org/wiki/Scaddins]