[Libreoffice-commits] core.git: lotuswordpro/source

2017-07-23 Thread Jochen Nitschke
lotuswordpro/source/filter/xfilter/xffontfactory.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 6b8b6f0117d7be63acf475adf8bf9b484a53062f Author: Jochen Nitschke Date: Sun Jul 23 01:40:07 2017 +0200 lwp: delete bogus copy ctor private member

[Libreoffice-commits] core.git: vcl/source

2017-07-23 Thread Jochen Nitschke
vcl/source/app/svapp.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 08ff9e0cc40c472fde31ae639949d4d8cbafd868 Author: Jochen Nitschke Date: Sun Jul 23 00:39:05 2017 +0200 remove unused struct since f24b46c27243b88e4d367d7b105d1365e97dbd76

[Libreoffice-commits] core.git: include/svtools svtools/source

2017-07-20 Thread Jochen Nitschke
include/svtools/calendar.hxx|2 +- svtools/source/control/calendar.cxx | 17 - 2 files changed, 9 insertions(+), 10 deletions(-) New commits: commit 102b01c80a271ccaec226d7b0bcc960917ea6b57 Author: Jochen Nitschke Date: Thu Jul 20 17:34:46 2017 +0200 change

[Libreoffice-commits] core.git: idlc/source

2017-07-18 Thread Jochen Nitschke
idlc/source/astexpression.cxx | 54 +- 1 file changed, 2 insertions(+), 52 deletions(-) New commits: commit c49ed68c7e30f6963ecf56e542459f4fbd67a470 Author: Jochen Nitschke Date: Sun Jul 16 22:45:01 2017 +0200 no copy needed coerce_value

[Libreoffice-commits] core.git: 2 commits - accessibility/source sc/source svx/source

2017-07-15 Thread Jochen Nitschke
/filter/xml/xmllabri.cxx | 11 +-- svx/source/accessibility/charmapacc.cxx| 40 + 6 files changed, 26 insertions(+), 70 deletions(-) New commits: commit 414a907d11d931b68a0b320d646c3ca06e58052c Author: Jochen Nitschke Date: Fri Jul 14 19

[Libreoffice-commits] core.git: dbaccess/source

2017-07-11 Thread Jochen Nitschke
dbaccess/source/ui/browser/unodatbr.cxx | 12 dbaccess/source/ui/misc/dbsubcomponentcontroller.cxx | 14 +- 2 files changed, 9 insertions(+), 17 deletions(-) New commits: commit 2f0c10db707bbd11d8ca456bcf3d2559a1ce15dd Author: Jochen Nitschke Date

[Libreoffice-commits] core.git: dbaccess/source

2017-07-10 Thread Jochen Nitschke
dbaccess/source/core/dataaccess/databasedocument.cxx | 30 +++ 1 file changed, 5 insertions(+), 25 deletions(-) New commits: commit 44e7f5bb0dfeaa305210def8ac431b699c9c7c50 Author: Jochen Nitschke Date: Mon Jul 10 12:28:46 2017 +0200 simplify strip types from Sequence

[Libreoffice-commits] core.git: chart2/source

2017-07-09 Thread Jochen Nitschke
chart2/source/tools/DataSeriesHelper.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit d90293e7ec42eab0ca09f730371599adc466e349 Author: Jochen Nitschke Date: Sun Jul 9 15:28:19 2017 +0200 C++11 replace std::remove_copy_if with std::copy_if

[Libreoffice-commits] core.git: connectivity/source

2017-07-09 Thread Jochen Nitschke
connectivity/source/drivers/jdbc/JStatement.cxx |6 +++--- connectivity/source/drivers/odbc/OStatement.cxx |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit b91cb7d137b5d8fd203bbdc1c4e3d0e851fd5aa6 Author: Jochen Nitschke Date: Sat Jul 8 15:38:39 2017

[Libreoffice-commits] core.git: chart2/qa chart2/source comphelper/source connectivity/source dbaccess/source extensions/source sw/source

2017-07-07 Thread Jochen Nitschke
commits: commit c5e4534808c03ce30c7b3e4bbed38ed5fca2d77f Author: Jochen Nitschke Date: Thu Jul 6 19:36:34 2017 +0200 remove nullptr checks on STL search result iterators results are in the range of first_iterator to last_iterator. If one of those is nullptr the algorithm would

[Libreoffice-commits] core.git: basctl/source basegfx/source chart2/source comphelper/source connectivity/source dbaccess/source editeng/source extensions/source filter/source forms/source include/com

2017-07-06 Thread Jochen Nitschke
xmloff/source/forms/layerexport.cxx|2 +- xmloff/source/style/xmlimppr.cxx |4 +--- 73 files changed, 97 insertions(+), 161 deletions(-) New commits: commit db4741043d09437af871fa8ea9849ec37e946f9b Author: Jochen Nitschke Date: Sun Jul 2 17:10:53

[Libreoffice-commits] core.git: connectivity/source

2017-07-06 Thread Jochen Nitschke
connectivity/source/commontools/dbtools2.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 307e528275cb91776e8f5560b3137c3c1649b39c Author: Jochen Nitschke Date: Thu Jul 6 15:33:57 2017 +0200 tdf#108782 replace std::bind2nd with lambda and inline

[Libreoffice-commits] core.git: chart2/source

2017-07-06 Thread Jochen Nitschke
chart2/source/controller/main/DrawCommandDispatch.cxx | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) New commits: commit 7191d6371002a881f541a9c352d2356b7b9935d0 Author: Jochen Nitschke Date: Wed Jul 5 16:23:33 2017 +0200 tdf#108782 replace std::bind2nd with

