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

2016-01-31 Thread Noel Grandin
reportdesign/inc/pch/precompiled_rptui.hxx |1 - sd/inc/pch/precompiled_sdui.hxx|1 - sw/inc/pch/precompiled_msword.hxx |1 - 3 files changed, 3 deletions(-) New commits: commit 30c4cc2f09144b80216bca03089970348126fb5e Author: Noel Grandin Date: Mon Feb 1 08:39

Re: [ANN] LibreOffice 5.1.0 RC3 available

2016-01-31 Thread Tommy
Christian Lohmaier wrote: Dear Community, The Document Foundation is pleased to announce the third release candidate of LibreOffice 5.1.0. > ... Bugzilla 5.1.0.3 rc item created ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://

Re: Brackets are not handled correctly with mixed English/Latin and Hebrew/Arabic texts

2016-01-31 Thread Mark Hung
Hi Nusaiba, You might have to understand how layout is done. FYR: https://wiki.openoffice.org/wiki/Writer/Core_And_Layout https://wiki.openoffice.org/wiki/Writer/Text_Formatting Multiportion can contain multiple lines in one single portion. For example, SwRubyPortion is used by CJK script for asi

[Bug 89756] change from postfix operator++/-- to prefix operator++/--

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89756 --- Comment #20 from Tor Lillqvist --- Have we already fixed the occurrences mentioned in the original comment? Are there only simple integer or pointer ++/-- operators left? In that case I suggest we resolve this bug as fixed. Otherwise w

Brackets are not handled correctly with mixed English/Latin and Hebrew/Arabic texts

2016-01-31 Thread noseeba Al kindi
Dear, I am interested in solving this bug [56408]: https://bugs.documentfoundation.org/show_bug.cgi?id=56408 when i go through the classes there was part talking about single and multi portion that I didn't understand it, so if anyone could explain what is a portion exactly? and what is the the

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

2016-01-31 Thread Pranav Kant
loolwsd/Common.hpp |5 + loolwsd/LOOLSession.cpp | 11 +-- loolwsd/LOOLWSD.cpp | 43 +++ 3 files changed, 33 insertions(+), 26 deletions(-) New commits: commit 7ffd4b45dba12c01c5bd076ebb7080367462d6cd Author: Pranav Kant Date:

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

2016-01-31 Thread Ashod Nakashian
loolwsd/Common.hpp |3 +++ loolwsd/LOOLWSD.cpp | 34 -- 2 files changed, 19 insertions(+), 18 deletions(-) New commits: commit 6f5afd92baa481fb27aaebe769d283fb5382fd84 Author: Ashod Nakashian Date: Sun Jan 31 22:34:18 2016 -0500 loolwsd: fixed server

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

2016-01-31 Thread Ashod Nakashian
loolwsd/LOOLBroker.cpp | 89 + 1 file changed, 54 insertions(+), 35 deletions(-) New commits: commit 57240993b68dbc86d21e5a2bfb1a94171f6d7b35 Author: Ashod Nakashian Date: Sat Jan 30 18:58:05 2016 -0500 loolwsd: removed url cache in favor

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

2016-01-31 Thread Ashod Nakashian
loolwsd/LOOLBroker.cpp | 127 +++-- loolwsd/LOOLKit.cpp| 29 ++- 2 files changed, 46 insertions(+), 110 deletions(-) New commits: commit b596c80e34ea16323292e35f0e9db73abc7a98c0 Author: Ashod Nakashian Date: Sat Jan 30 13:03:03 2016 -0

[Bug 95405] Kill focus-stealing search and replace dialog and make functionality available in a sidebar deck

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95405 Akshay Deep changed: What|Removed |Added QA Contact||akshaydeepi...@gmail.com -- You ar

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

2016-01-31 Thread Caolán McNamara
vcl/headless/svpgdi.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 749c5a08016a0384686caab7528f3c8adc51fdc6 Author: Caolán McNamara Date: Sun Jan 31 21:40:54 2016 + use feeble fallback for older cairo Change-Id: I93f394575d9afa8eac50a5a7bb36453ae01675f

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

