LibreOffice Gerrit News for submodules on 2014-05-07

2014-05-07 Thread gerrit
Moin! ~~ Project dictionaries ~~ Nothing moved in the project for the last 25 hours ~~ Project translations ~~ Nothing moved in the project for the last 25 hours ~~ Project help ~~ * Open changes on master for project help changed in the last 25 hours: None *

LibreOffice Gerrit News for core on 2014-05-07

2014-05-07 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + Translate German comments, fix some ws in https://gerrit.libreoffice.org/9263 from Philipp Weissenbacher about module sc + fdo#43157 [API CHANGE] Remove OSL_POSTCOND, prefer SAL_WARN_IF in

Re: [patch] [solved] build failure

2014-05-07 Thread David Tardon
Hi, On Tue, May 06, 2014 at 03:35:32AM -0700, julien2412 wrote: Sorry Terrence, my fault here :-( Thanks to Kohei, I could fix these at the beginning of the morning (UTC+2) It could be useful to force building in C++98 or at least put an option in autogen.input. You do not need an option

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

2014-05-07 Thread Tomaž Vajngerl
chart2/source/controller/dialogs/dlg_ObjectProperties.cxx |2 chart2/source/inc/RegressionCalculationHelper.hxx | 123 ++ chart2/source/tools/RegressionCalculationHelper.hxx | 123 -- 3 files changed, 124 insertions(+), 124 deletions(-) New commits:

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

2014-05-07 Thread Pallavi Jadhav
sw/qa/extras/ooxmlexport/data/fdo77812.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx| 17 + sw/source/filter/ww8/wrtww8.cxx | 15 +++ 3 files changed, 32 insertions(+) New commits: commit f6eb92406bd366c557bc07810649e7ab3d1db614 Author:

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

2014-05-07 Thread Thomas Arnhold
sc/inc/drawattr.hxx|8 - sc/source/ui/view/drawattr.cxx | 61 - sc/source/ui/view/tabvwsh.cxx |1 3 files changed, 70 deletions(-) New commits: commit a7a2fa9303c226aef409ac032272908c6c08e4ee Author: Thomas Arnhold

Re: fdo#63315: sign windows binaries during build

2014-05-07 Thread David Tardon
Hi, On Tue, May 06, 2014 at 02:24:15PM +0200, Christian Lohmaier wrote: Hi *, On Tue, May 6, 2014 at 11:23 AM, Andras Timar tima...@gmail.com wrote: Hi, On Tue, May 6, 2014 at 1:56 AM, Mathias MICHEL mathias-mic...@laposte.net wrote: See

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

2014-05-07 Thread Thomas Arnhold
sw/source/ui/fldui/javaedit.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 710da5b12d52abfd96527b43f5959ae31b8e7407 Author: Thomas Arnhold tho...@arnhold.org Date: Wed May 7 09:42:18 2014 +0200 WaE: C4389: '!=' : signed/unsigned mismatch

Re: fdo#63315: sign windows binaries during build

2014-05-07 Thread Christian Lohmaier
Hi David, *, On Wed, May 7, 2014 at 10:17 AM, David Tardon dtar...@redhat.com wrote: On Tue, May 06, 2014 at 02:24:15PM +0200, Christian Lohmaier wrote: On Tue, May 6, 2014 at 11:23 AM, Andras Timar tima...@gmail.com wrote: On Tue, May 6, 2014 at 1:56 AM, Mathias MICHEL

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

2014-05-07 Thread Tor Lillqvist
sw/source/filter/ww8/wrtww8.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit eac9586b22ca1cddaa80a0b040c57fbed3616420 Author: Tor Lillqvist t...@collabora.com Date: Wed May 7 11:52:57 2014 +0300 WaE: implicit conversion of literal of type 'sal_Bool' to

[Bug 37361] LibreOffice 3.5 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45260, which changed state. Bug 45260 Summary: EDITING: Pasted object not same position w.r.t. original object if border thickness greater 0 https://bugs.freedesktop.org/show_bug.cgi?id=45260 What

Re: About Svgreader

2014-05-07 Thread Thorsten Behrens
Miklos Vajna wrote: AFAIK the filter one is used when you open a .svg file (which opens in Draw), and the svgio one is used to handle embedded SVG files. Yep. svgio is the newer code, it came in via 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70, the filter one much older, dates back to 2002. No

[Libreoffice-commits] core.git: configure.ac

2014-05-07 Thread Tor Lillqvist
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c6fdd34c16f415629222348631141c3e13af6d4a Author: Tor Lillqvist t...@collabora.com Date: Wed May 7 12:09:03 2014 +0300 Build libgltf for Android, too It won't be used for now, anyway, as

Re: fdo#63315: sign windows binaries during build

2014-05-07 Thread Thorsten Behrens
David Tardon wrote: If we really want to continue to use this script for signing, IMHO it should be done as a separate step after build. Might be a good idea anyway. Defined point in time when keys are used, less code involved, etc etc. -- Thorsten signature.asc Description: Digital

Re: [patch] [solved] build failure

2014-05-07 Thread Miklos Vajna
Hi, On Wed, May 07, 2014 at 08:29:26AM +0200, David Tardon dtar...@redhat.com wrote: You do not need an option for that. All you need is to add CXX=g++ -std=c++98 to autogen.input. Or run Though, then e.g. SAL_OVERRIDE will evaluate to an empty macro, and you can introduce build issues

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

2014-05-07 Thread Miklos Vajna
sw/source/core/docnode/nodedump.cxx | 14 ++ sw/source/core/layout/atrfrm.cxx|2 +- 2 files changed, 15 insertions(+), 1 deletion(-) New commits: commit 0c5c0cd534b12254d71c874d80ee8d4637ff2d0b Author: Miklos Vajna vmik...@collabora.co.uk Date: Wed May 7 11:34:53 2014

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

2014-05-07 Thread Tor Lillqvist
include/touch/touch.h |3 --- 1 file changed, 3 deletions(-) New commits: commit c59fce8b51dfdd901da2a5902702271914f1e6bb Author: Tor Lillqvist t...@collabora.com Date: Wed May 7 13:15:18 2014 +0300 There is no touch_lo_render_windows() any more Change-Id:

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

2014-05-07 Thread Stephan Bergmann
sw/source/core/layout/atrfrm.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3703e3985e0aa9325cf9256a78bab6e62a24ede4 Author: Stephan Bergmann sberg...@redhat.com Date: Wed May 7 12:31:45 2014 +0200 loplugin:implicitboolconversion Change-Id:

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

2014-05-07 Thread Caolán McNamara
sfx2/source/dialog/dinfdlg.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 087fcc43b13985b03d935dfd1e25a0d36d58cb1e Author: Caolán McNamara caol...@redhat.com Date: Wed May 7 12:25:33 2014 +0100 Resolves: fdo#68600 limit comment width

Re: LibreOffice fails to build on Mac OS

2014-05-07 Thread florino
In the mean time the problem is solved. I did an update to the macports tree, as I saw that many packages were outdated. Before this I did NOT use the system libxml2 because the autogen.sh said it can't find it so I changed configure.ac to use the internal libxml2 for Darwin OS too. After the

[Libreoffice-commits] core.git: 2 commits - configure.ac postprocess/Rdb_services.mk RepositoryModule_host.mk

2014-05-07 Thread Tor Lillqvist
RepositoryModule_host.mk|2 +- configure.ac|2 +- postprocess/Rdb_services.mk |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 21e2f5b0b1bc86c5032242ee3505f8e07b54affa Author: Tor Lillqvist t...@collabora.com Date: Wed May 7 13:52:47

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 68600, which changed state. Bug 68600 Summary: properties dialog expands to screen size if long comment is entered https://bugs.freedesktop.org/show_bug.cgi?id=68600 What|Removed

Re: fdo#63315: sign windows binaries during build

2014-05-07 Thread David Tardon
Hi, On Wed, May 07, 2014 at 10:41:59AM +0200, Christian Lohmaier wrote: Hi David, *, On Wed, May 7, 2014 at 10:17 AM, David Tardon dtar...@redhat.com wrote: On Tue, May 06, 2014 at 02:24:15PM +0200, Christian Lohmaier wrote: On Tue, May 6, 2014 at 11:23 AM, Andras Timar tima...@gmail.com

Re: Questions about getCppuType

2014-05-07 Thread Stephan Bergmann
On 05/05/2014 09:07 AM, sberg wrote: On 04/25/2014 11:06 PM, julien2412 [via Document Foundation Mail Archive] wrote: I've begun to replace some parts and had this when I've changed this: else if ( pType == ::getCppuType((const sal_uInt16*)0) ) into this: else if ( pType ==

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dbaccess/source forms/source fpicker/source include/svx sd/source

2014-05-07 Thread Stephan Bergmann
dbaccess/source/ui/inc/sbagrid.hxx|2 +- forms/source/component/Edit.hxx |2 +- forms/source/component/FormattedField.hxx |2 +- fpicker/source/office/commonpicker.hxx|2 +- include/svx/gridctrl.hxx |4 ++--

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - vcl/unx

2014-05-07 Thread Jacobo Aragunde Pérez
vcl/unx/gtk/a11y/atkwrapper.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 67dab7c4b851573747e41def560e26dacdb8ceac Author: Jacobo Aragunde Pérez jaragu...@igalia.com Date: Tue May 6 10:45:30 2014 +0200 fdo#39944: improve mapping between ATK and UNO

[Bug 39944] ACCESSIBILITY: Implement new ATK Roles

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39944 Commit Notification libreoffice-comm...@lists.freedesktop.org changed: What|Removed |Added Whiteboard|EasyHack

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

2014-05-07 Thread Vort
sdext/source/pdfimport/inc/pdfihelper.hxx|1 + sdext/source/pdfimport/misc/pdfihelper.cxx | 11 --- sdext/source/pdfimport/tree/drawtreevisiting.cxx | 11 ++- 3 files changed, 15 insertions(+), 8 deletions(-) New commits: commit

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

2014-05-07 Thread Caolán McNamara
cui/uiconfig/ui/linetabpage.ui | 129 - 1 file changed, 66 insertions(+), 63 deletions(-) New commits: commit 9bd4bd431cefda3602701ea648e221be01af7a5d Author: Caolán McNamara caol...@redhat.com Date: Wed May 7 13:43:25 2014 +0100 Resolves:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - wizards/com

2014-05-07 Thread Stephan Bergmann
wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py |2 - wizards/com/sun/star/wizards/ui/WizardDialog.py | 12 -- 2 files changed, 11 insertions(+), 3 deletions(-) New commits: commit bf355f47f49eb352985c129544c60c27814f450b Author: Stephan Bergmann

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 77899, which changed state. Bug 77899 Summary: Can't launch Fax, Agenda or Letter wizard https://bugs.freedesktop.org/show_bug.cgi?id=77899 What|Removed |Added

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 75519, which changed state. Bug 75519 Summary: EDITING: CrossReference as Chapter becomes ?? https://bugs.freedesktop.org/show_bug.cgi?id=75519 What|Removed |Added

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

2014-05-07 Thread Michael Stahl
sw/source/core/fields/chpfld.cxx | 31 --- 1 file changed, 31 deletions(-) New commits: commit cc0a7699bb79efad488094e33464d4793758ee3f Author: Michael Stahl mst...@redhat.com Date: Wed May 7 14:54:54 2014 +0200 fdo#75519: fix chapter cross references

[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-window-version2' - 2 commits - chart2/source

2014-05-07 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx | 11 +++ chart2/source/view/inc/GL3DBarChart.hxx|6 +++--- chart2/source/view/inc/GL3DRenderer.hxx|4 ++-- chart2/source/view/main/ChartView.cxx |2 +- 4 files changed, 13 insertions(+), 10 deletions(-)

[Libreoffice-commits] core.git: dictionaries

2014-05-07 Thread Julien Nabet
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a0f77cbfe2b8b51097af797009705fa79f1fe44e Author: Julien Nabet serval2...@yahoo.fr Date: Thu May 1 18:49:19 2014 +0200 Updated core Project: dictionaries d478664ac0a8e8997d8d17a76a39d2704f7a254d

[Libreoffice-commits] dictionaries.git: en/dialog

2014-05-07 Thread Julien Nabet
en/dialog/en.xdl | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) New commits: commit d478664ac0a8e8997d8d17a76a39d2704f7a254d Author: Julien Nabet serval2...@yahoo.fr Date: Thu May 1 18:49:19 2014 +0200 Resolves: fdo#76692 LightProof:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - dictionaries

2014-05-07 Thread Julien Nabet
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d91899f612fddd70425d1170248ed1a29cc02209 Author: Julien Nabet serval2...@yahoo.fr Date: Thu May 1 18:49:19 2014 +0200 Updated core Project: dictionaries 06217fb7e4e03bca013563558c61cc10b8437eb7

[Libreoffice-commits] dictionaries.git: Branch 'libreoffice-4-2' - en/dialog

2014-05-07 Thread Julien Nabet
en/dialog/en.xdl | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) New commits: commit 06217fb7e4e03bca013563558c61cc10b8437eb7 Author: Julien Nabet serval2...@yahoo.fr Date: Thu May 1 18:49:19 2014 +0200 Resolves: fdo#76692 LightProof:

[Libreoffice-commits] core.git: 21 commits - basctl/source chart2/source sd/source sfx2/source svx/source sw/source vcl/source xmlsecurity/source

2014-05-07 Thread Caolán McNamara
basctl/source/basicide/baside2b.cxx|3 +-- chart2/source/view/main/OpenglShapeFactory.cxx |8 +--- sd/source/ui/app/sdmod1.cxx| 12 sd/source/ui/dlg/animobjs.cxx | 12 +++- sd/source/ui/func/futhes.cxx

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

2014-05-07 Thread Takeshi Abe
sc/source/ui/view/printfun.cxx | 15 +-- sc/source/ui/view/tabvwsh3.cxx | 14 -- sc/source/ui/view/tabvwshf.cxx | 19 +++ sc/source/ui/view/viewfun2.cxx | 22 -- sc/source/ui/view/viewfun3.cxx | 19 +-- 5 files

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

2014-05-07 Thread Caolán McNamara
sd/source/ui/inc/ViewShell.hxx |1 + sd/source/ui/view/viewshe2.cxx | 27 +++ sd/source/ui/view/viewshel.cxx |1 + 3 files changed, 29 insertions(+) New commits: commit b179235f702e474b115ca479b603052f422346fd Author: Caolán McNamara caol...@redhat.com Date:

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

2014-05-07 Thread Michael Stahl
sw/inc/ndtxt.hxx |3 +++ sw/source/core/doc/doccomp.cxx | 13 + sw/source/core/txtnode/ndtxt.cxx | 12 +--- 3 files changed, 25 insertions(+), 3 deletions(-) New commits: commit bba3c94155c1c3b56a0d475bb2cd293a5ef370c0 Author: Michael Stahl

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 74790, which changed state. Bug 74790 Summary: Document comparison crashes Writer https://bugs.freedesktop.org/show_bug.cgi?id=74790 What|Removed |Added

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

2014-05-07 Thread Chris Sherlock
vcl/source/app/svapp.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit d32b2863be915999472485b1df21c21e84448ea5 Author: Chris Sherlock chris.sherloc...@gmail.com Date: Thu May 8 00:02:48 2014 +1000 Handle non-initialized pImplSVData in InitAppFontData If

Contribution to LibreOffice

2014-05-07 Thread Apostolos Syropoulos
  Dear Developers,  I have submitted some patches to the tree of LO and I would like to state that all of my past future contributions to LibreOffice may be  licensed under the MPLv2/LGPLv3+ dual license.      Sincerely,    Apostolos Syropoulos -- Apostolos Syropoulos

[Bug 37361] LibreOffice 3.5 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45260, which changed state. Bug 45260 Summary: EDITING: Pasted object not same position w.r.t. original object if border thickness greater 0 https://bugs.freedesktop.org/show_bug.cgi?id=45260 What

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

2014-05-07 Thread Kohei Yoshida
sc/source/ui/docshell/docfunc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c369a60b60dfeaa12a688d2182c78bc8d4efb38e Author: Kohei Yoshida kohei.yosh...@collabora.com Date: Wed May 7 00:34:06 2014 -0400 fdo#77944: No need to store updated formulas in

[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-window-version2' - 2 commits - chart2/source sc/source

2014-05-07 Thread Markus Mohrhard
chart2/source/view/charttypes/GL3DBarChart.cxx |6 +- chart2/source/view/inc/3DChartObjects.hxx |2 +- chart2/source/view/main/3DChartObjects.cxx |3 ++- sc/source/ui/drawfunc/fuins2.cxx |2 +- 4 files changed, 9 insertions(+), 4 deletions(-) New

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

2014-05-07 Thread Andras Timar
cui/uiconfig/ui/hangulhanjaoptdialog.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3307a63bb19bd6ae4d424f16a59f07f2b7a472b0 Author: Andras Timar andras.ti...@collabora.com Date: Wed May 7 20:59:45 2014 +0200 typo fix Change-Id:

[Libreoffice-commits] core.git: Branch 'private/moggi/chart-opengl-window-version2' - 2 commits - chart2/source sc/source

2014-05-07 Thread Markus Mohrhard
chart2/source/view/main/ChartView.cxx | 10 ++ sc/source/ui/drawfunc/fuins2.cxx | 13 +++-- sc/source/ui/inc/gridwin.hxx |7 +++ sc/source/ui/view/gridwin5.cxx|5 + 4 files changed, 33 insertions(+), 2 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 14 commits - chart2/inc chart2/source include/vcl offapi/com offapi/UnoApi_offapi.mk sc/Library_sc.mk sc/source vcl/Library_vclopengl.mk vcl/source

2014-05-07 Thread Markus Mohrhard
chart2/inc/ChartModel.hxx | 18 +- chart2/source/model/main/ChartModel.cxx | 18 ++ chart2/source/view/charttypes/GL3DBarChart.cxx| 18 -- chart2/source/view/inc/3DChartObjects.hxx | 18 --

[Libreoffice-commits] core.git: 3 commits - sw/inc sw/source unusedcode.easy

2014-05-07 Thread Miklos Vajna
sw/inc/accmap.hxx|1 - sw/source/core/access/accmap.cxx | 18 -- sw/source/core/doc/acmplwrd.cxx |5 ++--- sw/source/filter/ww8/rtfstringbuffer.cxx | 10 +- unusedcode.easy |1 - 5 files

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

2014-05-07 Thread Stephan Bergmann
include/vcl/openglwin.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cc66dec89e9555c4642f7a1becb14dca653d674c Author: Stephan Bergmann sberg...@redhat.com Date: Wed May 7 21:55:39 2014 +0200 loplugin:saloverride Change-Id:

[Libreoffice-commits] core.git: sc/CppunitTest_sc_ucalc.mk

2014-05-07 Thread Tor Lillqvist
sc/CppunitTest_sc_ucalc.mk |1 + 1 file changed, 1 insertion(+) New commits: commit c63e2919ea1a1327e1f45abff964d981927cda23 Author: Tor Lillqvist t...@collabora.com Date: Wed May 7 23:06:11 2014 +0300 Need vclopengl now Change-Id: I6f0aca371212fc51eefa29e526ccb646bdac70c3

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

2014-05-07 Thread Michael Stahl
svx/source/unodraw/unoshape.cxx |9 + 1 file changed, 1 insertion(+), 8 deletions(-) New commits: commit 3b566ca82ebbe754902c1837e11da5fba1e6c93d Author: Michael Stahl mst...@redhat.com Date: Wed May 7 22:15:07 2014 +0200 fdo#62176: Revert n757419: Hidden/Non-wrapping text.

[Bug 65675] LibreOffice 4.2 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65675 Bug 65675 depends on bug 62176, which changed state. Bug 62176 Summary: FILEOPEN: Draw/Impress text shapes: Negative indents in styles not loaded properly https://bugs.freedesktop.org/show_bug.cgi?id=62176 What|Removed

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

2014-05-07 Thread Julien Nabet
chart2/source/tools/ObjectIdentifier.cxx |2 +- chart2/source/tools/RangeHighlighter.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 2d5581b49a2f1bbb326a3603def697d1ffe8d63d Author: Julien Nabet serval2...@yahoo.fr Date: Wed May 7 23:32:15 2014 +0200

Re: Questions about getCppuType

2014-05-07 Thread julien2412
Thank you Stephan for these information. In fact, my primary goal was to clean this use of getCppuType because it was reported by cppcheck (when they were used in if/else if blocks) Then I wanted to remove all of them. The problem is there are 33 Opengrok pages of these and I don't know enough

[Bug 30732] Character formatting not retained in entries of TOC, table lists, etc.

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30732 Tobias Lippert d...@fastmail.fm changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sfx2/source

2014-05-07 Thread Caolán McNamara
sfx2/source/dialog/dinfdlg.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 8943dc062b47df92fbd28dbee2dfd77be6e88775 Author: Caolán McNamara caol...@redhat.com Date: Wed May 7 12:25:33 2014 +0100 Resolves: fdo#68600 limit comment width

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

2014-05-07 Thread Markus Mohrhard
chart2/source/view/inc/GL3DRenderer.hxx |4 +--- chart2/source/view/main/GL3DRenderer.cxx | 10 +- vcl/source/opengl/OpenGLContext.cxx |1 + 3 files changed, 3 insertions(+), 12 deletions(-) New commits: commit 657004ae5c9f4a07b2cdafbb21bc8657842d4d74 Author: Markus

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

2014-05-07 Thread Markus Mohrhard
sc/source/ui/drawfunc/fuins2.cxx| 19 --- sc/source/ui/inc/gridwin.hxx|1 + sc/source/ui/view/gridwin5.cxx | 13 + vcl/source/opengl/OpenGLContext.cxx |3 ++- 4 files changed, 24 insertions(+), 12 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 4 commits - chart2/opengl chart2/Package_opengl.mk chart2/source

2014-05-07 Thread Markus Mohrhard
chart2/Package_opengl.mk |2 chart2/opengl/renderTextureFragmentShader.glsl | 18 ++ chart2/opengl/renderTextureVertexShader.glsl | 19 ++ chart2/source/view/inc/GL3DRenderer.hxx| 15 + chart2/source/view/inc/StaticGeometry.h| 31 +++

Re: [Libreoffice-qa] Running LO 4.3 alpha in Windows XP...

2014-05-07 Thread Christian Lohmaier
Hi Pedro, *, On Wed, May 7, 2014 at 12:27 AM, Pedro pedl...@gmail.com wrote: Florian Reisinger wrote Was it only the alpha 1? If so, CC cloph, as this (IMHO) buggy build is the release config.. Buggy? It worked with the master (alpha 1 is just a snapshot of the master) the day before, and

Re: [Libreoffice-qa] Redmine Website QA Suggestions

2014-05-07 Thread Harald Köster
Hi all, Am 06.05.2014 01:38, schrieb Bjoern Michaelsen: On Mon, May 05, 2014 at 02:16:15PM -0700, Joel Madero wrote: So the first question is for the default download page - are we generally agreed that stable should be the default? Im disagreeing there. The only reason stable is more

[Libreoffice-qa] Website QA Suggestions, links to other languages

2014-05-07 Thread Harald Köster
Hi all, at the moment on the LibreOffice home page there are no links to home pages in other languages. I think for a world wide project it should be a matter of course to provide such links, so that also users who are not familiar with English are able to find informations in their language

Re: [Libreoffice-qa] Website QA Suggestions, links to other languages

2014-05-07 Thread Sophie
Hi Harald, Le 07/05/2014 17:44, Harald Köster a écrit : Hi all, at the moment on the LibreOffice home page there are no links to home pages in other languages. I think for a world wide project it should be a matter of course to provide such links, so that also users who are not familiar

[Libreoffice-bugs] [Bug 78370] New: Cannot view last page for RTF document

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78370 Priority: medium Bug ID: 78370 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Cannot view last page for RTF document Severity: major Classification: Unclassified

[Libreoffice-bugs] [Bug 78371] New: FORMATTING Add Clear Direct Character Formatting function

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78371 Priority: medium Bug ID: 78371 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING Add Clear Direct Character Formatting function Severity: enhancement

[Libreoffice-bugs] [Bug 78373] New: PIVOTTABLE: Some VLOOKUPs return #N/A until pivot refreshed

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78373 Priority: medium Bug ID: 78373 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: PIVOTTABLE: Some VLOOKUPs return #N/A until pivot refreshed Severity: normal

[Libreoffice-bugs] [Bug 64956] Copy comment text to the page itself result in a white text color

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64956 --- Comment #6 from Michael Kleidt kle...@sowatec.com --- Still reproducible using Windows XP and LO 4.2.0.4. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 78357] FILEOPEN: RTF links with black underlines

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78357 --- Comment #2 from Jay philip...@hotmail.com --- double checked the screenshot and the top one is dark blue and the bottom is black. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 78369] Legend issues after copy paste

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78369 --- Comment #4 from Jan Husarik jan.husa...@gmail.com --- I was using Windows 7 Version: 4.2.3.3 Build ID: 882f8a0a489bc99a9e60c7905a60226254cb6ff0 but I had the same issue with OS X 10.9.2 Version: 4.2.0.4 did not test on linux yet -- You

[Libreoffice-bugs] [Bug 64956] Copy comment text to the page itself result in a white text color

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64956 --- Comment #7 from tommy27 ba...@quipo.it --- and 4.2.2.3 as well under Win7x64. has it ever worked in LibO 3.x era? -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 64956] Copy comment text to the page itself result in a white text color

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64956 --- Comment #8 from tommy27 ba...@quipo.it --- oopss... didn't saw that comment. (In reply to comment #4) was introduced by switching to writerfilter for copy/paste: commit ed654c4aa7f9f10fcb16127349009bc0c38b12e8 Author: Miklos Vajna

[Libreoffice-bugs] [Bug 78324] Implement NUMBERTEXT in LibreOffice

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78324 --- Comment #5 from László Németh nem...@numbertext.org --- Mihovil, numbertext extension is part of the configuration of LibreOffice, see --enable-ext-numbertext parameter: ./autogen.sh --help | grep -i numbertext --enable-ext-numbertext

[Libreoffice-bugs] [Bug 77801] Cannot create Folder if File with same name already exists

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77801 --- Comment #2 from Peter Ludwig peter_lud...@freenet.de --- Sorry for that. I really didn`t know that it is not possible to do that. Same feature in Windows. Huhhh. I am now working with Computers many years but I never realized that. Sorry

[Libreoffice-bugs] [Bug 78355] FILEOPEN: can't open .xls file

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78355 --- Comment #2 from MARGAITAKIS GIORGOS margaritak...@otenet.gr --- Created attachment 98601 -- https://bugs.freedesktop.org/attachment.cgi?id=98601action=edit the file i can not open -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 78375] New: Other: Calling MATCH with com.sun.star.sheet.FunctionAccess returns Variant/Empty

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78375 Priority: medium Bug ID: 78375 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Other: Calling MATCH with com.sun.star.sheet.FunctionAccess returns

[Libreoffice-bugs] [Bug 78375] Other: Calling MATCH with com.sun.star.sheet.FunctionAccess returns Variant/Empty

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78375 Zarko Zivanov zza...@gmail.com changed: What|Removed |Added Hardware|Other |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 78357] FILEOPEN: RTF links with black underlines

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78357 --- Comment #3 from tommy27 ba...@quipo.it --- so check your monitor color-settings :-) I confirm Unicode 6.2 text is bold blue underlined in both images and I cannot spot significant color difference between .docx and .rtf only differences I

[Libreoffice-bugs] [Bug 77682] LibreOffice comments should have ATK_ROLE_COMMENT

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77682 --- Comment #2 from Jacobo Aragunde Pérez jaragu...@igalia.com --- Backported to 4.2 branch: https://gerrit.libreoffice.org/#/c/9267/ -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 62355] Formula objects with widehat/widevector in Writer have wrong size, top of the hat/vector is cropped

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62355 --- Comment #53 from Enrique enri...@fiquipedia.es --- Tested with http://downloadarchive.documentfoundation.org/libreoffice/old/3.3.0.4/deb/x86_64/LibO_3.3.0_Linux_x86-64_install-deb_en-US.tar.gz with ubuntu 14.04 64 bits Some installation

[Libreoffice-bugs] [Bug 78350] Destruction of document font format after saving

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78350 --- Comment #2 from Honya jan.lho...@gmail.com --- In LibreOffice 4.1.0.4 (Portable) Win 7 after steps to reproduce add breaks after some words (Screen shot is attached). -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 77682] LibreOffice comments should have ATK_ROLE_COMMENT

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77682 Jacobo Aragunde Pérez jaragu...@igalia.com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Libreoffice-bugs] [Bug 34133] Add ability to reduce resolution (and so file size) of pictures (resize images)

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34133 --- Comment #28 from Timur gti...@gmail.com --- (In reply to comment #17) In 4.1 it is also possible to compress images in Writer. I have some ideas how to improve this functionality but this will have to wait until 4.2. Regards, Tomaž Will

