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

2015-09-26 Thread Markus Mohrhard
chart2/source/controller/main/ChartController.cxx |3 +-- chart2/source/controller/sidebar/ChartElementsPanel.cxx |7 ++- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 9d31c61103e91ecd4e24d9fb7838f49481ac2f0f Author: Markus Mohrhard Date: Sat Sep 26 06:

[Libreoffice-commits] core.git: 3 commits - filter/Configuration_filter.mk filter/source framework/source oox/source sc/Library_scfilt.mk sc/source sc/util

2015-09-26 Thread Markus Mohrhard
filter/Configuration_filter.mk|3 filter/source/config/fragments/filters/calc_Gnumeric.xcu | 29 ++ filter/source/config/fragments/filters/calc_MS_Excel_2007_VBA_XML.xcu |2 filter/source/config/fragments/types/MS_Excel_2007_VBA_XML.

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #10 from Siddharth Khabia --- my apology for the earlier comment that was posted by mistake. i want to ask is that are we supposed to remove boost::noncopyable and add the code provided bu BJORN in the public part of the class

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #9 from Siddharth Khabia --- Like umang this is my first bug too. i have a working build . in a file in sw : inc/breakit.hxx : should this : class SW_DLLPUBLIC SwBreakIt : private ::boost::noncopyable { com::sun::star::uno

CppCheck Report Update

2015-09-26 Thread cppcheck.libreoff...@gmail.com
A new cppcheck report is available at : http://dev-builds.libreoffice.org/cppcheck_reports/master/ Note: The script generating this report was run at : 2015-27-09_02:59:53 with user buildslave at host vm140 as /home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s /home/

[Libreoffice-commits] core.git: Changes to 'feature/table-styles'

2015-09-26 Thread Jan Holesovsky
New branch 'feature/table-styles' available with the following commits: commit 371fe53c0623329d03a02a77b5daffa071eb92ff Author: Jan Holesovsky Date: Sat Sep 26 23:54:22 2015 +0200 sw table styles: Direct formatting takes precedence over table style. Make sure we don't reset the dir

Re: Performance issues with our internal memory allocator

2015-09-26 Thread Michael Meeks
Hi Markus, On Sat, 2015-09-26 at 20:51 +0200, Markus Mohrhard wrote: > so we have been running our in-build performance tests now for a few > weeks and recently discovered that our internal memory allocator is > causing spikes in the runtime. What fun =) the irony is that it was written t

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #8 from Daniel L Robertson --- I just took a look at it, and if I'm correct this is due to the fact that there is no default constructor in IBluetoothSocket. boost::noncopyable defines a default constructor. As a result, you mi

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

2015-09-26 Thread Caolán McNamara
sd/source/ui/inc/taskpane/ToolPanelViewShell.hxx |2 +- sd/source/ui/slidesorter/view/SlideSorterView.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit b4972afaa5170fe6712e81fb8d27a21313fdcea2 Author: Caolán McNamara Date: Sat Sep 26 12:30:40 2015 +0100

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

2015-09-26 Thread Caolán McNamara
sd/source/ui/inc/DocumentRenderer.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f18e14b7739e52f3cecf6da3c1aabe07cc9e6fe9 Author: Caolán McNamara Date: Sat Sep 26 12:31:35 2015 +0100 boost->std Change-Id: I61dac3065a4e80c89e9e136ad1e8e15bc88a8a4

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

2015-09-26 Thread Stephan Bergmann
idlc/inc/idlc/astexpression.hxx | 19 +++-- idlc/source/astexpression.cxx | 79 +--- idlc/source/parser.y|2 - 3 files changed, 34 insertions(+), 66 deletions(-) New commits: commit bc1fdb79b0a7eba791bf7f5749a8a45ad6a94bff Author: Step

Re: CppCheck configuration

2015-09-26 Thread Maarten Hoes
Hi, On Sat, Sep 26, 2015 at 6:14 PM, Michaël Lefèvre wrote: > 1. there is a 'missingConfig' error, recommanding us to run the check with > --checkconfig > Im assuming you meant 'missingInclude' here, and not 'missingConfig' ? (I couldnt find a 'missingConfig'). If I remember correctly, there ar

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

2015-09-26 Thread Caolán McNamara
sd/source/ui/inc/pubdlg.hxx|3 +-- sd/source/ui/view/drviewsa.cxx |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) New commits: commit 6dbc69bdf44f1933687b93b4c1838b57804ecc17 Author: Caolán McNamara Date: Fri Sep 25 14:53:49 2015 +0100 boost->std Change-Id:

Performance issues with our internal memory allocator

2015-09-26 Thread Markus Mohrhard
Hey, so we have been running our in-build performance tests now for a few weeks and recently discovered that our internal memory allocator is causing spikes in the runtime. It became even worse during the weekend with the tests taking 200 times the instructions. Most of it seems to be spend in our

CppCheck configuration

2015-09-26 Thread Michaël Lefèvre
Hye Maarten, during the last days, I have take some time to look at some improvements to bring to LibreOffice code base on CppCheck report that you've setted up. I don't know the configuration you did, and have just questions/remarks. Here are some point I've noted : 1. there is a 'missingConfi

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

2015-09-26 Thread Caolán McNamara
sd/source/ui/app/sdmod1.cxx |1 - sd/source/ui/inc/SlideSorter.hxx|7 +++ sd/source/ui/inc/ToolBarManager.hxx |2 +- sd/source/ui/inc/ViewShell.hxx |1 - sd/source/ui/inc/ViewShellBase.hxx |1 + sd/source/ui/view/sdview2.cxx |3 +-- 6 files chang

