/source/it/sfx2/uiconfig/

e' type='text/html' href='https://go.suokunlong.cn:88/cgit/lo/core/commit/?id=b536e10390c171e96b6477c04d66023a1da543c4'/> b536e10390c171e96b6477c04d66023a1da543c4 ...even if that can cause reformatting of already formatted code. The problem I came across is that without this something like > namespace { > > void f1(); > > void f2(); > > } (which is quite a common style in the current code base) would be changed to > namespace > { > > void f1(); > > void f2(); > } instead of > namespace > { > void f1(); > > void f2(); > } and I found no other clang-format style option that would result in the presence or absence of an empty line be identical at the start and end of the namespace block. vmiklos asked to reformat the existing new (i.e., non-blacklisted) files at the same time, so this commit includes that. Some of those new files had not been formatted at all, so this commit includes their full reformatting changes. Change-Id: I54daf0c11098d07d02c802104cf7f56372e61f7c Reviewed-on: https://gerrit.libreoffice.org/44450 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
...even if that can cause reformatting of already formatted code.  The problem I
came across is that without this something like

> namespace {
>
> void f1();
>
> void f2();
>
> }

(which is quite a common style in the current code base) would be changed to

> namespace
> {
>
> void f1();
>
> void f2();
> }

instead of

> namespace
> {
> void f1();
>
> void f2();
> }

and I found no other clang-format style option that would result in the
presence or absence of an empty line be identical at the start and end of the
namespace block.

vmiklos asked to reformat the existing new (i.e., non-blacklisted) files at the
same time, so this commit includes that.  Some of those new files had not been
formatted at all, so this commit includes their full reformatting changes.

Change-Id: I54daf0c11098d07d02c802104cf7f56372e61f7c
Reviewed-on: https://gerrit.libreoffice.org/44450
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
QT5 queue paint update on show 2017-11-07T12:39:43+00:00 Jan-Marek Glogowski glogow@fbihome.de 2017-11-07T12:13:10+00:00 e379f7ff4229a3c011e3a38ae06ed812c49ab0f8 Something like gtk_widget_set_redraw_on_allocate. On resize of dialogs, we still get artefacts, but at least you see something without forcing an event. And since there isn't any Qt5 theming yet, we let VCL paint the menus with a border. Change-Id: Ia2ff6b199ee25e481e3fb29a921b0d3d490f1535
Something like gtk_widget_set_redraw_on_allocate. On resize
of dialogs, we still get artefacts, but at least you see
something without forcing an event.

And since there isn't any Qt5 theming yet, we let VCL paint the
menus with a border.

Change-Id: Ia2ff6b199ee25e481e3fb29a921b0d3d490f1535
QT5 implement cursor support 2017-11-06T11:05:32+00:00 Jan-Marek Glogowski glogow@fbihome.de 2017-10-30T18:32:45+00:00 7b8c97984b1c0d747621235288718f675a3778f6 Change-Id: Ie47b8def36d67255b61eab04bc7e3818bb1d8ea8
Change-Id: Ie47b8def36d67255b61eab04bc7e3818bb1d8ea8
QT5 rename from KF5 2017-11-06T11:05:32+00:00 Jan-Marek Glogowski glogow@fbihome.de 2017-10-30T17:45:46+00:00 2ffb83daa4358aaad0cba7ddb67847282ac6fcce Move out of unx, as this will eventually compile on other OS platforms. At least currently it doesn't contain platform dependant code. Change-Id: Iea0bebf574201881ea158381fe7ba8af2a9a6488
Move out of unx, as this will eventually compile on other
OS platforms. At least currently it doesn't contain platform
dependant code.

Change-Id: Iea0bebf574201881ea158381fe7ba8af2a9a6488