office-gobmx/scaddins
Stephan Bergmann 8b4719c29f Rename OUStringLiteral1 to OUStringChar
It started out as a wrapper around character literals, but has by now become a
wrapper around arbitrary single characters.  Besides updating the documentation,
this change is a mechanical

  for i in $(git grep -Fl OUStringLiteral1); do sed -i -e s/OUStringLiteral1/OUStringChar/g "$i"; done

Change-Id: I1b9eaa4b3fbc9025ce4a4bffea3db1c16188b76f
Reviewed-on: https://gerrit.libreoffice.org/80892
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-17 07:28:49 +02:00
..
idl/com/sun/star/sheet/addin
inc
source Rename OUStringLiteral1 to OUStringChar 2019-10-17 07:28:49 +02:00
AllLangMoTarget_sca.mk
InternalUnoApi_scaddins.mk
IwyuFilter_scaddins.yaml
Library_analysis.mk add gbuild function for a common PCH and use it in sc/ and sax/ 2019-10-04 08:59:34 +02:00
Library_date.mk add gbuild function for a common PCH and use it in sc/ and sax/ 2019-10-04 08:59:34 +02:00
Library_pricing.mk add gbuild function for a common PCH and use it in sc/ and sax/ 2019-10-04 08:59:34 +02:00
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]