[Libreoffice-commits] core.git: dbaccess/source

2017-07-05 Thread Jochen Nitschke
/ui/misc/UITools.cxx| 14 -- 5 files changed, 25 insertions(+), 14 deletions(-) New commits: commit ee96ea7236958a89b60c87f688070412835ead3f Author: Jochen Nitschke Date: Wed Jul 5 01:32:48 2017 +0200 tdf#108782 replace std::bind2nd with lambda in

[Libreoffice-commits] core.git: shell/source

2017-07-04 Thread Jochen Nitschke
shell/source/unix/sysshell/recently_used_file_handler.cxx | 19 +++--- 1 file changed, 5 insertions(+), 14 deletions(-) New commits: commit 11c8f511779d133229e384b25636e0bba28b3089 Author: Jochen Nitschke Date: Tue Jul 4 13:52:05 2017 +0200 tdf#108287 replace std::bind2nd with

[Libreoffice-commits] core.git: dbaccess/source include/dbaccess

2017-07-04 Thread Jochen Nitschke
dbaccess/source/ui/browser/genericcontroller.cxx | 10 +- include/dbaccess/genericcontroller.hxx | 22 +++--- 2 files changed, 20 insertions(+), 12 deletions(-) New commits: commit db714f4d76cb71c1124eb2f4902a816168f6513b Author: Jochen Nitschke Date: Tue

[Libreoffice-commits] core.git: sc/source

2017-07-04 Thread Jochen Nitschke
sc/source/core/tool/rangelst.cxx | 13 - 1 file changed, 13 deletions(-) New commits: commit 27f61c4cfb88c23ef3c370921e6f9c186c602175 Author: Jochen Nitschke Date: Tue Jul 4 11:35:29 2017 +0200 sc: remove trivial copy ctors for functors The compiler will generate

[Libreoffice-commits] core.git: avmedia/source

2017-07-04 Thread Jochen Nitschke
avmedia/source/framework/mediaitem.cxx | 15 --- 1 file changed, 15 deletions(-) New commits: commit 9a5769dd1b30b7aa369affa93e38bfffe972a300 Author: Jochen Nitschke Date: Tue Jul 4 12:39:46 2017 +0200 avmedia: remove trivial copy ctor Change-Id

[Libreoffice-commits] core.git: chart2/source comphelper/source connectivity/source cppu/source dbaccess/source desktop/source editeng/source extensions/source filter/source forms/source fpicker/sourc

2017-07-03 Thread Jochen Nitschke
c4ddf6cd6d97e7ce7c2e63e4d393bbeffcb34e4d Author: Jochen Nitschke Date: Wed Jun 28 21:48:22 2017 +0200 C++11 remove std::unary_function bases from functors std::unary_function is deprecated since C++11 and removed in C++17 90% done with regexp magic. removed obsolete includes

[Libreoffice-commits] core.git: desktop/source drawinglayer/source editeng/source filter/source forms/source sw/source

2017-06-28 Thread Jochen Nitschke
/GroupManager.hxx|1 sw/source/core/doc/tblrwcl.cxx |9 -- 10 files changed, 93 deletions(-) New commits: commit 594331cc811fb9a684b5f1c871b679444b8cd51d Author: Jochen Nitschke Date: Wed Jun 28 10:23:09 2017 +0200 remove default-able copy

[Libreoffice-commits] core.git: svtools/source

2017-06-27 Thread Jochen Nitschke
svtools/source/control/ruler.cxx | 65 --- 1 file changed, 65 deletions(-) New commits: commit a679ae4c8782720379f70e9beed8f8d7eaebe58f Author: Jochen Nitschke Date: Mon Jun 26 15:07:34 2017 +0200 svtools: use implicit defined copy assignment

[Libreoffice-commits] core.git: basegfx/source

2017-06-27 Thread Jochen Nitschke
basegfx/source/polygon/b2dpolygon.cxx |5 - basegfx/source/polygon/b3dpolygon.cxx | 23 --- 2 files changed, 28 deletions(-) New commits: commit b4f16b8ea466229c380dc39fd597fef34c6c0dee Author: Jochen Nitschke Date: Tue Jun 27 12:32:25 2017 +0200 basegfx

[Libreoffice-commits] core.git: lotuswordpro/source

2017-06-26 Thread Jochen Nitschke
lotuswordpro/source/filter/lwpsdwrect.cxx | 36 +- lotuswordpro/source/filter/lwpsdwrect.hxx |7 + 2 files changed, 8 insertions(+), 35 deletions(-) New commits: commit 0346371fcbb16ac4b31910469f5216b8eeacd850 Author: Jochen Nitschke Date: Mon Jun 26 11

[Libreoffice-commits] core.git: sw/source

2017-06-26 Thread Jochen Nitschke
sw/source/core/text/possiz.hxx |9 - 1 file changed, 9 deletions(-) New commits: commit 2bdfeb0b0973ebb7c4d9c410e22df2a56deef5bc Author: Jochen Nitschke Date: Sun Jun 25 19:04:47 2017 +0200 use implicit default copy assignment I guess Coverity complained that there

[Libreoffice-commits] core.git: compilerplugins/clang extensions/Library_abp.mk extensions/Library_dbp.mk extensions/source

2017-06-26 Thread Jochen Nitschke
+++--- extensions/source/inc/componentmodule.cxx |4 ++-- extensions/source/inc/componentmodule.hxx |7 ++- 21 files changed, 35 insertions(+), 47 deletions(-) New commits: commit 97ee2bbd402c8457f4bf8fe6fd8f5f36590b963f Author: Jochen Nitschke Date: Fri Jun 23 21:25:26 2017

