office-gobmx/formula
Jaume Pujantell c94a870f22 lok: translate formula bar functions to each locale
On calc the native formula symbols were loaded once on start-up and
assumed to not change.

This adds a map language to symbols when LOK is active and chooses
the correct set of symbols on each call.

Change-Id: I821fb3ad4a06d764399e3fdf4a2ec628909312db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167870
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Jaume Pujantell <jaume.pujantell@collabora.com>
(cherry picked from commit 421ef056cf)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167825
Tested-by: Jenkins
2024-05-21 11:24:07 +02:00
..
inc tdf#126573 Add Excel2021 array function UNIQUE to Calc 2024-05-15 18:10:54 +02:00
qa/unit
source lok: translate formula bar functions to each locale 2024-05-21 11:24:07 +02:00
uiconfig/ui
util
AllLangMoTarget_for.mk
CppunitTest_formula_dialogs_test.mk
IwyuFilter_formula.yaml
Library_for.mk
Library_forui.mk
Makefile
Module_formula.mk
README.md
UIConfig_formula.mk

Formula Helper Code

Contains parts of the formula parser used outside LibreOffice Calc code that has been pulled out from Calc's formula parser code.

Also contains some functions that are needed by code in both sc and scaddins. Located here just for convenience. So sue me.