[Bug 94306] Replace boost::noncopyable with plain C++11 deleted copy ctors

2015-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94306 --- Comment #7 from Umang Jain --- ok regarding the sd/ module, I am not able to make changes in: sd/source/ui/remotecontrol/IBluetoothSocket.hxx : (line) struct IBluetoothSocket : private boost::noncopyable If I change with : class No

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

2015-09-26 Thread Caolán McNamara
sd/source/ui/inc/framework/ResourceId.hxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 82630bda21200ad32e13b2e5a0d24de00fd1c8c2 Author: Caolán McNamara Date: Sat Sep 26 12:14:13 2015 +0100 boost->std Change-Id: I2c919e8bd17d16d1924524a18d2056

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

2015-09-26 Thread Caolán McNamara
basic/source/comp/parser.cxx | 34 -- 1 file changed, 16 insertions(+), 18 deletions(-) New commits: commit 365b13e1528683f24adc05cf94304f0bd3fd5505 Author: Caolán McNamara Date: Sat Sep 26 11:30:54 2015 +0100 pVar != null, so static_cast(pVar) != null

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/generic vcl/inc

2015-09-26 Thread Mark Hung
vcl/generic/glyphs/gcach_layout.cxx |3 +++ vcl/inc/generic/glyphcache.hxx |1 + 2 files changed, 4 insertions(+) New commits: commit a4532151e3ca83488bc8fd255cc64971421b4517 Author: Mark Hung Date: Sat Aug 15 22:43:02 2015 +0800 Fix tdf#40091 and tdf#40335 text layout issues

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

2015-09-26 Thread Mark Hung
sw/source/core/doc/extinput.cxx | 43 +++- 1 file changed, 25 insertions(+), 18 deletions(-) New commits: commit 2b136504538a0b32e6ca9ae8fae8c41c084f4394 Author: Mark Hung Date: Tue Sep 8 07:29:38 2015 +0800 Fix tdf#87500 - Freeze with English/Japanes

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

2015-09-26 Thread Dennis Roczek
sc/source/ui/drawfunc/objdraw.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b9d20625d29b5cf99e32e4a282546a7dd2889d5d Author: Dennis Roczek Date: Sat Sep 26 12:49:19 2015 +0200 fix ellipsis Change-Id: If427f3609193244b6ccda4e00f1ca793174e83e2

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 45/a011ea2b240da1e59a42d35da88ca048fb6da6

2015-09-26 Thread Caolán McNamara
45/a011ea2b240da1e59a42d35da88ca048fb6da6 |1 + 1 file changed, 1 insertion(+) New commits: commit d8a1238fff5e1d6f8e9ce6dfe48b386347f25aba Author: Caolán McNamara Date: Sat Sep 26 11:10:45 2015 +0100 Notes added by 'git notes add' diff --git a/45/a011ea2b240da1e59a42d35da88ca048fb6

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b6/07d0c3f495e15a18e277304943f9f7fe764895

2015-09-26 Thread Caolán McNamara
b6/07d0c3f495e15a18e277304943f9f7fe764895 |1 + 1 file changed, 1 insertion(+) New commits: commit c2cc23b3118f2ba849155ef1f1bf202a7e83e8bd Author: Caolán McNamara Date: Sat Sep 26 11:08:58 2015 +0100 Notes added by 'git notes add' diff --git a/b6/07d0c3f495e15a18e277304943f9f7fe764

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 30/10d353f9a44e853908a475432cae7d918276e6

2015-09-26 Thread Caolán McNamara
30/10d353f9a44e853908a475432cae7d918276e6 |1 + 1 file changed, 1 insertion(+) New commits: commit 3cd967ae1507f6c55c85e590a8356cb30285d4a9 Author: Caolán McNamara Date: Sat Sep 26 11:06:31 2015 +0100 Notes added by 'git notes add' diff --git a/30/10d353f9a44e853908a475432cae7d91827

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 76/3aa6721e4eb52756d97d79c1d9fad325765054

2015-09-26 Thread Caolán McNamara
76/3aa6721e4eb52756d97d79c1d9fad325765054 |1 + 1 file changed, 1 insertion(+) New commits: commit f68fc234ad87ffa77a34b00dded14b2e423f616b Author: Caolán McNamara Date: Sat Sep 26 11:04:40 2015 +0100 Notes added by 'git notes add' diff --git a/76/3aa6721e4eb52756d97d79c1d9fad325765

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 4a/070cd56ce6f4e0e7ec5a8eaad932c037ab57b4

2015-09-26 Thread Caolán McNamara
4a/070cd56ce6f4e0e7ec5a8eaad932c037ab57b4 |1 + 1 file changed, 1 insertion(+) New commits: commit 52871923dd2e5739b22f8be06c8c6182bfc378a1 Author: Caolán McNamara Date: Sat Sep 26 11:02:55 2015 +0100 Notes added by 'git notes add' diff --git a/4a/070cd56ce6f4e0e7ec5a8eaad932c037ab5

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

2015-09-26 Thread Caolán McNamara
sd/source/ui/inc/framework/Configuration.hxx |3 +-- sd/source/ui/inc/framework/ConfigurationController.hxx |3 +-- sd/source/ui/inc/framework/ModuleController.hxx|5 ++--- sd/source/ui/inc/tools/PropertySet.hxx |3 +-- sd/source/ui/view/MediaObjec