[Libreoffice-commits] core.git: lotuswordpro/source

2017-06-26 Thread Jochen Nitschke
e61c97f08e5472b64ba33fc64a595ad48de4b357 Author: Jochen Nitschke Date: Sun Jun 25 23:40:03 2017 +0200 lotuswordpro: remove trivial copy assignment operators Those will be implicitly-defined by compiler and a move assignment operator should be implicitly-defined now too. Change-Id

[Libreoffice-commits] core.git: svx/source

2017-06-25 Thread Jochen Nitschke
svx/source/svdraw/svdibrow.cxx |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit df134d2d1b935c7b74d2e135c3041f7c25de3c13 Author: Jochen Nitschke Date: Sun Jun 25 10:40:56 2017 +0200 remove unused local vars since commit

[Libreoffice-commits] core.git: include/vcl

2017-06-25 Thread Jochen Nitschke
include/vcl/texteng.hxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit e496a707b23d9ab0fb0ac20e7411cf316f2f1412 Author: Jochen Nitschke Date: Sun Jun 25 10:17:38 2017 +0200 vcl: delete fake copy ctor and assignment operator of TextEngine Change

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2017-06-22 Thread Jochen Nitschke
bin/gen-iwyu-dummy-lib |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d4be7601e22dba8f2bfa535fc871348c5851c062 Author: Jochen Nitschke Date: Thu Jun 22 11:09:09 2017 +0200 iwyu: add language standard defines to flags for some reason they are not set

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2017-06-22 Thread Jochen Nitschke
bin/gen-iwyu-dummy-lib |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4cea80db3f2a812672004915614530f8c86c41d5 Author: Jochen Nitschke Date: Thu Jun 22 10:16:31 2017 +0200 update externals in bin/gen-iwyu-dummy-lib script tde and mozilla externals

[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

2017-06-22 Thread Jochen Nitschke
bin/gen-iwyu-dummy-lib | 92 ++--- 1 file changed, 49 insertions(+), 43 deletions(-) New commits: commit 438c0ed5ea4116e93eb2167a53a740ba5097565f Author: Jochen Nitschke Date: Thu Jun 22 10:14:39 2017 +0200 reformat bin/gen-iwyu-dummy-lib

[Libreoffice-commits] core.git: formula/source include/formula sc/source

2017-06-22 Thread Jochen Nitschke
|2 5 files changed, 45 insertions(+), 53 deletions(-) New commits: commit d9726a692024e202f0b28a8b6955463f1d90d1e4 Author: Jochen Nitschke Date: Mon Mar 6 17:28:27 2017 +0100 formula: remove indirection and use unique_ptr Change-Id

[Libreoffice-commits] core.git: writerfilter/source

2017-06-20 Thread Jochen Nitschke
writerfilter/source/dmapper/DomainMapper_Impl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4d8347dff173cd8ded4ee290bba21ceefecd2aa2 Author: Jochen Nitschke Date: Mon Jun 19 09:34:32 2017 +0200 writerfilter: change map to unorded_map Change

[Libreoffice-commits] core.git: svl/source unotools/source

2017-06-19 Thread Jochen Nitschke
svl/source/numbers/zforlist.cxx |4 ++-- unotools/source/config/syslocaleoptions.cxx |4 ++-- unotools/source/misc/syslocale.cxx |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 101fdd94011d734d68ffd07fe9b92200c118dded Author: Jochen

[Libreoffice-commits] core.git: writerfilter/source

2017-06-19 Thread Jochen Nitschke
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 26 +++--- 1 file changed, 13 insertions(+), 13 deletions(-) New commits: commit 0df3de34ad775d6d3c49036c03c3f6dad7141536 Author: Jochen Nitschke Date: Mon Jun 19 00:51:56 2017 +0200 writerfilter: make local helpers

[Libreoffice-commits] core.git: writerfilter/source

2017-06-19 Thread Jochen Nitschke
writerfilter/source/dmapper/DomainMapper_Impl.cxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 66f026445cbb1802730a7227820178b7feab166b Author: Jochen Nitschke Date: Mon Jun 19 02:00:00 2017 +0200 writerfilter: SET_FULL_NAME is never set Change-Id

[Libreoffice-commits] core.git: xmlsecurity/source

2017-06-18 Thread Jochen Nitschke
xmlsecurity/source/dialogs/resourcemanager.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 5d391c479ec1498dd01a96a572bb6bc3ef130b2e Author: Jochen Nitschke Date: Sun Jun 18 22:13:22 2017 +0200 xmlsecurity: make static var local Change-Id

[Libreoffice-commits] core.git: writerfilter/source

2017-06-18 Thread Jochen Nitschke
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 178 -- 1 file changed, 72 insertions(+), 106 deletions(-) New commits: commit 42d0e756122ac7e341c3b8a93c7fb551f410dc90 Author: Jochen Nitschke Date: Mon Jun 19 00:50:44 2017 +0200 writerfilter: use list

[Libreoffice-commits] core.git: writerfilter/source

2017-06-18 Thread Jochen Nitschke
writerfilter/source/dmapper/DomainMapper_Impl.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 493407c470e7051a801e2a0ad8253f7b87c4434f Author: Jochen Nitschke Date: Mon Jun 19 00:08:22 2017 +0200 writerfilter: don't copy constant

[Libreoffice-commits] core.git: writerfilter/source

2017-06-18 Thread Jochen Nitschke
writerfilter/source/dmapper/DomainMapper_Impl.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit c50ae538a6656889c68c43bd9fe0347c61c82aa5 Author: Jochen Nitschke Date: Sun Jun 18 23:38:36 2017 +0200 writerfilter: remove unused static var Change-Id

[Libreoffice-commits] core.git: vbahelper/source

2017-06-18 Thread Jochen Nitschke
vbahelper/source/vbahelper/vbacommandbarcontrols.cxx |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) New commits: commit 1f4d7fc8618828222d7f4447daed4c3361edeea6 Author: Jochen Nitschke Date: Sun Jun 18 11:56:15 2017 +0200 vbahelper: remove unused variable unused

