Re: master build fails in calcoptionsdlg.cxx

2014-11-07 Thread Jean-Baptiste Faure
Hi, Le 06/11/2014 15:05, Jean-Baptiste Faure a écrit : Hi, I get a compilation error here: .../LibO/master/sc/source/ui/optdlg/calcoptionsdlg.cxx: In member function ‘void ScCalcOptionsDialog::SelectionChanged()’: .../LibO/master/sc/source/ui/optdlg/calcoptionsdlg.cxx:597:66: error:

Re: master build fails in calcoptionsdlg.cxx

2014-11-07 Thread Tor Lillqvist
The error seems to come from my build option --disable-opencl in my autogen.input. Yeah; —disable-opencl is not a good idea in master right now. I will fix it eventually. —tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

2014-11-07 Thread Juergen Funk
svx/source/tbxctrls/SvxColorValueSet.cxx | 21 + svx/source/tbxctrls/tbcontrl.cxx |1 + 2 files changed, 10 insertions(+), 12 deletions(-) New commits: commit 8923bf821cab049e8f82380450b2440d5e146c7c Author: Juergen Funk juergen.funk...@cib.de Date: Fri Nov 7

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

2014-11-07 Thread Caolán McNamara
include/svl/zforlist.hxx| 10 --- include/svl/zformat.hxx |6 svl/source/numbers/zforlist.cxx | 57 svl/source/numbers/zformat.cxx | 20 -- unusedcode.easy |1 5 files changed, 94

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

2014-11-07 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/ooxmlexport4.cxx|2 +- sw/qa/extras/ooxmlimport/data/tcw-rounding.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx |6 ++ writerfilter/source/dmapper/DomainMapperTableManager.cxx |4 ++-- 4 files changed, 9

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

2014-11-07 Thread Caolán McNamara
include/svl/zforlist.hxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 19bba5545358421d8b86d8978261059c9426678e Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 7 09:29:34 2014 + still need one of the variants Change-Id:

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

2014-11-07 Thread Caolán McNamara
include/svl/zforlist.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit ccef581c42d2c6fd30a5804657f6d23e001daa66 Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 7 09:35:51 2014 + wrong place I guess Change-Id:

[Libreoffice-commits] core.git: 35 commits - filter/source include/svtools include/svx include/vcl oox/source sc/CppunitTest_sc_subsequent_export_test.mk sc/qa sd/CppunitTest_sd_export_tests.mk sd/qa

2014-11-07 Thread Zolnai Tamás
filter/source/msfilter/msdffimp.cxx |2 include/svtools/grfmgr.hxx | 16 - include/svx/svdograf.hxx|3 include/svx/svdpage.hxx | 17 -

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

2014-11-07 Thread Caolán McNamara
wizards/source/euro/AutoPilotRun.xba | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit babff1023a9dbfb35069b332b456f4d22986518a Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 7 09:56:01 2014 + default to ods instead of sxc

RE: Useless includes (maybe...)

2014-11-07 Thread Juergen Funk Mailinglist
Hi all, what i discuss with Tor i mean the construct (void) bSuccess; assert(bSuccess); is a little bit ugly In assert.h #ifdef NDEBUG #define assert(_Expression) ((void)0) #else Why '((void)0)' better empty or we define this #ifdef NDEBUG #define

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

2014-11-07 Thread Miklos Vajna
sw/source/ui/frmdlg/frmdlg.cxx |2 +- sw/source/uibase/inc/frmpage.hxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 30ec4ce259a26d7cefa2ee1d3c13383e8d86414c Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Nov 7 10:57:08 2014 +0100

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - vcl/Executable_vcldemo.mk vcl/workben

2014-11-07 Thread Michael Meeks
vcl/Executable_vcldemo.mk |4 vcl/workben/vcldemo.cxx | 267 ++ 2 files changed, 160 insertions(+), 111 deletions(-) New commits: commit d4d9483d7d3b20a23c238502a989f72da6ec2e09 Author: Michael Meeks michael.me...@collabora.com Date: Fri Nov

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/workben

