office-gobmx/formula
Stephan Bergmann dcea29c283 Make NC_ constexpr-friendly
...by moving the char8_t -> char reinterpret_cast out of any potential constexpr
paths into a new TranslateId::getId.  And demonstrate constexpr'ability by
making the aCategories var in OApplicationIconControl::Fill
(dbaccess/source/ui/app/AppIconControl.cxx) constexpr.  (And there might be more
such cases that could now be made constexpr.)

Change-Id: I0b4e3292faf8f6b901f9b9e934e1aa6bf0f583ff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157862
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-10-12 18:17:49 +02:00
..
inc Make NC_ constexpr-friendly 2023-10-12 18:17:49 +02:00
qa/unit
source tdf#147021 use std::size instead of SAL_N_ELEMENTS 2023-09-04 15:50:51 +02:00
uiconfig/ui Formula W.: tdf#78826 colons tdf#150045 sec. labels 2023-05-03 18:12:51 +02:00
util
AllLangMoTarget_for.mk
CppunitTest_formula_dialogs_test.mk
IwyuFilter_formula.yaml tdf#42949 Fix IWYU warnings in formula/ 2020-01-20 11:47:08 +01:00
Library_for.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
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.