2016-01-31 Thread Caolán McNamara
vcl/headless/svpgdi.cxx | 66 1 file changed, 45 insertions(+), 21 deletions(-) New commits: commit 018dd407b000d263ca6ebeb08b32e712582b2784 Author: Caolán McNamara Date: Sun Jan 31 15:12:37 2016 + svp: implement polyLine B2DLineJoin

Re: Setting data in Writer chart from Basic

2016-01-31 Thread Jan Rheinländer
Hi, something like this: set doc = thisComponent set ctrl = thisComponent.CurrentController xChart = ctrl.getModel().getEmbeddedObjects.getByName("Objekt2") xChart.ExtendedControlOverEmbeddedObject.changeState(0) xChart.ExtendedControlOverEmbeddedObject.changeState(1) x

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

2016-01-31 Thread Stanislav Horacek
sd/uiconfig/simpress/ui/slidetransitionspanel.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e26f76d43ae2a4ad97f21e351fbddc12f5267aa0 Author: Stanislav Horacek Date: Sun Jan 31 19:06:55 2016 +0100 add missing colon in Slide Transitions sidebar deck

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

2016-01-31 Thread Noel Grandin
include/vcl/salnativewidgets.hxx | 17 - vcl/inc/svdata.hxx | 15 +++ 2 files changed, 15 insertions(+), 17 deletions(-) New commits: commit bf86287c5f439c4873e8e7d191449ef40dee5795 Author: Noel Grandin Date: Fri Jan 29 15:06:16 2016 +0200 mov

[Libreoffice-commits] core.git: basegfx/test canvas/source slideshow/inc slideshow/source sw/inc sw/source writerfilter/inc writerfilter/qa writerfilter/source xmloff/inc xmloff/source

2016-01-31 Thread Caolán McNamara
basegfx/test/basegfxtools.cxx| 17 - canvas/source/cairo/cairo_canvashelper.cxx |5 canvas/source/directx/dx_canvashelper_texturefill.cxx|4 canvas/source/vcl/canvashelper_texturefill.cxx

[Bug 89756] change from postfix operator++/-- to prefix operator++/--

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89756 --- Comment #19 from Commit Notification --- jan iversen committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=de368b7783dff197ae279e0720c61efb2e0ff274 Revert "t

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

2016-01-31 Thread jan iversen
vcl/source/control/field2.cxx | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) New commits: commit de368b7783dff197ae279e0720c61efb2e0ff274 Author: jan iversen Date: Sun Jan 31 18:07:30 2016 +0100 Revert "tdf#89756 swich postfix to prefi

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loolwsd/LOKitClient.cpp loolwsd/LOOLSession.cpp

2016-01-31 Thread Marco Cecchetti
loolwsd/LOKitClient.cpp |2 ++ loolwsd/LOOLSession.cpp |4 2 files changed, 6 insertions(+) New commits: commit f7f14252290d89f0ac6ffd67cdd37cb4de6392c1 Author: Marco Cecchetti Date: Sun Jan 31 17:48:32 2016 +0100 loolwsd - Fix -werror See commit 9dd1b28174e590a019fa

[Bug 66754] Remove own implementations of various Perl functions in installer

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=66754 --- Comment #9 from Josh Baldwin --- I am having email issues, so I'll post this here: I made the change to /setup_native/scripts/admin.pl. I did egrep -ir "admin.pl" . to see where in libreoffice admin.pl used. However, it does not a

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

2016-01-31 Thread kerem
accessibility/source/standard/vclxaccessiblefixedhyperlink.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit af7d23809f8b845fa0fb0401eaaf11f57073e4ee Author: kerem Date: Sat Jan 30 11:24:29 2016 +0200 tdf#88205 Delete 'css::uno::Sequence' Change-I

[Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205 --- Comment #6 from Commit Notification --- kerem committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=af7d23809f8b845fa0fb0401eaaf11f57073e4ee tdf#88205 Delete

[Bug 88205] Adapt uses of css::uno::Sequence to use initializer_list ctor

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88205 Commit Notification changed: What|Removed |Added Whiteboard|target:4.5.0|target:4.5.0 target:5.2.0 -

[Bug 89756] change from postfix operator++/-- to prefix operator++/--

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89756 Commit Notification changed: What|Removed |Added Whiteboard|target:4.5.0|target:4.5.0 target:5.2.0 -

[Bug 89756] change from postfix operator++/-- to prefix operator++/--

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89756 --- Comment #18 from Commit Notification --- erdemdemirkapi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3294af80ab39488188ffe6c762bf1a0aaf84a201 tdf#89

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

2016-01-31 Thread erdemdemirkapi
vcl/source/control/field2.cxx | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) New commits: commit 3294af80ab39488188ffe6c762bf1a0aaf84a201 Author: erdemdemirkapi Date: Sat Jan 30 15:50:47 2016 +0200 tdf#89756 swich postfix to prefix ope

[Bug 74608] Constructor functions for UNO component implementations

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74608 --- Comment #24 from Commit Notification --- kripton committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=9ab1bdc217792e90b1b27d81128881d57152afc8 tdf#74608 com

[Libreoffice-commits] core.git: comphelper/source comphelper/util

2016-01-31 Thread kripton
comphelper/source/container/NamedPropertyValuesContainer.cxx | 33 ++- comphelper/source/inc/comphelper_services.hxx|1 comphelper/source/misc/comphelper_services.cxx |1 comphelper/util/comphelp.component |3 - 4 file

[Bug 97362] Convert Java complex tests to Python

2016-01-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97362 --- Comment #4 from Commit Notification --- kadertarlan committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=830b758b11645730306e9f9e5b67e3b22ce17ec6 tdf#97362:

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

2016-01-31 Thread kadertarlan
sw/JunitTest_sw_complex.mk |2 sw/qa/complex/writer/CheckTable.java | 291 --- 2 files changed, 293 deletions(-) New commits: commit 830b758b11645730306e9f9e5b67e3b22ce17ec6 Author: kadertarlan Date: Sun Jan 31 10:21:40 2016 +0200 tdf#97362:

[Libreoffice-commits] core.git: accessibility/inc chart2/inc comphelper/inc comphelper/source cppcanvas/inc cui/inc dbaccess/inc drawinglayer/inc editeng/inc framework/inc reportdesign/inc sc/inc sd/s

2016-01-31 Thread Caolán McNamara
accessibility/inc/pch/precompiled_acc.hxx|1 - chart2/inc/pch/precompiled_chartcontroller.hxx |1 - comphelper/inc/pch/precompiled_comphelper.hxx|1 - comphelper/source/misc/documentinfo.cxx |5 + comphelper

[Libreoffice-commits] core.git: basic/source chart2/source connectivity/source cppuhelper/test cui/source dtrans/source editeng/source extensions/test filter/source fpicker/source framework/source i18

2016-01-31 Thread Noel Grandin
basic/source/basmgr/basmgr.cxx|6 chart2/source/controller/dialogs/tp_DataSource.cxx| 11 - chart2/source/model/template/DataInterpreter.cxx |2 chart2/source/view/charttypes/GL3DBarChart.cxx

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

2016-01-31 Thread Caolán McNamara
sc/source/ui/formdlg/dwfunctr.cxx | 265 +++- sc/source/ui/formdlg/dwfunctr.src | 10 - sc/source/ui/inc/dwfunctr.hxx | 18 -- sc/source/ui/sidebar/ScPanelFactory.cxx |2 4 files changed, 65 insertions(+), 230 deletions(-) New commits: c

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

2016-01-31 Thread Caolán McNamara
include/vcl/dockwin.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 890ebf1cc6bb58ff21da19d7fd4b9b67eaa32a9c Author: Caolán McNamara Date: Fri Jan 29 21:31:59 2016 + docking windows cannot be directly loaded from .res anymore Change-Id: Ia291

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

2016-01-31 Thread Caolán McNamara
include/sfx2/sidebar/Sidebar.hxx |6 +- sc/source/ui/view/tabvwsha.cxx |9 + sfx2/source/sidebar/Sidebar.cxx | 37 +++-- 3 files changed, 41 insertions(+), 11 deletions(-) New commits: commit e964c55f463c5b9daeb41dbed6c330b40911c313 Author:

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