2014-11-07 Thread Jan Holesovsky
vcl/workben/outdevgrind.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 51d61a22e1d6d95fde18fa434e233aa0087e4846 Author: Jan Holesovsky ke...@collabora.com Date: Fri Nov 7 11:42:50 2014 +0100 Fix the Windows build. Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/Module_vcl.mk vcl/opengl vcl/workben

2014-11-07 Thread Jan Holesovsky
vcl/Module_vcl.mk |8 vcl/opengl/salbmp.cxx |2 +- vcl/workben/vcldemo.cxx |1 + 3 files changed, 6 insertions(+), 5 deletions(-) New commits: commit 3935b123e0e9b19b7e4753e23b3905a6f59b36db Author: Jan Holesovsky ke...@collabora.com Date: Fri Nov 7 12:03:28 2014

[Libreoffice-commits] core.git: Branch 'feature/priorities' - sfx2/source vcl/source

2014-11-07 Thread Tobias Madl
sfx2/source/appl/newhelp.cxx |6 +++--- sfx2/source/appl/newhelp.hxx |2 +- vcl/source/edit/textdat2.hxx |2 +- vcl/source/edit/textdata.cxx |5 +++-- vcl/source/edit/texteng.cxx |2 +- 5 files changed, 9 insertions(+), 8 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/workben

2014-11-07 Thread Michael Meeks
vcl/workben/vcldemo.cxx | 66 +--- 1 file changed, 57 insertions(+), 9 deletions(-) New commits: commit 7dedb96d7a82f206dfa69ca6ed6a61e569dcddf8 Author: Michael Meeks michael.me...@collabora.com Date: Fri Nov 7 11:23:43 2014 + vcldemo:

[Libreoffice-commits] core.git: Branch 'feature/opengl-canvas-rework' - 2 commits - canvas/opengl canvas/source

2014-11-07 Thread Michael Jaumann
canvas/opengl/rectangularMultiColorGradientFragmentShader.glsl |6 canvas/source/opengl/ogl_canvascustomsprite.cxx| 30 +-- canvas/source/opengl/ogl_canvascustomsprite.hxx|1 canvas/source/opengl/ogl_canvashelper.cxx | 78

[Libreoffice-commits] core.git: Branch 'feature/priorities' - chart2/source sc/source svx/source

2014-11-07 Thread Jennifer Liebel
chart2/source/view/charttypes/GL3DBarChart.cxx |9 - chart2/source/view/inc/GL3DBarChart.hxx|2 +- sc/source/ui/inc/acredlin.hxx |4 ++-- sc/source/ui/miscdlgs/acredlin.cxx | 10 +- svx/source/form/filtnav.cxx|

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

2014-11-07 Thread Takeshi Abe
solenv/bin/create-tags |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d045ad920be0aa55cd3761dc236fc621bcd8e387 Author: Takeshi Abe t...@fixedpoint.jp Date: Fri Nov 7 13:52:44 2014 +0900 make 'make tags' work in case of out-of-tree build Change-Id:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - winaccessibility/source

2014-11-07 Thread Niklas Johansson
winaccessibility/source/service/AccObjectWinManager.cxx | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) New commits: commit 162535ded77633a07871be917b719861bcaf9f43 Author: Niklas Johansson sleeping.pil...@gmail.com Date: Wed Nov 5 09:44:24 2014 +0100 fdo#81264

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - winaccessibility/source

2014-11-07 Thread Niklas Johansson
winaccessibility/source/service/AccObject.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a148f119c7f6fe758f9bf8905ac12c646d934a52 Author: Niklas Johansson sleeping.pil...@gmail.com Date: Thu Oct 16 12:14:15 2014 +0200 fdo#74441 [Accessiblity] Don't expose

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

2014-11-07 Thread Zolnai Tamás
sc/qa/unit/subsequent_export-test.cxx |5 ++--- sd/qa/unit/export-tests.cxx|4 ++-- sw/qa/extras/globalfilter/globalfilter.cxx | 16 +++- 3 files changed, 7 insertions(+), 18 deletions(-) New commits: commit e284d7f2526bb01a3dc4b6297ba61b04a0613eff

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

