office-gobmx/formula
Caolán McNamara 1537722304 add <!-- n-columns=1 n-rows=1 --> before every GtkGrid
for a in `git ls-files '*.ui'`; do sed -i 's/^\( *\)\(<object class="GtkGrid".*\)/\1<!-- n-columns=1 n-rows=1 -->\n\1\2/' $a; done

so we get the same behavior in glade as before 3.38 in that the grid preview
don't show any unoccupied grid squares

replace all existing n-columns=X n-rows=Y lines because they are
all wrong, except for
cui/uiconfig/ui/additionsfragment.ui
sw/uiconfig/swriter/ui/pageheaderpanel.ui
sw/uiconfig/swriter/ui/pagefooterpanel.ui
which are correct.

Change-Id: I401bbe8e098c26e7f57d6a872d3b70fc1ce85a00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105846
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-11-15 20:14:10 +01:00
..
inc Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatile 2020-04-28 11:26:38 +02:00
qa/unit clang-format f*,h* with under 5-percent lines of change 2020-02-16 14:10:39 +01:00
source tdf#123936 Formatting files in module formula with clang-format 2020-11-13 15:19:14 +01:00
uiconfig/ui add <!-- n-columns=1 n-rows=1 --> before every GtkGrid 2020-11-15 20:14:10 +01:00
util formula: create instances with uno constructors 2020-07-07 22:01:33 +02:00
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 formula: create instances with uno constructors 2020-07-07 22:01:33 +02:00
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.