1597cc5b3e
mostly by doing $ git grep -l '#define.*\"' -- *.cxx | xargs perl -pi -e 's/^#define\s+(\w+)\s+(\".*\")/constexpr OUStringLiteral \1 = u\2;/g' Change-Id: Idface893449b0ef2a3c5254865a300585d752fbb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119669 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> |
||
---|---|---|
.. | ||
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.md |
Extra Functions for LibreOffice Calc
These provide UNO components that implement more exotic LibreOffice Calc functions. If you want to do the same, here can be a good place to start.