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

2016-11-28 Thread Maarten Bosmans
sc/inc/styleuno.hxx | 19 ++- sc/source/ui/unoobj/styleuno.cxx | 202 ++- 2 files changed, 108 insertions(+), 113 deletions(-) New commits: commit 852956a271578b9ad7c1ef2983381e109f2a8156 Author: Maarten Bosmans <mkbosm...@gmail.com>

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

2016-11-28 Thread Maarten Bosmans
sc/inc/styleuno.hxx | 19 ++- sc/source/ui/unoobj/styleuno.cxx | 202 ++- 2 files changed, 108 insertions(+), 113 deletions(-) New commits: commit 9d99a7b2d1dd973b50a699440ffb69d99d614607 Author: Maarten Bosmans <mkbosm...@gmail.com>

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

2016-10-20 Thread Maarten Bosmans
sc/inc/consoli.hxx | 34 -- sc/source/core/tool/consoli.cxx | 60 ++-- 2 files changed, 17 insertions(+), 77 deletions(-) New commits: commit 580cddc6260dedfcc48f291f424e65525c0428b1 Author: Maarten Bosmans <mkb

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

2016-09-25 Thread Maarten Bosmans
sc/source/ui/unoobj/styleuno.cxx | 50 ++- 1 file changed, 24 insertions(+), 26 deletions(-) New commits: commit a2021e8621aa7db997e1aa89f9c7fab923dc98ab Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Sun Sep 25 23:06:07 2016 +0200 ScSt

Whitespace and other stylistic changes

2016-09-25 Thread Maarten Bosmans
Hi devs, On a recent gerrit patch submission of mine, Markus Mohrhard added the following comment: > Please don't mix style changes with functional changes. So please split the > patch into 3: the actual change mentioned in the commit msg, the translations > and the whitespace change. > >

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

2016-09-23 Thread Maarten Bosmans
463843656731758f7e9292c03ab85b302e4bba0d Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Tue Sep 20 20:52:52 2016 +0200 Factor out common ScInterpreter::GetInt32() code This might also be slightly more efficient because for GetInt32WithDefault() when the value is missing, the d

Re: What's the use of core/*/qa/unoapi/knownissues.xcl files?

2016-09-23 Thread Maarten Bosmans
2016-09-23 1:11 GMT+02:00 Bjoern Michaelsen <bjoern.michael...@canonical.com>: > On Thu, Sep 22, 2016 at 09:43:54PM +0200, Maarten Bosmans wrote: >> I could not find where these files are actually used. > > A simple "git grep knownissues" tells otherwise: >

What's the use of core/*/qa/unoapi/knownissues.xcl files?

2016-09-22 Thread Maarten Bosmans
Hi devs, Some qa subdirs have a unoapi/knownissues.xcl in it, e.g. http://opengrok.libreoffice.org/xref/core/sc/qa/unoapi/knownissues.xcl It seems that it contains a list of issues/bugs related to classes. I could not find where these files are actually used. Should they be removed? On a

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

2016-09-22 Thread Maarten Bosmans
i18npool/inc/numberformatcode.hxx | 15 +-- i18npool/source/numberformatcode/numberformatcode.cxx | 77 +++--- 2 files changed, 37 insertions(+), 55 deletions(-) New commits: commit 450a2fd5e2dafd1a0c08e73ef85db978f6b1a927 Author: Maarten Bosmans <mkb

[Libreoffice-commits] core.git: connectivity/inc include/svl include/unotools svl/source svtools/inc svx/inc sw/inc unotools/Library_utl.mk unotools/source

2016-09-22 Thread Maarten Bosmans
|1 unotools/source/i18n/localedatawrapper.cxx | 12 +-- unotools/source/i18n/numberformatcodewrapper.cxx | 90 --- 12 files changed, 28 insertions(+), 191 deletions(-) New commits: commit 9df9949cc484ea0ba109e7d41fd03b15afaedb11 Author: Maarten Bosmans <mkb

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

2016-09-22 Thread Maarten Bosmans
svl/source/numbers/zforscan.cxx |7 ++- svl/source/numbers/zforscan.hxx |1 + 2 files changed, 3 insertions(+), 5 deletions(-) New commits: commit 110183572bfe9da0020b4c506d4b458bf69b1e85 Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Fri Sep 9 21:28:01 2016 +0200

Re: gerrit changes depending one on another

2016-09-21 Thread Maarten Bosmans
I just tried to push 3 changes to gerrit with a topic set. The core/logerrit script does not have an option to set a topic, so I did a manual git push. This did not work: `git push origin HEAD:refs/for/master -o topic=tdf53698` It failed with the message "fatal: the receiving end does not support

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

2016-09-08 Thread Maarten Bosmans
sc/qa/unit/data/xlsx/tdf100709.xlsx|binary sc/qa/unit/subsequent_filters-test.cxx | 14 ++ 2 files changed, 14 insertions(+) New commits: commit 6cf44da0395ce5d8dc9cfda838fb15c593507363 Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Wed Sep 7 22:11:26 2016

Re: feedback for the xlsx import improvements

2016-09-06 Thread Maarten Bosmans
2016-09-01 2:59 GMT+02:00 Markus Mohrhard : > For the bug fix this would be a simple test document that can be used in > one of the automated tests. I'm looking into making a test case for the two bugfixes. > For the performance improvement it would be a >

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

2016-08-31 Thread Maarten Bosmans
sc/source/filter/oox/sheetdatabuffer.cxx | 59 --- 1 file changed, 24 insertions(+), 35 deletions(-) New commits: commit 4a63c145dcce8411c5707f6b99877cc87a4f6c5d Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Wed Aug 24 21:14:57 2016 +0200 Resolv

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

2016-08-31 Thread Maarten Bosmans
sc/source/filter/oox/sheetdatabuffer.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit d16070a30d421098faedd51c4333d1d42163268f Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Thu Aug 25 12:47:26 2016 +0200 Related: tdf#100709 Fix two bugs in SheetData

Re: Maarten Bosmans license statement

2016-08-31 Thread Maarten Bosmans
2016-08-30 16:41 GMT+02:00 Eike Rathke : > Great, we'll welcome your patches for review on gerrit :-) I have a question regarding the patch submission on gerrit. In searching for a faster way to implement SheetDataBuffer::addColXfStyle (for tdf#100709), I noticed that the

[Libreoffice-commits] core.git: basctl/source cui/source dbaccess/source include/basic rsc/inc rsc/source sc/source svtools/source svx/source sw/source

2016-08-30 Thread Maarten Bosmans
+- 18 files changed, 27 insertions(+), 27 deletions(-) New commits: commit f8a8a41c2ebbdf31127f74c6975fe140be0815e3 Author: Maarten Bosmans <mkbosm...@gmail.com> Date: Sat Aug 27 23:27:21 2016 +0200 Translate some German comments and messages Cha

Maarten Bosmans license statement

2016-08-30 Thread Maarten Bosmans
ions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Maarten Bosmans ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice