$(eval $(call gb_WinResTarget_WinResTarget,updaterres)) $(eval $(call gb_WinResTarget_set_include,updaterres,\ $$(INCLUDE) \ -I$(SRCDIR)/onlineupdate/source/update/common \ -I$(SRCDIR)/onlineupdate/source/update/updater \ )) $(eval $(call gb_WinResTarget_add_dependencies,updaterres, \ onlineupdate/source/update/updater/updater.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,updaterres, \ onlineupdate/source/update/updater/updater \ )) Change-Id: Ia4a622b34ff3f71963cff7a1aa8658a4df12f04f Reviewed-on: https://gerrit.libreoffice.org/81676 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Change-Id: Ia4a622b34ff3f71963cff7a1aa8658a4df12f04f
Reviewed-on: https://gerrit.libreoffice.org/81676
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
pass SfxRequest around by std::unique_ptr 2018-09-13T07:56:59+00:00 Noel Grandin noel.grandin@collabora.co.uk 2018-09-12T14:36:29+00:00 cbfb7f463cbf39ec59b5a4e4f9bb07e89f8c9d13 - remove a couple of copies in the process - need to use std::function instead of LINK to handle the unique_ptr Change-Id: Ic760d2fc639bf2e11d5bddbfbb6f2d5f15b78fe3 Reviewed-on: https://gerrit.libreoffice.org/60397 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
- remove a couple of copies in the process
- need to use std::function instead of LINK to handle the unique_ptr

Change-Id: Ic760d2fc639bf2e11d5bddbfbb6f2d5f15b78fe3
Reviewed-on: https://gerrit.libreoffice.org/60397
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
loplugin:includeform: sfx2 2017-10-23T20:45:54+00:00 Stephan Bergmann sbergman@redhat.com 2017-10-23T20:32:34+00:00 1c46c7a04fcd2a02429d6360bd1e78e2519619da Change-Id: I5e9a7a2580a710880023288f5ed3584708c4769d
Change-Id: I5e9a7a2580a710880023288f5ed3584708c4769d
Remove _TYPED suffix from tools/link.hxx macros 2016-10-05T05:56:12+00:00 Stephan Bergmann sbergman@redhat.com 2016-10-05T05:56:12+00:00 106ea87205cfba1bc39dc99ad8c3ee5f8fe350fb ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually
typed Link" to distinguish the new, typed versions from the old, untyped ones,
but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173
"remove untyped Link<>" removed the old versions.

Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
make PostUserEvent Link<> typed 2015-08-28T07:49:56+00:00 Noel Grandin noel@peralex.com 2015-08-27T11:08:02+00:00 bd8b93fdff93ff7b2b7e493a7bcef6a59f299dae Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
convert to typed Link<> in sfx2 2015-07-20T08:01:58+00:00 Noel Grandin noelgrandin@gmail.com 2015-07-18T15:23:17+00:00 91b1f300cf7f357c3a39d0d5810326cc78d78f16 Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e Reviewed-on: https://gerrit.libreoffice.org/17195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e
Reviewed-on: https://gerrit.libreoffice.org/17195
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
sfx2: remove pointless GenLink class 2015-07-14T21:06:40+00:00 Michael Stahl mstahl@redhat.com 2015-07-14T21:01:13+00:00 dac1be92f22197c9e144ef36963547c46d12e77d Change-Id: I82df7b89c598c3c7903dee865f899862902a0d86
Change-Id: I82df7b89c598c3c7903dee865f899862902a0d86
Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END 2015-04-29T16:29:59+00:00 Stephan Bergmann sbergman@redhat.com 2015-04-29T15:05:19+00:00 0acd47f68e3efb46dafd866ee95497da818fa34f ...just use IMPL_LINK[_NOARG] and let the compiler decide what to inline Change-Id: I63ec5116df7e79093ebf31193f8c674f1351c0e6
...just use IMPL_LINK[_NOARG] and let the compiler decide what to inline

Change-Id: I63ec5116df7e79093ebf31193f8c674f1351c0e6
rename SvRef::AddRef to AddFirstRef 2014-10-03T05:25:41+00:00 Noel Grandin noel@peralex.com 2014-10-02T12:37:06+00:00 c625525ddcc5bd1ceb1be95031da6047280d623c to make it's intended purpose clearly distinguishable from AddNextRef Change-Id: I5da780b48b19fd873667b648031bc394113f953b Reviewed-on: https://gerrit.libreoffice.org/11763 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
to make it's intended purpose clearly distinguishable from AddNextRef

Change-Id: I5da780b48b19fd873667b648031bc394113f953b
Reviewed-on: https://gerrit.libreoffice.org/11763
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>