2014-11-07 Thread Riccardo Magliocchetti
sw/CppunitTest_sw_uiwriter.mk |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 055a46d0e95345e7bf201adf64bccdff5451 Author: Riccardo Magliocchetti riccardo.magliocche...@gmail.com Date: Wed Nov 5 17:52:53 2014 +0100 Fixup headless build Don't

[Libreoffice-commits] core.git: include/oox lotuswordpro/source vcl/inc xmloff/inc xmloff/source

2014-11-07 Thread Andrea Gelmini
include/oox/ppt/timenode.hxx |1 - lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx |2 -- vcl/inc/PhysicalFontFamily.hxx |1 - xmloff/inc/txtvfldi.hxx|1 -

[Libreoffice-commits] core.git: shell/Module_shell.mk

2014-11-07 Thread Riccardo Magliocchetti
shell/Module_shell.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8b94b2e6d6f4d96b8f4b5da3471a66eed6b78af6 Author: Riccardo Magliocchetti riccardo.magliocche...@gmail.com Date: Wed Nov 5 17:10:16 2014 +0100 Don't add toolkit related shell packages with headless build

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 2 commits - vcl/source vcl/workben

2014-11-07 Thread Michael Meeks
vcl/source/opengl/OpenGLHelper.cxx |3 ++- vcl/workben/vcldemo.cxx| 29 - 2 files changed, 26 insertions(+), 6 deletions(-) New commits: commit 28d9d7dcfa62eeef9894c558ff97111d21a300e8 Author: Michael Meeks michael.me...@collabora.com Date: Fri Nov

Re: Build broken with --enable-headless

2014-11-07 Thread tarungoyal
Hi Riccardo, Thanks for the patch. I think a little modification is required. $(if $(ENABLE_HEADLESS),, \ must be modified to: $(if ! $(ENABLE_HEADLESS),, \ Also after making this change I got this error: Test name: testFdo37606Copy::Import equality assertion failed - Expected: 2 - Actual : 1

[Libreoffice-commits] core.git: avmedia/Library_avmediagst.mk avmedia/Module_avmedia.mk config_host.mk.in configure.ac postprocess/Rdb_services.mk Repository.mk

2014-11-07 Thread Jan-Marek Glogowski
Repository.mk |2 - avmedia/Library_avmediagst.mk |4 +-- avmedia/Module_avmedia.mk |2 - config_host.mk.in |6 ++--- configure.ac | 46 +- postprocess/Rdb_services.mk |2 - 6 files

Re: Useless includes (maybe...)

2014-11-07 Thread Stephan Bergmann
On 11/07/2014 11:02 AM, Juergen Funk Mailinglist wrote: i mean the construct (void) bSuccess; assert(bSuccess); is a little bit ugly That's a well-known shortcoming of standard C assert, inherited by C++. See

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/opengl vcl/workben

2014-11-07 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |3 ++- vcl/opengl/texture.cxx |4 vcl/workben/vcldemo.cxx | 16 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) New commits: commit 8d47d7a6be0fbc577686a9e918f087a2bf7602fc Author: Michael Meeks michael.me...@collabora.com Date: Fri

[Libreoffice-commits] core.git: 2 commits - avmedia/source basctl/source chart2/source dbaccess/source extensions/source include/svx include/vcl o3tl/qa sc/source sd/source sfx2/source svtools/source

2014-11-07 Thread Noel Grandin
avmedia/source/viewer/mediaevent_impl.cxx |8 - basctl/source/basicide/bastypes.cxx|2 chart2/source/controller/main/ChartController_TextEdit.cxx |2 chart2/source/controller/main/ChartController_Window.cxx |2

[Bug 84938] replace #defined constants with ‘enum class’

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84938 --- Comment #4 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Noel Grandin committed a patch related to this issue. It has been pushed to master:

[Libreoffice-commits] core.git: Branch 'private/tml/opencl-default-1' - 7 commits - officecfg/registry sc/inc sc/source sc/uiconfig

2014-11-07 Thread Tor Lillqvist
officecfg/registry/schema/org/openoffice/Office/Calc.xcs |2 sc/inc/calcconfig.hxx| 72 + sc/source/core/tool/calcconfig.cxx | 56 ++-- sc/source/core/tool/formulaopt.cxx | 62

[Libreoffice-commits] core.git: distro-configs/LibreOfficeAndroidAarch64.conf distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf distro-configs/LibreOfficeLinux.conf

2014-11-07 Thread Christian Lohmaier
distro-configs/LibreOfficeAndroid.conf|2 +- distro-configs/LibreOfficeAndroidAarch64.conf |2 +- distro-configs/LibreOfficeAndroidX86.conf |2 +- distro-configs/LibreOfficeLinux.conf |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) New commits: commit

[Libreoffice-commits] buildbot.git: bin/push_nightlies.sh

2014-11-07 Thread Christian Lohmaier
bin/push_nightlies.sh |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit fd188bda674ab20148dadcd802bcbbc78b8ca921 Author: Christian Lohmaier lohmaier+git...@googlemail.com Date: Fri Nov 7 12:00:27 2014 +0100 INPATH wath removed a year ago.. diff --git

Re: Build broken with --enable-headless

2014-11-07 Thread Riccardo Magliocchetti
Il 07/11/2014 12:51, tarungoyal ha scritto: Hi Riccardo, Thanks for the patch. I think a little modification is required. $(if $(ENABLE_HEADLESS),, \ must be modified to: $(if ! $(ENABLE_HEADLESS),, \ Nope, the original patch was fine :) The if syntax is: conditional,true branch,false branch

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

2014-11-07 Thread Zolnai Tamás
sc/qa/unit/subsequent_export-test.cxx |4 ++-- sd/qa/unit/export-tests.cxx|8 sw/qa/extras/globalfilter/globalfilter.cxx |4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) New commits: commit aeebbec4e8fb77a24b231362844d5a3f0f05e3c2 Author: Zolnai

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/opengl

2014-11-07 Thread Michael Meeks
vcl/opengl/gdiimpl.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9084d7be36f3955725e2395ae176d2af1ceac358 Author: Michael Meeks michael.me...@collabora.com Date: Fri Nov 7 14:33:48 2014 + vcl: vertically invert line and point positions

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

2014-11-07 Thread Caolán McNamara
cui/source/inc/cuicharmap.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8da62747d0d870db3b9746b765d18b2a62e4b31b Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 7 14:30:50 2014 + Resolves: fdo#85939 its not an OKButton anymore

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

2014-11-07 Thread Zolnai Tamás
sd/qa/unit/export-tests.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 673f3dfc3cc4190a01001280330ff0b63cd1cc7f Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Nov 7 15:41:53 2014 +0100 Build fix again Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - vcl/workben

2014-11-07 Thread Michael Meeks
vcl/workben/vcldemo.cxx | 56 1 file changed, 56 insertions(+) New commits: commit 0ec02a11bac301f07ca818875189ab3eaf713f14 Author: Michael Meeks michael.me...@collabora.com Date: Fri Nov 7 15:11:38 2014 + vcldemo: more interesting

[Libreoffice-commits] core.git: Branch 'private/tml/opencl-default-1' - sc/source

2014-11-07 Thread Tor Lillqvist
sc/source/ui/optdlg/calcoptionsdlg.cxx | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) New commits: commit 180ad590fbf08968599cc833349c322d4bd4803b Author: Tor Lillqvist t...@collabora.com Date: Fri Nov 7 17:35:52 2014 +0200 Update the white or black list

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

2014-11-07 Thread Zolnai Tamás
forms/source/component/ImageControl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5771bde234ec65d79501d5eab938e06dfe43e232 Author: Zolnai Tamás tamas.zol...@collabora.com Date: Fri Nov 7 16:53:47 2014 +0100 Try to fix ambiguity error Change-Id:

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