[Libreoffice-commits] core.git: stoc/source svl/source svtools/source ucb/source unotools/source

2017-06-17 Thread Jochen Nitschke
| 19 ++- 9 files changed, 33 insertions(+), 119 deletions(-) New commits: commit 6149da20ddee5c0c50b445fb6a4e3e81b5ff900b Author: Jochen Nitschke Date: Sat Jun 17 14:01:36 2017 +0200 replace misc double checked locking patterns ... with thread safe local

[Libreoffice-commits] core.git: basic/source editeng/source ucb/source unotools/source xmlhelp/source

2017-06-17 Thread Jochen Nitschke
/cxxhelp/provider/content.cxx | 16 + xmlhelp/source/cxxhelp/provider/provider.cxx | 14 +--- 6 files changed, 30 insertions(+), 89 deletions(-) New commits: commit d69795b9c9d2dac7b751c6fe8b4663c0c26a129b Author: Jochen Nitschke Date: Sat Jun 17 12:00:17 2017 +0200

[Libreoffice-commits] core.git: accessibility/source comphelper/source connectivity/source dbaccess/source package/source reportdesign/source xmlsecurity/source

2017-06-13 Thread Jochen Nitschke
commits: commit a3bedb7ae8f23476843e00380aba05002aa1e827 Author: Jochen Nitschke Date: Mon Jun 12 02:12:56 2017 +0200 use local statics for getUnoTunnelImplementationId replace uses of double checked locking pattern and rtl::Static Change-Id

[Libreoffice-commits] core.git: include/toolkit include/ucbhelper

2017-06-11 Thread Jochen Nitschke
include/toolkit/helper/macros.hxx | 14 ++ include/ucbhelper/macros.hxx | 15 --- 2 files changed, 6 insertions(+), 23 deletions(-) New commits: commit 0b8c2c72c988488895d74d1bb36e60378283a4da Author: Jochen Nitschke Date: Sun Jun 11 13:37:46 2017 +0200

[Libreoffice-commits] core.git: UnoControls/source

2017-06-10 Thread Jochen Nitschke
UnoControls/source/controls/framecontrol.cxx | 57 +-- UnoControls/source/inc/framecontrol.hxx | 12 - 2 files changed, 29 insertions(+), 40 deletions(-) New commits: commit 2347dcf3ba47aa784868ddfc855f34a5344b4de0 Author: Jochen Nitschke Date: Thu Jun 8

[Libreoffice-commits] core.git: UnoControls/source

2017-06-09 Thread Jochen Nitschke
/source/controls/progressmonitor.cxx | 30 ++ UnoControls/source/controls/statusindicator.cxx | 28 + 6 files changed, 44 insertions(+), 177 deletions(-) New commits: commit e78d128e3b7bf45990d1f7b27123ccd616665f93 Author: Jochen Nitschke Date: Thu Jun 8 21:29:23 2017 +0200

[Libreoffice-commits] core.git: framework/inc framework/source

2017-06-08 Thread Jochen Nitschke
(-) New commits: commit e4f6840d0968ff9ea8976fdd735e1ecfe266cdde Author: Jochen Nitschke Date: Wed Jun 7 19:42:35 2017 +0200 framework: replace double checked locking patterns with thread safe local statics. Change-Id: I660f6a899d1821bab627ed4972c4fc0d40610de2 Reviewed

[Libreoffice-commits] core.git: framework/inc

2017-06-07 Thread Jochen Nitschke
framework/inc/macros/xinterface.hxx| 36 ++--- framework/inc/macros/xtypeprovider.hxx | 26 ++- 2 files changed, 6 insertions(+), 56 deletions(-) New commits: commit c9e08e1466aea4c80640415b03ff0712350efe7b Author: Jochen Nitschke Date

[Libreoffice-commits] core.git: framework/inc framework/source

2017-06-07 Thread Jochen Nitschke
/langselectionstatusbarcontroller.cxx |1 - framework/source/uifactory/addonstoolbarfactory.cxx |1 - 9 files changed, 5 insertions(+), 8 deletions(-) New commits: commit 442211903bddac7cb244dfb762623e7046b45da2 Author: Jochen Nitschke Date: Wed Jun 7 16:38:51 2017 +0200 framework: cleanup

[Libreoffice-commits] core.git: framework/inc framework/source

2017-06-07 Thread Jochen Nitschke
Author: Jochen Nitschke Date: Wed Jun 7 14:19:25 2017 +0200 framework: cleanup xinterface.hxx includes Change-Id: I66b27e623e411c9ba9c5ba17c46c052336d031b8 Reviewed-on: https://gerrit.libreoffice.org/38503 Tested-by: Jenkins Reviewed-by: Jochen Nitschke diff --git a

[Libreoffice-commits] core.git: framework/inc framework/source

2017-06-07 Thread Jochen Nitschke
Author: Jochen Nitschke Date: Wed Jun 7 12:26:12 2017 +0200 framework: cleanup xtypeprovider.hxx includes LayoutManager uses macro impl from comphelper, so use declarations from comphelper too. Change-Id: I638492849742782d48c3bb5439c2255e72f9f694 Reviewed-on: https

