8b4719c29f
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> |
||
---|---|---|
.. | ||
idl/com/sun/star/sheet/addin | ||
inc | ||
source | ||
AllLangMoTarget_sca.mk | ||
InternalUnoApi_scaddins.mk | ||
IwyuFilter_scaddins.yaml | ||
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]