2014-11-07 Thread Zolnai Tamás
sc/qa/unit/subsequent_export-test.cxx |2 +- sd/qa/unit/export-tests.cxx|2 +- sw/qa/extras/globalfilter/globalfilter.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit b6a41916f351fd2d6c8934a9f35ec72159ee5009 Author: Zolnai Tamás

Re: 'master' 'make check' lcov code coverage report

2014-11-07 Thread Maarten Hoes
On Mon, Nov 3, 2014 at 8:12 PM, Maarten Hoes hoes.maar...@gmail.com wrote: On Mon, Nov 3, 2014 at 8:02 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Maybe not weekly but bi-weekly or monthly. Otherwise it will only be done from time to time without a plan. Hrm. Good point.

[Libreoffice-commits] core.git: 4 commits - officecfg/registry sc/inc sc/source sc/uiconfig

2014-11-07 Thread Tor Lillqvist
officecfg/registry/schema/org/openoffice/Office/Calc.xcs |2 sc/inc/calcconfig.hxx| 70 - sc/source/core/tool/calcconfig.cxx | 44 ++- sc/source/core/tool/formulaopt.cxx | 62 +++-

[Libreoffice-commits] core.git: Branch 'feature/opengl-vcl' - 3 commits - vcl/inc vcl/source vcl/win

2014-11-07 Thread Jan Holesovsky
vcl/inc/win/salgdi.h|2 +- vcl/source/opengl/OpenGLContext.cxx |5 + vcl/win/source/gdi/salgdi.cxx |6 +- 3 files changed, 11 insertions(+), 2 deletions(-) New commits: commit a865aafc30607dcbe2f824a2415f0aae55e7375e Author: Jan Holesovsky

Re: 'master' 'make check' lcov code coverage report

2014-11-07 Thread Norbert Thiebaud
On Fri, Nov 7, 2014 at 10:38 AM, Maarten Hoes hoes.maar...@gmail.com wrote: On Mon, Nov 3, 2014 at 8:12 PM, Maarten Hoes hoes.maar...@gmail.com wrote: On Mon, Nov 3, 2014 at 8:02 PM, Markus Mohrhard markus.mohrh...@googlemail.com wrote: Maybe not weekly but bi-weekly or monthly. Otherwise

Re: 'master' 'make check' lcov code coverage report

2014-11-07 Thread Maarten Hoes
On Fri, Nov 7, 2014 at 7:29 PM, Norbert Thiebaud nthieb...@gmail.com wrote: On Fri, Nov 7, 2014 at 10:38 AM, Maarten Hoes hoes.maar...@gmail.com wrote: On Mon, Nov 3, 2014 at 8:12 PM, Maarten Hoes hoes.maar...@gmail.com wrote: On Mon, Nov 3, 2014 at 8:02 PM, Markus Mohrhard

QA Meeting Minutes - 2014-11-05

2014-11-07 Thread Robinson Tryon
Hi all, Big thanks to everyone in attendance at the QA Meeting today! I want to give a quick shout-out to Beluga, one of our newest QA contributors, who has been doing a lot of great work on various bug reports, including some of our oldest and hardest-to-repro UNCONFIRMED reports. If you are

FOSDEM Call for Paper

2014-11-07 Thread Italo Vignoli
FOSDEM 15 will be held at the ULB Campus Solbosch on Saturday, January 31, and Sunday, February 1st, 2015. Open document editors are coming again to FOSDEM with a shared devroom which gives every project in this area a chance to present ODF related developments and innovations. The devroom is

Re: REOPENED Bugs

2014-11-07 Thread Eike Rathke
Hi Joel, On Thursday, 2014-11-06 15:01:40 -0800, Joel Madero wrote: Good news is - now REOPENED actually has a useful definition: A bug is REOPENED if it is (1) assigned; (2) the assigned developer said they fixed it; (3) someone has reproduced the problem on a version which according to the

Re: 'master' 'make check' lcov code coverage report

2014-11-07 Thread Norbert Thiebaud
On Fri, Nov 7, 2014 at 1:28 PM, Maarten Hoes hoes.maar...@gmail.com wrote: all these 3 point could be solved by putting that job under jenkins control.. I'll have a look at doing that. Alright, so no complex error handling code then. But I guess you still will want the script to exit with a

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

