office-gobmx/scaddins
Miklos Vajna f4fadeb63b scaddins: fix Android build
_GLIBCXX_USE_C99_MATH_TR1 is defined on Linux, so nextafter() is
imported into the std namespace, but it isn't defined on Android. So
just import the whole namespace to make both happy.

Change-Id: I8a94198ff65557e64d4ea9f833e3eee5e1aa26ec
2015-01-07 11:24:02 +01:00
..
idl/com/sun/star/sheet/addin
source scaddins: fix Android build 2015-01-07 11:24:02 +01:00
AllLangResTarget_analysis.mk
AllLangResTarget_date.mk
AllLangResTarget_pricing.mk
InternalUnoApi_scaddins.mk
Library_analysis.mk
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]