[Libreoffice-commits] core.git: sal/rtl

2017-06-07 Thread Jochen Nitschke
sal/rtl/ustring.cxx | 20 +--- 1 file changed, 1 insertion(+), 19 deletions(-) New commits: commit 78628cd3847ca15790380a708db627b74dcac37e Author: Jochen Nitschke Date: Tue Jun 6 12:12:15 2017 +0200 sal: use thread safe local static in getInternMutex Change-Id

[Libreoffice-commits] core.git: 2 commits - sc/source sd/source sfx2/source svl/source svx/source sw/source ucbhelper/source ucb/source

2017-06-06 Thread Jochen Nitschke
| 15 - ucbhelper/source/provider/interactionrequest.cxx| 99 ++-- ucbhelper/source/provider/simplenameclashresolverequest.cxx | 14 - 32 files changed, 115 insertions(+), 446 deletions(-) New commits: commit cbcaff7510d557d345c15db97f52633c81939d41 Author: Jochen

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sc/source

2017-06-06 Thread Jochen Nitschke
sc/source/filter/oox/sheetdatabuffer.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e1d6f559b72be35756af8618011c2395016db2fe Author: Jochen Nitschke Date: Mon Jun 5 18:46:44 2017 +0200 tdf#108287 perf regression changing background color

[Libreoffice-commits] core.git: sc/source

2017-06-06 Thread Jochen Nitschke
sc/source/filter/oox/sheetdatabuffer.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 2f5d1fc88f5d8b302d5c777b1becaad2f8406f97 Author: Jochen Nitschke Date: Mon Jun 5 18:46:44 2017 +0200 tdf#108287 perf regression changing background color

[Libreoffice-commits] core.git: basegfx/source sdext/source svgio/source sw/source toolkit/source

2017-06-05 Thread Jochen Nitschke
+--- toolkit/source/controls/dialogcontrol.cxx | 16 ++-- 6 files changed, 13 insertions(+), 20 deletions(-) New commits: commit 16ce815df3c782fecb56f3112169189d956a200e Author: Jochen Nitschke Date: Mon Jun 5 22:42:16 2017 +0200 cppcheck: knownConditionTrueFalse Change-Id

[Libreoffice-commits] core.git: solenv/gbuild

2017-06-04 Thread Jochen Nitschke
solenv/gbuild/gen-autoinstall.py |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit ddf8539d97ce044b7df8d51d6ec72ec864b40fb8 Author: Jochen Nitschke Date: Sun Jun 4 21:36:50 2017 +0200 fix packaging with python 2.6 set literal syntax was

[Libreoffice-commits] core.git: onlineupdate/source opencl/inc svtools/source vcl/source

2017-06-04 Thread Jochen Nitschke
(-) New commits: commit 8511ee5cd11a5143a4476c0152f0ede0f2b6b87e Author: Jochen Nitschke Date: Sun Jun 4 13:43:12 2017 +0200 no need to construct unique_ptr here and std::move is not needed when returning unique_ptr Change-Id: I9b4d2d6b8a41b570a9bd99e44a743ff161b78c59

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - editeng/source

2017-06-04 Thread Jochen Nitschke
editeng/source/editeng/editobj.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit a5f911f04f986d424df5393fb9a2744fdf770f21 Author: Jochen Nitschke Date: Sun Jun 4 11:33:31 2017 +0200 tdf#108324 fix crash: paste from textframe rAttr references *pC

[Libreoffice-commits] core.git: editeng/source

2017-06-04 Thread Jochen Nitschke
editeng/source/editeng/editobj.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 453ce05c3951b6459a6450e6ac09377f70ecbc16 Author: Jochen Nitschke Date: Sun Jun 4 11:33:31 2017 +0200 tdf#108324 fix crash: paste from textframe rAttr references *pC

[Libreoffice-commits] core.git: extensions/source reportdesign/inc reportdesign/source svx/source

2017-06-03 Thread Jochen Nitschke
- reportdesign/source/ui/report/ReportControllerObserver.cxx |1 - svx/source/form/fmPropBrw.cxx|1 - 27 files changed, 5 insertions(+), 36 deletions(-) New commits: commit 9564d47423ca67e73c6bd4fe5a8fea34d33f74b5 Author: Jochen Nitschke Date: Sat May 20 18:13:25

[Libreoffice-commits] core.git: bridges/source chart2/source connectivity/source cui/source dbaccess/source extensions/source forms/source oox/source sc/source sd/source sfx2/source svl/source svx/sou

2017-05-30 Thread Jochen Nitschke
(-) New commits: commit 709040e0adf0a533700576b14c8498f986a601e9 Author: Jochen Nitschke Date: Tue May 30 10:57:29 2017 +0200 remove duplicate 'using namespace' Change-Id: I7f8828f677cfb588135ff75c03ffb75895773440 Reviewed-on: https://gerrit.libreoffice.org/38201

[Libreoffice-commits] core.git: sysui/desktop

2017-05-30 Thread Jochen Nitschke
sysui/desktop/share/apparmor.sh |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit b7988de7c0dcb6aad00864dd07d8be61021ac8d2 Author: Jochen Nitschke Date: Mon May 22 09:04:40 2017 +0200 tdf#105204 fix iteration over profile regression of

[Libreoffice-commits] core.git: vcl/source

2017-05-28 Thread Jochen Nitschke
vcl/source/window/dialog.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ad097e4cac307c6f0eac27e38afe9cdc250ec697 Author: Jochen Nitschke Date: Sun May 28 11:24:31 2017 +0200 cppcheck: duplicateExpression > Same expression on both sides