2014-11-07 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/table-rtl.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 10 ++ writerfilter/source/dmapper/DomainMapperTableManager.cxx |7 +++ 3 files changed, 17 insertions(+) New commits: commit

Re: coverity warnings update, 120 remaining warnings

2014-11-07 Thread Eike Rathke
Hi Caolán, On Tuesday, 2014-11-04 21:00:27 +, Caolán McNamara wrote: Great, my next contender for most suspicious remaining warning is 1242526 Arguments in wrong order in sc/source/ui/Accessibility/AccessessiblePreviewTable.cxx:322 where rRowInfo.bIsHeader, rCorInfo.bIsHeader arguments

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

2014-11-07 Thread Caolán McNamara
sd/source/filter/xml/sdxmlwrp.cxx | 48 ++ 1 file changed, 48 insertions(+) New commits: commit 4139f124e01526c3bf9dd5736c41d7b48799a2d2 Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 7 14:16:58 2014 + Resolves: rhbz#1161238 sync

[Libreoffice-commits] core.git: 3 commits - include/svx svx/source svx/workben vcl/workben

2014-11-07 Thread Caolán McNamara
include/svx/unoshape.hxx|2 +- svx/source/unodraw/unoshap3.cxx |2 +- svx/workben/pixelctl.cxx|5 + vcl/workben/svpclient.cxx |5 + 4 files changed, 12 insertions(+), 2 deletions(-) New commits: commit d58c32fc168d7c8431e09e7fd275eaed68e13a7d Author:

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

2014-11-07 Thread Eike Rathke
sc/source/ui/namedlg/namedefdlg.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit bbdecd902bf2844d781dc1550a1d24bcac80b260 Author: Eike Rathke er...@redhat.com Date: Fri Nov 7 21:34:52 2014 +0100 coverity#735814 Explicit null dereferenced

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

2014-11-07 Thread Caolán McNamara
sd/source/ui/view/drviewse.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ba59fc533b6ac393969b456e72223d7d839b46c1 Author: Caolán McNamara caol...@redhat.com Date: Fri Nov 7 21:06:18 2014 + coverity#1251173 Dereference before null check

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

2014-11-07 Thread Mark Hung
sw/qa/extras/rtfexport/data/cjklist12.rtf| 225 +++ sw/qa/extras/rtfexport/data/cjklist13.rtf| 225 +++ sw/qa/extras/rtfexport/data/cjklist16.rtf| 225 +++ sw/qa/extras/rtfexport/data/cjklist20.rtf|

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

2014-11-07 Thread Tor Lillqvist
vcl/android/androidinst.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 46a47217de2c3225bfdeb9d32bb76bbbd8c26c36 Author: Tor Lillqvist t...@collabora.com Date: Sat Nov 8 00:29:47 2014 +0200 These constants are now in the MouseEventModifiers class

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

2014-11-07 Thread Tor Lillqvist
vcl/ios/iosinst.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit c989f5e0e11e295b11ffc921b0d105869e037e47 Author: Tor Lillqvist t...@collabora.com Date: Sat Nov 8 00:51:21 2014 +0200 These constants are now in the scoped enum MouseEventModifiers

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

2014-11-07 Thread Norbert Thiebaud
linguistic/source/spelldsp.cxx |4 +++- sc/source/ui/optdlg/calcoptionsdlg.cxx |5 - 2 files changed, 7 insertions(+), 2 deletions(-) New commits: commit fe076b977661679842d44ecf21a66fca4d96ce33 Author: Norbert Thiebaud nthieb...@gmail.com Date: Fri Nov 7 19:48:19 2014

LibreOffice Gerrit News for core on 2014-11-08

2014-11-07 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#81475 Disabling background color in enabling some other buttons in https://gerrit.libreoffice.org/12306 from Yousuf Philips about module sw + make line

[Libreoffice-qa] difference between builds

