office-gobmx/formula
Muhammet Kara c691aed634 clang-format f*,h* with under 5-percent lines of change
Files which could become clang-format conformant with
under 5-percent lines of change relative to the total
count of lines in the file are found by using bin/find-clang-format.py,
and fixed with /opt/lo/bin/clang-format -i <path-of-the-file>

There will be follow-up patches to fix all 'under-5-percent' files.

Change-Id: I702c09bcd3a9a113b3d66c30edb6cf3b7e6a6593
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88776
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-02-16 14:10:39 +01:00
..
inc clang-format f*,h* with under 5-percent lines of change 2020-02-16 14:10:39 +01:00
qa/unit clang-format f*,h* with under 5-percent lines of change 2020-02-16 14:10:39 +01:00
source loplugin:makeshared in drawinglayer..fpicker 2020-01-24 09:04:45 +01:00
uiconfig/ui Resolves: tdf#128140 stabilize formula dialog width 2019-10-15 09:57:36 +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
Library_forui.mk
Makefile
Module_formula.mk
README
UIConfig_formula.mk

Contains parts of the formula parser used outside 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.