/source/zh-TW/helpcontent2/

o.suokunlong.cn:88/cgit/lo/core/commit/?id=db1c992f08668558777f157ee566f0e4772abdd4'/> db1c992f08668558777f157ee566f0e4772abdd4 ...found when building against LLVM 12 trunk libc++ on Linux Change-Id: Iea8e623222940ed3d3e5830706a4538558ecf418 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100571 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
...found when building against LLVM 12 trunk libc++ on Linux

Change-Id: Iea8e623222940ed3d3e5830706a4538558ecf418
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100571
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
tdf#42949 Fix IWYU warnings in libreofficekit/ 2020-03-06T08:21:27+00:00 Gabor Kelemen kelemen.gabor2@nisz.hu 2020-03-03T22:40:31+00:00 4f2cf88979e8c5dc97f5fde233ea4d6d128c1787 Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic57b1259e612cc38ad22f123edbaca690cd506ab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89937 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: Ic57b1259e612cc38ad22f123edbaca690cd506ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89937
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
loplugin:returnconstval in fpicker..reportdesign 2019-08-24T18:29:39+00:00 Noel Grandin noel.grandin@collabora.co.uk 2019-08-24T12:41:43+00:00 715e7370a160bd3a51bf5aefdd92319da239bc4e Change-Id: I59c55a858b2706d1327c837abc158dceca02360e Reviewed-on: https://gerrit.libreoffice.org/78058 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I59c55a858b2706d1327c837abc158dceca02360e
Reviewed-on: https://gerrit.libreoffice.org/78058
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
gtv: Remember recently executed UNO commands 2017-12-04T09:03:28+00:00 Pranav Kant pranavk@collabora.co.uk 2017-11-28T11:13:54+00:00 0d5ccc4eb114117b11f7ec53a2c75f9efcb4c651 Saves the recently executed UNO commands in a temp file and make it accessible to user in a combo box. Useful when debugging. Change-Id: Ic66961a388cc59dee3f65cb8d4de3c29a8a75eaa Reviewed-on: https://gerrit.libreoffice.org/45540 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
Saves the recently executed UNO commands in a temp file and make it
accessible to user in a combo box. Useful when debugging.

Change-Id: Ic66961a388cc59dee3f65cb8d4de3c29a8a75eaa
Reviewed-on: https://gerrit.libreoffice.org/45540
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
lokdialog: Support painting parts of the dialog 2017-11-09T03:12:50+00:00 Pranav Kant pranavk@collabora.co.uk 2017-11-05T08:31:42+00:00 446a37ece35dbe4c442f0679dd1cb4df79ed87a7 Pass the dimensions of the region to the paintDialog call to paint only that much of the region in the dialog. The DIALOG_INVALIDATE callback also returns a 'rectangle' field now in the payload that tells the region of the dialog invalidated. It can be used in combination with the new paintDialog call then to paint only the invalidated region in the dialog. Change-Id: Iebb228865c71684e0f75dd01271b71ae41a0f906 Reviewed-on: https://gerrit.libreoffice.org/44472 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
Pass the dimensions of the region to the paintDialog call to paint only
that much of the region in the dialog.

The DIALOG_INVALIDATE callback also returns a 'rectangle' field now in
the payload that tells the region of the dialog invalidated. It can be
used in combination with the new paintDialog call then to paint only the
invalidated region in the dialog.

Change-Id: Iebb228865c71684e0f75dd01271b71ae41a0f906
Reviewed-on: https://gerrit.libreoffice.org/44472
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>
loplugin:includeform: libreofficekit 2017-10-23T20:46:03+00:00 Stephan Bergmann sbergman@redhat.com 2017-10-23T20:38:32+00:00 1ce65e7493756672980e2555cc4fa748b7c77199 Change-Id: I58a78a6339a0c8ef1b509604e8b79a339497cf8f
Change-Id: I58a78a6339a0c8ef1b509604e8b79a339497cf8f
Modernize gtktiledviewer; use GApplication 2017-07-14T07:33:24+00:00 Pranav Kant pranavk@collabora.co.uk 2017-07-13T14:04:41+00:00 f059293344ba93d76fcc6e64015923dfa639c4bf Put all the UI content in UI XML file. Unfortunately, lots of boilerplate code because G_DECLARE_* macros are available only since glib 2.44 Change-Id: Idc74ba8565d482c28abd00b6f6f75646ab3d40b9 Reviewed-on: https://gerrit.libreoffice.org/39913 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.co.uk>
Put all the UI content in UI XML file.

Unfortunately, lots of boilerplate code because
G_DECLARE_* macros are available only since glib 2.44

Change-Id: Idc74ba8565d482c28abd00b6f6f75646ab3d40b9
Reviewed-on: https://gerrit.libreoffice.org/39913
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: pranavk <pranavk@collabora.co.uk>