2014-11-07 Thread Lera Goncharuk
Hi, Could anybody explain the difference between builds on the page, please? http://dev-builds.libreoffice.org/daily/master/ I understand what is “Linux”, “Window”, “MacOs”, x86, 86_64, rpm, deb. But don't understand the piece after @ (at). Thank you in advance. Lera.

Re: [Libreoffice-qa] difference between builds

2014-11-07 Thread Christian Lohmaier
Hi Lera, On Fri, Nov 7, 2014 at 2:37 PM, Lera Goncharuk lera.goncha...@gmail.com wrote: Hi, Could anybody explain the difference between builds on the page, please? http://dev-builds.libreoffice.org/daily/master/ I understand what is “Linux”, “Window”, “MacOs”, x86, 86_64, rpm, deb. But

Re: [Libreoffice-qa] difference between builds

2014-11-07 Thread Lera Goncharuk
Hi Christian. Thank you. Now it is clear. Lera. В письме от 7 ноября 2014 14:40:57 пользователь Christian Lohmaier написал: That's the identifier of the tinderbox/buildbot that created the build. See https://wiki.documentfoundation.org/Development/Tinderbox#List_of_registere d_Tinderboxes

[Libreoffice-qa] the Win-x86@51-TDF build

2014-11-07 Thread Lera Goncharuk
Hello, Can you add the Russian language in the Win-x86@51-TDF build, please? Some Russian people don't know English, but try to check the functionality which they use every day for this build. They asked me to make this request. Is it possible? Thank you in advance. Lera.

Re: [Libreoffice-qa] QA Meeting Minutes - 2014-11-05

2014-11-07 Thread bfoman
Hi! Robinson Tryon wrote Yes, passwords should be invalidated. Could you please confirm it? I couldn't check it by myself. Robinson Tryon wrote Bugmail is currently enabled for regular user accounts. I've added a warning message asking people to try to avoid heavily-spamming people who

Re: [Libreoffice-qa] REOPENED Bugs

2014-11-07 Thread Jochen Schiffers
Hi *, Am 07.11.2014 um 00:01 schrieb Joel Madero: 1. What should we do about bugs that are REOPENED but unassigned? IMHO these should be pushed back to NEW +1 2. Should we ping developers who have reopened bugs to see if they are going to look into it again or if they can drop the bug? +1

Re: [Libreoffice-qa] QA Meeting Minutes - 2014-11-05

2014-11-07 Thread Robinson Tryon
On Fri, Nov 7, 2014 at 8:23 AM, bfoman bfo.bugm...@spamgourmet.com wrote: Robinson Tryon wrote Yes, passwords should be invalidated. Could you please confirm it? I couldn't check it by myself. The database dump I received has the passwords cleared. Robinson Tryon wrote Bugmail is currently

Re: [Libreoffice-qa] QA Meeting Minutes - 2014-11-05

2014-11-07 Thread bfoman
Hi! Robinson Tryon wrote The goal of this test install is for us to verify that it can operate in the same fashion as Bugzilla running on FDO. Because email is used so heavily in the bug tracker, I think it would be a huge burden to try to test if we shunted the bugmail to a file. Do you have

Re: [Libreoffice-qa] REOPENED Bugs

2014-11-07 Thread Eike Rathke
Hi Joel, On Thursday, 2014-11-06 15:01:40 -0800, Joel Madero wrote: Good news is - now REOPENED actually has a useful definition: A bug is REOPENED if it is (1) assigned; (2) the assigned developer said they fixed it; (3) someone has reproduced the problem on a version which according to the

[Libreoffice-bugs] [Bug 85914] Shrink to fit cell size cuts text by omitting words which would have overflown if using original size

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85914 Edgar Kuchelmeister 101.367...@germanynet.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 54907] PRINTING ctrl-p should show print form like in writer

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54907 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 85912] ibus keyboarding solution - kmfl characters are not swallowed after completing the complex letter

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85912 Justin L jl...@mail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 40732] Calc: Using ROW() and COLUMN() in array formula fails

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40732 Sören Weber s...@ditec-gmbh.de changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 54907] PRINTING ctrl-p should show print form like in writer

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54907 Paolo Benvenuto paolobe...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 52156] I recevive the error ORA-00933 : Sql command not properly ended

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52156 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 52156] I recevive the error ORA-00933 : Sql command not properly ended

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52156 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 56630] FORMATTING, UI:numbering/bullets do not indent

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56630 Beluga todven...@suomi24.fi changed: What|Removed |Added CC||todven...@suomi24.fi ---

