office-gobmx/formula
Michael Weghorn 57d532057b weld: Rename weld::Treeview selection signal/connect
Rename weld::TreeView member + methods to clarify
that these are about selection changes:

* m_aChangeHdl to m_aSelectionChangedHdl,
* signal_changed to signal_selection_changed
* connect_changed to connect_selection_changed

In GtkInstanceTreeview, also rename the
related methods calling signal_selection_changed
accordingly for consistency.

Change-Id: I299d7930484677395a0bdd0ff105df18688f2e04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178023
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-12-07 11:15:03 +01:00
..
inc tdf#162177 Adapt function EASTERSUNDAY to ODF 1.4 2024-11-06 00:55:37 +01:00
qa/unit
source weld: Rename weld::Treeview selection signal/connect 2024-12-07 11:15:03 +01:00
uiconfig/ui tdf#161543 Enhance the searching functionality in FD & FW 2024-09-03 09:59:16 +02:00
util
AllLangMoTarget_for.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
CppunitTest_formula_dialogs_test.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
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 normalize resource locale ctor construction mechanisms 2017-08-02 10:36:07 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_formula.mk migrate to boost::gettext 2017-07-21 08:20:50 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00
UIConfig_formula.mk RID_FORMULADLG_FORMULA conversion to .ui 2014-06-17 19:42:15 +00:00

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.