[Libreoffice-bugs] [Bug 78350] Destruction of document font format after saving

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78350 --- Comment #3 from Honya jan.lho...@gmail.com --- Created attachment 98603 -- https://bugs.freedesktop.org/attachment.cgi?id=98603action=edit Behavior in windows 7 On the left is the state before saving - in right after him. -- You are

[Libreoffice-bugs] [Bug 62355] Formula objects with widehat/widevector in Writer have wrong size, top of the hat/vector is cropped

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62355 --- Comment #54 from Enrique enri...@fiquipedia.es --- Created attachment 98604 -- https://bugs.freedesktop.org/attachment.cgi?id=98604action=edit Documents and images about comment #53 tests Documents and images about comment #53 tests --

[Libreoffice-bugs] [Bug 78378] New: [Feature request] editing formula in Writer without mouse

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78378 Priority: medium Bug ID: 78378 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: [Feature request] editing formula in Writer without mouse Severity: enhancement

[Libreoffice-bugs] [Bug 34133] Add ability to reduce resolution (and so file size) of pictures (resize images)

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34133 --- Comment #29 from Tomaz Vajngerl qui...@gmail.com --- It is not in 4.2 (4.2 was already released in January) and there is also nothing in for 4.3 (feature freeze is in less than 2 weeks). Maybe I will play with crop images a bit but currently

