office-gobmx/formula
Eike Rathke 64f673238c A ColRowName (label) is a QuotedLabel is a SingleQuoted
Hence a ' is not escaped by \' but by '' doubling it.

See also ODFF 5.10 Quoted Label
https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocument-v1.3-os-part4-formula.html#__RefHeading__1017950_715980110

Apparently this was always wrong and even stored in files and
never correctly read/compiled back.

Change-Id: I94bdb7d1fdffe9bbd77cf443883dd76637be981b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139491
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2022-09-06 15:40:59 +02:00
..
inc
qa/unit
source A ColRowName (label) is a QuotedLabel is a SingleQuoted 2022-09-06 15:40:59 +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.