[Libreoffice-bugs] [Bug 56850] top line file save, file save as, etc does not consistantly appear

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56850 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 57057] npsoplugin: sometimes does not display document after closing tabs/soffice

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57057 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 57056] npsoplugin: starting soffice in parallel does not show start center

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57056 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 48887] FILESAVE: Save as HTML in Writer should not embed images

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48887 --- Comment #16 from David N. Welton dav...@dedasys.com --- I'm not sure if this is the correct place to comment, but if this is added as an option, it would be wonderful if it were possible to control it from the command line. I use libreoffice

[Libreoffice-bugs] [Bug 57759] VIEWING: Gradient in metafile object is not rotated together with object if anti-aliasing is off.

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57759 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 83765] EDITING: Wrong/Random ordering on sort by column.

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83765 --- Comment #16 from ralf.feh...@gmx.net --- First I though that my file was corrupted. Now I assume, it is libreoffice calc, which is broken. The same effect occurs with old backups of my file. The sort order changes every time, the sort

[Libreoffice-bugs] [Bug 85611] Entering a protected space by keyboard not working

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85611 li...@hkopf.de changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 58287] EDITING: Selecting a rectangle without background requires hitting border

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58287 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 58287] EDITING: Selecting a rectangle without background requires hitting border

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58287 Beluga todven...@suomi24.fi changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 85867] LibreOffice slow at rendering charts involving a large number of data points

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85867 Robert Pollak robert.pol...@mykolab.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 74390] Header odd/even/first page information corrupted after ODT FILESAVE / FILELOAD cycle

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74390 Pergamon d...@dosc.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 74390] Header odd/even/first page information corrupted after ODT FILESAVE / FILELOAD cycle

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74390 --- Comment #9 from Pergamon d...@dosc.net --- Retested this scenario with LibreOffice 4.3.3: The bug is fixed. Header handling works now as expected with no duplications. Can be closed. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 56707] Starting up LibO crashes in Windows XP Pro SP3

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56707 --- Comment #61 from A (Andy) stgohi-lob...@yahoo.de --- I am also very sorry to hear that. Too bad. Maybe, Michael has any further ideas? -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 85184] Meta: Track new color picker bugs

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=85184 Bug 85184 depends on bug 84574, which changed state. Bug 84574 Summary: COLOR PICKER: Palette color list should have scrollbar https://bugs.freedesktop.org/show_bug.cgi?id=84574 What|Removed |Added

[Libreoffice-bugs] [Bug 84574] COLOR PICKER: Palette color list should have scrollbar

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84574 Samuel Mehrbrodt s.mehrbr...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 35077] [UI] Add an OPTION to switch off special effects, such as flashing lines around copy source cell(s)

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35077 andréb and...@laposte.net changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 57478] UI: FILEOPEN LibOCreated.xls with grouped columns shows collapse '-' instead expand'+' above collapsed columns

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57478 Beluga todven...@suomi24.fi changed: What|Removed |Added CC||todven...@suomi24.fi ---

[Libreoffice-bugs] [Bug 37240] [BASIC]thisComponent.currentController.activeSheet gives error when loading spreadsheet

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37240 andréb and...@laposte.net changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 81714] Other: The new Language Tag feature in LO 4.3 works only with Latin scripts

2014-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81714 --- Comment #5 from martin_hos...@sil.org --- I think what is needed is to change cui/source/inc/chardlg.hxx such that SvxLanguageBox* m_pEastFontLanguageLB; SvxLanguageBox* m_pCTLFontLanguageLB; become: SvxLanguageComboBox*

  1   2   3   4   >