[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45260, which changed state. Bug 45260 Summary: EDITING: Pasted object not same position w.r.t. original object if border thickness greater 0 https://bugs.freedesktop.org/show_bug.cgi?id=45260 What

[Libreoffice-bugs] [Bug 78379] New: PIVOTTABLE: Pivot table layout window on retina display

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78379 Priority: medium Bug ID: 78379 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: PIVOTTABLE: Pivot table layout window on retina display Severity: normal

[Libreoffice-bugs] [Bug 78364] open file doesn't work anymore with my *.odt files in Writer

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78364 --- Comment #2 from Bernhard mynew...@t-online.de --- Original-Nachricht Betreff: Re: [Bug 78364] open file doesn't work anymore with my *.odt files in Writer Datum: Wed, 07 May 2014 10:28:56 +0200 Von: Wodi

[Libreoffice-bugs] [Bug 72456] Font Embedding does not work on MacOS

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72456 Andras Timar tima...@gmail.com changed: What|Removed |Added Keywords|regression | --- Comment #8 from

[Libreoffice-bugs] [Bug 78186] Add an easy way to know which used fonts are missing

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78186 Maxim Monastirsky momonas...@gmail.com changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 78355] FILEOPEN: can't open .xls file

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78355 tommy27 ba...@quipo.it changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #3 from tommy27

[Libreoffice-bugs] [Bug 76079] FILEOPEN: Writer password protected files fail to open from command line

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76079 --- Comment #2 from David da...@cimaware.com --- I've changed my computer. In my old computer I had LO 4.2.1.1 Ubuntu 12.04 LTS and gnome 3 dialogs (if it matters). Now I have 4.2.1.1 and kde using LO dialogs. Now everything works fine. However

[Libreoffice-bugs] [Bug 78359] missing style and font drop downs

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78359 --- Comment #3 from Jay philip...@hotmail.com --- It seems to be fixed now, but when i did file the bug, its was the latest build then. :) -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76079] FILEOPEN: Writer password protected files fail to open from command line

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76079 --- Comment #3 from David da...@cimaware.com --- Ops... a mistake: Now I have LO 4.2.3.3 -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 76079] FILEOPEN: Writer password protected files fail to open from command line

2014-05-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76079 Maxim Monastirsky momonas...@gmail.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

  1   2   3   >