[Libreoffice-commits] core.git: cui/source editeng/source framework/inc framework/source lingucomponent/source linguistic/source reportdesign/source sc/source sw/inc

2017-05-28 Thread Jochen Nitschke
2e0444d31694324806ff2457de3472d871c10939 Author: Jochen Nitschke Date: Fri May 26 18:53:47 2017 +0200 cleanup unused css/linguistic2/ includes Change-Id: Ifd4b495f965f948d37557d83a03a38df9322039a Reviewed-on: https://gerrit.libreoffice.org/38109 Tested-by: Jenkins Reviewed-by: Noel Grandin diff --git a

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - sw/inc sw/source

2017-05-25 Thread Jochen Nitschke
/core/unocore/unostyle.cxx|5 - 6 files changed, 14 insertions(+), 17 deletions(-) New commits: commit f750372ac81cb51177cd6cbda39ecacd5f821590 Author: Jochen Nitschke Date: Wed May 10 22:56:35 2017 +0200 tdf#106424 fix crash in SfxItemPool::Put This fix reverts

[Libreoffice-commits] core.git: scp2/source

2017-05-25 Thread Jochen Nitschke
scp2/source/ooo/file_resource_ooo.scp|6 -- scp2/source/ooo/module_lang_template.scp |3 --- 2 files changed, 9 deletions(-) New commits: commit cd003c3f6298c49d66ddd718b61a7ab33b148cb7 Author: Jochen Nitschke Date: Thu May 25 20:19:29 2017 +0200 fix packaging

[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sw/inc sw/source

2017-05-25 Thread Jochen Nitschke
/core/unocore/unostyle.cxx|5 - 6 files changed, 14 insertions(+), 17 deletions(-) New commits: commit 69330c31f5e8c35fb5ede92dcd130fde0bdc7e4f Author: Jochen Nitschke Date: Wed May 10 22:56:35 2017 +0200 tdf#106424 fix crash in SfxItemPool::Put This fix reverts

[Libreoffice-commits] core.git: sw/inc sw/source

2017-05-24 Thread Jochen Nitschke
/core/unocore/unostyle.cxx|5 - 6 files changed, 14 insertions(+), 17 deletions(-) New commits: commit 6d51bb3d54ac52e4870bd00a21fce3a3b1c5010b Author: Jochen Nitschke Date: Wed May 10 22:56:35 2017 +0200 tdf#106424 fix crash in SfxItemPool::Put This fix reverts

[Libreoffice-commits] core.git: basctl/source include/toolkit svtools/inc svtools/source toolkit/source

2017-05-23 Thread Jochen Nitschke
changed, 4 insertions(+), 22 deletions(-) New commits: commit 2e5db24f63edbfced178dc7ff274e9a9de68 Author: Jochen Nitschke Date: Tue May 23 13:39:02 2017 +0200 remove VCLExternalSolarLock* members from .. .. classes with OAccessibleContextHelper base. Change-Id

[Libreoffice-commits] core.git: oox/source sdext/source sd/inc sd/qa sd/source slideshow/source slideshow/test xmloff/inc xmloff/source

2017-05-21 Thread Jochen Nitschke
commits: commit 8f999d656a737a175167e1af0d09e97516b84d58 Author: Jochen Nitschke Date: Sat May 20 18:16:39 2017 +0200 cleanup unused css/animations/ and css/presentation/ includes Change-Id: Iafd106d431869d80f664bd540092bee4f10e14b5 Reviewed-on: https://gerrit.libreoffice.org

[Libreoffice-commits] core.git: lingucomponent/source toolkit/source vcl/unx

2017-05-21 Thread Jochen Nitschke
c8d8b9b70e91090af2ed138283be42734b4d5748 Author: Jochen Nitschke Date: Sun May 21 12:22:51 2017 +0200 cppcheck: unusedStructMember Change-Id: I1e2859e7a12a61db953be12f11149aaecb462b5b Reviewed-on: https://gerrit.libreoffice.org/37871 Tested-by: Jenkins Reviewed-by: Jochen

[Libreoffice-commits] core.git: desktop/source framework/source include/svtools scripting/source sc/source sd/source sfx2/source shell/source stoc/source sw/source vbahelper/source vcl/osx

2017-05-20 Thread Jochen Nitschke
, 20 deletions(-) New commits: commit 0d1a3593c2bc6ed16880e34c2b4243d9836b69cd Author: Jochen Nitschke Date: Sat May 20 13:17:15 2017 +0200 cleanup unused css/uri/ includes Change-Id: I08c7981ecce45e343ff9e98277dd3aea4ed68ab9 Reviewed-on: https://gerrit.libreoffice.org/37860

[Libreoffice-commits] core.git: basic/source include/toolkit scripting/source toolkit/source

2017-05-20 Thread Jochen Nitschke
/property.cxx |1 - 6 files changed, 8 deletions(-) New commits: commit cae3e20571167772e82b0cc714d9442af57ece8a Author: Jochen Nitschke Date: Sat May 20 11:05:39 2017 +0200 cleanup unused css/resource/ includes Change-Id: I1e2c795cef64799d5e28e5fafec6cd72f621abba Reviewed

[Libreoffice-commits] core.git: basctl/source basic/source comphelper/source cui/source dbaccess/source desktop/source extensions/source extensions/test forms/source include/basic include/sfx2 include

2017-05-20 Thread Jochen Nitschke
|2 -- xmlscript/source/xmlflat_imexp/xmlbas_import.cxx|1 - 64 files changed, 4 insertions(+), 106 deletions(-) New commits: commit a0b93fe08162b84b780a8f2553147485ec8629ff Author: Jochen Nitschke Date: Fri May 19 16:26:48 2017 +0200 cleanup unused css/script/ includes

[Libreoffice-commits] core.git: filter/source

2017-05-19 Thread Jochen Nitschke
/source/svg/svgfilter.cxx |3 +++ filter/source/svg/svgfilter.hxx | 17 - 7 files changed, 9 insertions(+), 27 deletions(-) New commits: commit 5859c40d48108f2d0418ae073cf8df65da5b759c Author: Jochen Nitschke Date: Thu May 18 10:16:14 2017 +0200

[Libreoffice-commits] core.git: desktop/source i18npool/source include/svtools include/unotools vcl/inc writerfilter/source

2017-05-19 Thread Jochen Nitschke
insertions(+), 7 deletions(-) New commits: commit d880df3a44497cdec49017538a9d38d48e543bad Author: Jochen Nitschke Date: Thu May 18 17:44:09 2017 +0200 remove unused languagetag.hxx includes and fix the fallout Change-Id: I8f59944bcc01a8e2ab371808c40eaf9b5198c143

[Libreoffice-commits] core.git: sc/source

2017-05-15 Thread Jochen Nitschke
sc/source/core/tool/token.cxx |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) New commits: commit efdbb9791a75a5b2e5de34855bec8407e8c8f53a Author: Jochen Nitschke Date: Fri Apr 28 16:34:00 2017 +0200 replace 'if ( ) SAL_INFO' with 'SAL_INFO_IF'

