CppCheck Report Update

2016-04-16 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 : 2016-17-04_02:24:23 with user buildslave at host vm140 as /home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s /home/

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

2016-04-16 Thread Markus Mohrhard
sc/inc/scmatrix.hxx |7 ++- sc/source/core/tool/interpr5.cxx |2 - sc/source/core/tool/scmatrix.cxx | 73 +-- 3 files changed, 67 insertions(+), 15 deletions(-) New commits: commit 7fbeba2c4c1094204b5db7320dad8f667e291c01 Author: Markus M

Re: writing unit test for calc functions

2016-04-16 Thread Markus Mohrhard
Hey Winfried, On Sat, Apr 16, 2016 at 5:29 PM, Winfried Donkers < winfried.libreoff...@gmail.com> wrote: > Hi Markus, > > @Winfried: You are writing most of the spreadsheet functions right now. >> Would that be something that would help you add tests for all new >> functions? You could add your

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

2016-04-16 Thread Julien Nabet
basctl/source/basicide/baside3.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 60b61b7859ca357e0a2b6953888954a46d64999d Author: Julien Nabet Date: Sat Apr 16 23:42:56 2016 +0200 tdf#97380: don't destroy completely window when replace dialog 0x

[Libreoffice-commits] libvisio.git: 2 commits - src/lib

2016-04-16 Thread Fridrich Štrba
src/lib/VDXParser.cpp | 16 +++ src/lib/VSD5Parser.cpp |9 src/lib/VSD5Parser.h|2 + src/lib/VSD6Parser.cpp |9 src/lib/VSD6Parser.h|2 + src/lib/VSDContentCollector.cpp | 41 +

[Libreoffice-commits] online.git: loolwsd/LOOLForKit.cpp loolwsd/LOOLKit.cpp loolwsd/LOOLKit.hpp loolwsd/LOOLWSD.cpp loolwsd/Makefile.am

2016-04-16 Thread Michael Meeks
loolwsd/LOOLForKit.cpp |8 +- loolwsd/LOOLKit.cpp| 176 ++--- loolwsd/LOOLKit.hpp|3 loolwsd/LOOLWSD.cpp| 16 loolwsd/Makefile.am|6 + 5 files changed, 124 insertions(+), 85 deletions(-) New commits: commit 6388298a0

[Libreoffice-commits] help.git: Branch 'libreoffice-5-1' - source/text

2016-04-16 Thread Christian Lohmaier
source/text/swriter/01/0603.xhp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 0115dc3ebecd36362fc6a1082738a5c8506c2ba9 Author: Christian Lohmaier Date: Sat Apr 16 21:33:28 2016 +0200 remove doubled + in switchinline via pootle-feedback

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - helpcontent2

2016-04-16 Thread Christian Lohmaier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit fcfe303a68162742b34d71b89078eb680388ca78 Author: Christian Lohmaier Date: Sat Apr 16 21:33:28 2016 +0200 Updated core Project: help 0115dc3ebecd36362fc6a1082738a5c8506c2ba9 remove doubl

[Libreoffice-commits] help.git: 7 commits - source/text

2016-04-16 Thread Christian Lohmaier
source/text/scalc/01/04060101.xhp |9 +++-- source/text/scalc/01/exponsmooth_embd.xhp |4 ++-- source/text/scalc/01/func_forecastetsmult.xhp |2 +- source/text/scalc/01/func_forecastetspiadd.xhp|2 +- source/text/scalc/01/func_forecastetspimult.x

[Libreoffice-commits] core.git: helpcontent2

2016-04-16 Thread Christian Lohmaier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e188aea73c8ea65a8a20477ef730a661e726aaa2 Author: Christian Lohmaier Date: Sat Apr 16 21:29:41 2016 +0200 Updated core Project: help a83f16b977a22efea55105438a7e9d5919a9b0a3 remove doubl

Re: writing unit test for calc functions

2016-04-16 Thread Wols Lists
On 16/04/16 16:29, Winfried Donkers wrote: > One (personal) remark: deciding which use cases, which values, etc. to > use for unit tests is a bit of a vague area for me. Arguments can be of > different types (e.g. string, double, single/double external/internal > reference, matrix, single value or

[Libreoffice-commits] online.git: loolwsd/Storage.cpp

2016-04-16 Thread Ashod Nakashian
loolwsd/Storage.cpp | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) New commits: commit a76e9a2b21a2d5b34feba35524aa75fb843461cf Author: Ashod Nakashian Date: Sat Apr 16 12:55:56 2016 -0400 loolwsd: check WOPI host against configured whitelist an