2016-01-31 Thread Caolán McNamara
sc/source/ui/formdlg/dwfunctr.cxx |6 ++ sc/source/ui/inc/dwfunctr.hxx |1 - sc/source/ui/sidebar/ScPanelFactory.cxx |2 +- 3 files changed, 3 insertions(+), 6 deletions(-) New commits: commit 24af8af98edd3808d96b00b51648c1bb55da22eb Author: Caolán McNamara Date:

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

2016-01-31 Thread Caolán McNamara
sc/source/ui/app/scdll.cxx|3 --- sc/source/ui/formdlg/dwfunctr.cxx | 33 - sc/source/ui/inc/dwfunctr.hxx | 10 -- sc/source/ui/view/tabvwsh.cxx |1 - 4 files changed, 47 deletions(-) New commits: commit 682c07cc3f023a2a0f036f487

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

2016-01-31 Thread Caolán McNamara
sc/inc/scmod.hxx|1 - sc/source/ui/app/scmod.cxx | 19 --- sc/source/ui/unoobj/appluno.cxx |2 -- sc/source/ui/view/viewfunc.cxx |1 - 4 files changed, 23 deletions(-) New commits: commit 4b970fb14052796f85c9c2fb443222fc3a292b5a Author: Caolán

[Libreoffice-commits] dev-tools.git: clang/.gitignore clang/Makefile clang/qa

2016-01-31 Thread Miklos Vajna
clang/.gitignore |5 clang/Makefile | 13 + clang/qa/data/rename-cxx-constructor-decl-class.cxx |9 + clang/qa/data/rename-cxx-constructor-decl-class.cxx.expected |9 + clang/qa/data/r

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

2016-01-31 Thread Caolán McNamara
cui/source/options/optjava.hxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit 4074786a14691362157c69df6ae5717ec3980f9f Author: Caolán McNamara Date: Sun Jan 31 10:10:22 2016 + WaE: loplugin:defaultparams Change-Id: I91843f0aa99cf95b7c48

[Libreoffice-commits] dev-tools.git: clang/rename.cxx

2016-01-31 Thread Miklos Vajna
clang/rename.cxx | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) New commits: commit 81eeb0dea70ffb97b12c0331513f59e706215e94 Author: Miklos Vajna Date: Sun Jan 31 11:16:49 2016 +0100 clang: fix exit code in rename on csv parse failure diff --git a/clang/rename.cxx

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

2016-01-31 Thread Julien Nabet
vcl/source/fontsubset/ttcr.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 9d63774dd469869f52b3dc4af2c71211fd984b33 Author: Julien Nabet Date: Sun Jan 31 11:01:25 2016 +0100 cppcheck: fix redundantCopy scalloc calls calloc which allocates and zero-initializes ar

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

2016-01-31 Thread Caolán McNamara
sc/source/ui/formdlg/dwfunctr.cxx | 259 -- sc/source/ui/inc/dwfunctr.hxx |7 - 2 files changed, 28 insertions(+), 238 deletions(-) New commits: commit be859c9484fc984ca0ae5192cac6008af9897154 Author: Caolán McNamara Date: Fri Jan 29 14:43:16 2016

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

2016-01-31 Thread Julien Nabet
vcl/headless/svpbmp.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 24236beda2baed7ef967d9806ec1efb1985691fd Author: Julien Nabet Date: Sun Jan 31 10:50:39 2016 +0100 cppcheck: fix redundantCondition Change-Id: I838a34d6639de75ad08ef29937447936006

Nurhak ALTIN license statement

2016-01-31 Thread Nurhak Altın
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. -- Nurhak ALTIN phone: 0090-530-463-6980 -- ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://

Erdem Demirkapı License Statement

2016-01-31 Thread Erdem Demirkapı
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license Erdem DEMIRKAPI e-mail: *erdemdemirkapi.1...@gmail.com *- phone: 0090-539-886-5430 ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org