[Libreoffice-commits] core.git: include/tools

2017-05-14 Thread Jochen Nitschke
include/tools/diagnose_ex.h | 12 1 file changed, 12 deletions(-) New commits: commit 40c81b6a3dbceca8bc93ff6aa42118921d274e19 Author: Jochen Nitschke Date: Sun May 14 17:10:40 2017 +0200 remove duplicate define Change-Id: I005fee0d142315a5304ae64c80a898b070a37088

[Libreoffice-commits] core.git: editeng/source include/editeng

2017-05-14 Thread Jochen Nitschke
: Jochen Nitschke Date: Fri May 12 19:56:33 2017 +0200 remove some unused forward declarations and unused TransliterationModules include in editeng Change-Id: I02e2d6acfde562a3e0cc8516eb16bb2ce8a810cc Reviewed-on: https://gerrit.libreoffice.org/37556 Tested-by: Jenkins

[Libreoffice-commits] core.git: sc/source

2017-05-12 Thread Jochen Nitschke
sc/source/filter/inc/addressconverter.hxx |4 ++-- sc/source/filter/oox/formulaparser.cxx|1 - 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit a280c61f7d2dafe10d8f9dbcfc7476a372dfd5a0 Author: Jochen Nitschke Date: Thu Mar 23 23:00:50 2017 +0100 update

[Libreoffice-commits] core.git: include/svtools svtools/source

2017-05-12 Thread Jochen Nitschke
+- svtools/source/urlobj/inetimg.cxx |3 ++- 7 files changed, 20 insertions(+), 19 deletions(-) New commits: commit 05d3a1899eb50202fd3929b702bae1003b5610be Author: Jochen Nitschke Date: Thu May 11 15:53:08 2017 +0200 tdf#75280 replace uses of sal_uLong those vars get their type from

[Libreoffice-commits] core.git: sw/source

2017-05-10 Thread Jochen Nitschke
sw/source/filter/xml/swxml.cxx | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) New commits: commit db7bddbff203cb624ba61f4f72b04d4de6253d4c Author: Jochen Nitschke Date: Wed May 10 11:12:48 2017 +0200 fix wrong Sequence size Avoid this kind of

[Libreoffice-commits] core.git: sw/source

2017-05-09 Thread Jochen Nitschke
sw/source/filter/xml/xmlimp.cxx | 13 + sw/source/filter/xml/xmlimp.hxx |1 - 2 files changed, 1 insertion(+), 13 deletions(-) New commits: commit fd6150b49356c3cb5c4f44700392143ce5aa6001 Author: Jochen Nitschke Date: Tue May 9 13:50:16 2017 +0200 PreserveRedlineFlags

[Libreoffice-commits] core.git: sw/qa

2017-05-09 Thread Jochen Nitschke
sw/qa/extras/uiwriter/uiwriter.cxx | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit 67ab5337cd253671a241f1f045287c31986497b1 Author: Jochen Nitschke Date: Sun May 7 21:48:45 2017 +0200 silence cppcheck memleak in unit test line 825

[Libreoffice-commits] core.git: oox/source

2017-05-07 Thread Jochen Nitschke
oox/source/export/chartexport.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit d33e262a244f351febc9dbe605b05f76cb834eeb Author: Jochen Nitschke Date: Sun May 7 21:05:48 2017 +0200 remove unused bool japanese candlesticks has no function since initial commit

[Libreoffice-commits] core.git: filter/source

2017-05-07 Thread Jochen Nitschke
filter/source/graphicfilter/idxf/dxf2mtf.cxx | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) New commits: commit 451976d841f26bf5254ba1c6645171c1f331da6b Author: Jochen Nitschke Date: Sun May 7 22:46:58 2017 +0200 remove unused double unused since commit

[Libreoffice-commits] core.git: cui/source sd/source sw/source