[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp loolwsd/Storage.cpp loolwsd/Storage.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/LOOLWSD.cpp |2 ++ loolwsd/Storage.cpp | 48 loolwsd/Storage.hpp |9 + 3 files changed, 55 insertions(+), 4 deletions(-) New commits: commit 115e654d6322d11b09ca2bb7405cfdbe1d81203c Author: Ashod Nakashian Date: Sat Apr

[Libreoffice-commits] online.git: loolwsd/Exceptions.hpp loolwsd/LOOLWSD.cpp loolwsd/UserMessages.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/Exceptions.hpp | 52 ++ loolwsd/LOOLWSD.cpp | 167 ++- loolwsd/UserMessages.hpp | 19 + 3 files changed, 152 insertions(+), 86 deletions(-) New commits: commit 33854ec4aca95d92bb6e0c5eb21cd2b22dde7c10 Author: Ashod Na

[Libreoffice-commits] online.git: loolwsd/Storage.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/Storage.hpp |7 +++ 1 file changed, 7 insertions(+) New commits: commit a9f58e26573755099c54ebcabbc6e3858abea407 Author: Ashod Nakashian Date: Sat Apr 16 12:53:42 2016 -0400 loolwsd: log Storage construction to identify concrete backend Change-Id: I0bcb0d08bccd155

debugging tests running under valgrind (e.g. perfcheck)

2016-04-16 Thread Markus Mohrhard
Hey, so I had the joy of debugging one of the perfcheck tests and noticed that running them normally under gdb does not work (valgrind and gdb don't play nice with each other by default). However there is a gdbserver built into valgrind so we now have VALGRIND_GDB which if set to TRUE will start t

[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp loolwsd/test

2016-04-16 Thread Henry Castro
loolwsd/LOOLWSD.cpp |9 - loolwsd/test/httpwstest.cpp | 40 +--- 2 files changed, 29 insertions(+), 20 deletions(-) New commits: commit a66e73aeb0789a87c6948e6c1e9a2fc3e13b3aa1 Author: Henry Castro Date: Sat Apr 16 13:29:00 2016 -0400

[Libreoffice-commits] online.git: loolwsd/FileServer.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/FileServer.hpp | 61 + 1 file changed, 32 insertions(+), 29 deletions(-) New commits: commit fe952794f0a7f04d6ae7a788e1352da00fe1159a Author: Ashod Nakashian Date: Sat Apr 16 12:26:26 2016 -0400 loolwsd: don't expose private member

[Libreoffice-commits] online.git: loolwsd/Admin.cpp loolwsd/Common.hpp loolwsd/FileServer.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/Admin.cpp |6 +++--- loolwsd/Common.hpp |2 -- loolwsd/FileServer.hpp |4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) New commits: commit 4254ddad7752663915a58f5ec87213a027a6b69a Author: Ashod Nakashian Date: Sat Apr 16 12:28:55 2016 -0400 loolwsd: c

[Libreoffice-commits] online.git: loolwsd/Admin.cpp loolwsd/FileServer.hpp loolwsd/LOOLWSD.cpp loolwsd/LOOLWSD.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/Admin.cpp |2 +- loolwsd/FileServer.hpp | 12 ++-- loolwsd/LOOLWSD.cpp| 14 +++--- loolwsd/LOOLWSD.hpp|2 -- 4 files changed, 14 insertions(+), 16 deletions(-) New commits: commit 93d3f806e1bed9f5c43cf16f3c824a5fcb962f3d Author: Ashod Nakashian Da

[Libreoffice-commits] online.git: loolwsd/Common.hpp loolwsd/FileServer.hpp

2016-04-16 Thread Ashod Nakashian
loolwsd/Common.hpp |1 - loolwsd/FileServer.hpp | 15 +++ 2 files changed, 7 insertions(+), 9 deletions(-) New commits: commit c2560725db90e8d5779cfe8fd9e774691c92ad6d Author: Ashod Nakashian Date: Sat Apr 16 08:02:15 2016 -0400 loolwsd: admin uses config for ssl key

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

2016-04-16 Thread Markus Mohrhard
solenv/gbuild/CppunitTest.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit 673929607943e59e7c6c373d15f157c57307489b Author: Markus Mohrhard Date: Sat Apr 16 19:24:51 2016 +0200 add VALGRIND_GDB also for normal unit tests Change-Id: I1920ece6ca683403d72a68b6705da

[Libreoffice-commits] online.git: loleaflet/.gitignore

2016-04-16 Thread Ashod Nakashian
loleaflet/.gitignore |3 +++ 1 file changed, 3 insertions(+) New commits: commit 8eedd9dfd3ce9e3f46c643898b42dbe4f7721d2d Author: Ashod Nakashian Date: Sat Apr 16 08:19:39 2016 -0400 loleaflet: gitignore branding files Change-Id: I78df8200438e2c9b7aa9935896fd8c195318

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx | 11 +++ solenv/gbuild/CppunitTest.mk |3 +++ 2 files changed, 6 insertions(+), 8 deletions(-) New commits: commit 934952678ba68d8137f6855aa71fa593c3158b02 Author: Markus Mohrhard Date: Sat Apr 16 19:05:25 2016 +0200 fix crash in perfcheck

Re: writing unit test for calc functions

2016-04-16 Thread Winfried Donkers
Hi Markus, @Winfried: You are writing most of the spreadsheet functions right now. Would that be something that would help you add tests for all new functions? You could add your test cases directly in the spreadsheet and use it for manual checking as well as later for an automated test. I wou

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

2016-04-16 Thread Julien Nabet
basctl/source/basicide/baside2.cxx | 158 ++--- basctl/source/basicide/baside2.hxx | 32 +++ basctl/source/basicide/baside3.cxx | 84 +-- basctl/source/inc/baside3.hxx | 10 +- 4 files changed, 142 insertions(+), 142 deletions(-) New

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

2016-04-16 Thread Markus Mohrhard
sc/source/core/tool/scmatrix.cxx | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) New commits: commit 603a9ada2d8cea9191ca66892ca53fee10678d8a Author: Markus Mohrhard Date: Sat Apr 16 00:08:30 2016 +0200 switch to a row based storage The row based

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2ed903145bff0082e0d19290e0355859e3031207 Author: Markus Mohrhard Date: Sat Apr 16 14:50:35 2016 +0200 make the test case smaller to limit runtime Change-Id: I374f33d2001f872075d2

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/scperfobj.cxx | 36 +--- 1 file changed, 33 insertions(+), 3 deletions(-) New commits: commit ce21baa36a703f0ea79936870c743c453b90c5b0 Author: Markus Mohrhard Date: Sat Apr 16 12:24:07 2016 +0200 add test case for smaller MatConcat case, relate

Re: Can Java Scripts no longer been called from basic macro ?

2016-04-16 Thread SOS
Oliver, sorry but still the same error An exception occurred Type: com.sun.star.script.provider.ScriptFrameworkErrorException Message: unsatisfied query for interface of type com.sun.star.script.provider.XScriptProvider!. - Windows 8 - het scripts are on the machine "C:\Program Files (x86)\Lib

writing unit test for calc functions

2016-04-16 Thread Markus Mohrhard
Hey guys, so once again I was bit by our missing systematic unit tests for all the formula functions. I'm wondering what we can do to make external people interested in adding tests for all functions. Right now I think that my csv based approach is too complicated (how to handle precision issues,

[Libreoffice-commits] translations.git: source/sl

2016-04-16 Thread Andras Timar
source/sl/cui/source/dialogs.po |4 source/sl/cui/source/options.po | 14 source/sl/cui/uiconfig/ui.po |4 source/sl/dbaccess/source/ui/misc.po | 18 - source/sl/dba

[Libreoffice-commits] core.git: translations

2016-04-16 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 92f12d0dd707a1d89f710832ae253b7ca05a1fe6 Author: Andras Timar Date: Sat Apr 16 11:18:08 2016 +0200 Updated core Project: translations b0a83a046ece7e828d6a7a2d1304661a8367012c Updated Sl

[Libreoffice-commits] core.git: officecfg/registry

2016-04-16 Thread Christian Lohmaier
officecfg/registry/data/org/openoffice/Office/UI/ReportCommands.xcu |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 192cf74e65f5ef00590bff0f7dd3ee51b6ab8456 Author: Christian Lohmaier Date: Sat Apr 16 10:22:15 2016 +0200 be consistent with number of dots (»Im

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

2016-04-16 Thread Markus Mohrhard
sc/qa/perf/testdocuments/empty.ods |binary 1 file changed New commits: commit 5595eeefa3f09e7a4f40c1e55cd135378ab862e5 Author: Markus Mohrhard Date: Fri Apr 15 23:15:20 2016 +0200 add missing test file Change-Id: I92c879c4efc84115556801fc9a3095ef6b876348 diff --git a/sc/qa/perf

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

2016-04-16 Thread Adolfo Jayme Barrientos
svx/uiconfig/ui/docrecoverybrokendialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 98d41b6e9b07b22fd711d50cd8a5a37136421600 Author: Adolfo Jayme Barrientos Date: Sat Apr 16 02:17:12 2016 -0500 Give this dialog a meaningful name Change-Id: I5eb