2017-05-07 Thread Jochen Nitschke
cui/source/customize/cfg.cxx |4 ++-- sd/source/filter/eppt/pptexanimations.cxx |3 +-- sw/source/core/text/itratr.cxx|3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) New commits: commit 0c363500584194f75dfa7f229ee932a759a95bbe Author: Jochen Nitschke

[Libreoffice-commits] core.git: basegfx/source

2017-05-07 Thread Jochen Nitschke
basegfx/source/curve/b2dcubicbezier.cxx | 75 ++-- 1 file changed, 34 insertions(+), 41 deletions(-) New commits: commit c3e0b7dd4e7b1d33b8555e0acdf9f44cfc043ca2 Author: Jochen Nitschke Date: Sun May 7 23:11:41 2017 +0200 cppcheck: knownConditionTrueFalse

[Libreoffice-commits] core.git: editeng/source forms/source include/editeng

2017-05-07 Thread Jochen Nitschke
7cc8555e0ac9838d43bb644bac4052008057824d Author: Jochen Nitschke Date: Sun May 7 13:31:18 2017 +0200 convert EESelectionMode to scoped enum Change-Id: I4da22d40d5b14878b5efac1f3e4a5c76adec37b3 Reviewed-on: https://gerrit.libreoffice.org/37341 Reviewed-by: Noel Grandin Tested

[Libreoffice-commits] core.git: chart2/source include/vcl sc/source sd/source sw/source vcl/inc vcl/source vcl/unx writerfilter/source writerperfect/source xmlhelp/source

2017-05-07 Thread Jochen Nitschke
(-) New commits: commit 5aa54f17441afee8c2001d73f4b590eeeafd7414 Author: Jochen Nitschke Date: Fri May 5 15:29:21 2017 +0200 break circular include of include/vcl/window.hxx and include/vcl/vclevent.hxx Change-Id: Iacb3cc942693a732de5899af26e08e0977a83102 Reviewed-on: https

[Libreoffice-commits] core.git: editeng/source include/editeng include/svx svx/source

2017-05-04 Thread Jochen Nitschke
+-- svx/source/svdraw/svdotxed.cxx | 26 ++-- svx/source/table/svdotable.cxx | 12 ++--- 14 files changed, 92 insertions(+), 92 deletions(-) New commits: commit fadf6427a9cbf351727e1412d8079757a994085b Author: Jochen Nitschke Date: Wed May 3 09:45:25 2017 +0200 convert

[Libreoffice-commits] core.git: oox/inc oox/source

2017-05-04 Thread Jochen Nitschke
|1 + 5 files changed, 10 insertions(+), 22 deletions(-) New commits: commit dd2a4069e50ec0a114173ffb811e736155614f9a Author: Jochen Nitschke Date: Tue May 2 23:43:11 2017 +0200 cleanup includes Change-Id: I9615a1da8224b0112acf5b811f7de566945c02c9 Reviewed-on: https

[Libreoffice-commits] core.git: sd/inc sd/source

2017-05-03 Thread Jochen Nitschke
sd/inc/sdmod.hxx |8 +--- sd/source/filter/eppt/epptbase.hxx |8 ++-- sd/source/ui/inc/slideshow.hxx |2 -- 3 files changed, 3 insertions(+), 15 deletions(-) New commits: commit 0025fc13d805751f8eeb14febbdd0033e0a6d91e Author: Jochen Nitschke Date

[Libreoffice-commits] core.git: 2 commits - basctl/source basegfx/source bridges/source embeddedobj/source extensions/source include/sfx2 include/vcl sc/source svgio/source

2017-05-03 Thread Jochen Nitschke
|2 -- sc/source/core/tool/interpr5.cxx |4 svgio/source/svgreader/svgpaint.cxx|7 --- 12 files changed, 1 insertion(+), 65 deletions(-) New commits: commit d93f33c8c9ca0eb5a50fc454f069d799d59ef86f Author: Jochen Nitschke Date: Tue May 2 15

[Libreoffice-commits] core.git: tools/source

2017-05-03 Thread Jochen Nitschke
tools/source/inet/inetmime.cxx | 98 ++--- 1 file changed, 24 insertions(+), 74 deletions(-) New commits: commit d954a20f50c8b1aa717092a7eb3daecf8d5ae706 Author: Jochen Nitschke Date: Mon May 1 12:04:15 2017 +0200 remove excessive forward

[Libreoffice-commits] core.git: tools/qa tools/source

2017-04-28 Thread Jochen Nitschke
tools/qa/cppunit/test_inetmime.cxx |8 + tools/source/inet/inetmime.cxx | 167 - 2 files changed, 61 insertions(+), 114 deletions(-) New commits: commit 8250e1a4a3f103bf37ca09c8dbab0584a5a1c2cf Author: Jochen Nitschke Date: Fri Apr 28 01:23:00 2017

[Libreoffice-commits] core.git: include/tools tools/qa tools/source

2017-04-26 Thread Jochen Nitschke
Author: Jochen Nitschke Date: Tue Apr 18 15:23:56 2017 +0200 extend unit test for INetMIME::scanContentType This reverts parts of commit 631b67952909a73ba1851417bd2edbe02ad7be5a and commit abc6071b7a8af354a56c91e4caecd8afc79f55cc. some of the removed fields are usefull

[Libreoffice-commits] core.git: tools/source

2017-04-12 Thread Jochen Nitschke
tools/source/inet/inetmime.cxx | 10 -- 1 file changed, 10 deletions(-) New commits: commit 98973e40e8753e96c7ae271a2a13078646fadb1b Author: Jochen Nitschke Date: Tue Apr 11 19:54:27 2017 +0200 remove duplicate charset entries Change-Id

<    1   2   3   4   5   6   >