[ABANDONED] coverity#982464: Explicit null dereferenced

2013-05-11 Thread Julien Nabet (via Code Review)
Julien Nabet has abandoned this change. Change subject: coverity#982464: Explicit null dereferenced .. Patch Set 1: Abandoned I don't know what to do with this so I prefer to abandon. -- To view, visit

[Libreoffice-commits] libmspub.git: src/lib

2013-05-11 Thread David Tardon
src/lib/MSPUBParser.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 20d7c69f9efb6fdee1b08e84e07f78981b78df1a Author: David Tardon dtar...@redhat.com Date: Sat May 11 08:36:02 2013 +0200 avoid vector index underflow diff --git a/src/lib/MSPUBParser.cpp

[Libreoffice-commits] libmspub.git: src/lib

2013-05-11 Thread David Tardon
src/lib/Fill.cpp |4 ++-- src/lib/MSPUBCollector.cpp | 13 ++--- src/lib/MSPUBParser.cpp|4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) New commits: commit 95af3103bfed35a3aafe683b4fc33c761a2959c9 Author: David Tardon dtar...@redhat.com Date: Sat May

[Libreoffice-commits] core.git: 5 commits - config_host.mk.in configure.ac vcl/generic

2013-05-11 Thread Khaled Hosny
config_host.mk.in |1 configure.ac | 27 +--- vcl/generic/glyphs/gcach_ftyp.cxx | 240 +- 3 files changed, 66 insertions(+), 202 deletions(-) New commits: commit fe9def183be4025f8c2ebba5f486fff1c20ecc80 Author:

[Libreoffice-commits] libmspub.git: src/lib

2013-05-11 Thread David Tardon
src/lib/MSPUBParser.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3b99673068a346ce35646336bfb99261860bcb5d Author: David Tardon dtar...@redhat.com Date: Sat May 11 11:29:51 2013 +0200 do not crash on invalid input diff --git

[Libreoffice-commits] core.git: Branch 'feature/gengal' - svx/source

2013-05-11 Thread Michael Meeks
svx/source/gengal/gengal.cxx | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) New commits: commit 7b6832b9ff76ce63428dc8a95b7bbc2213513be5 Author: Michael Meeks michael.me...@suse.com Date: Sat May 11 10:40:33 2013 +0100 gengal: theme creation fix.

[PATCH] Related fdo#35546: Further improve Layout of Photo Album Dia...

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3852 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3852/1 Related fdo#35546: Further improve Layout of Photo Album Dialog With suggestions from

[PATCH] fdo#32368 - Link both Ctrl+Y as Ctrl+Shift+Z as shortcut key...

2013-05-11 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3853 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/3853/1 fdo#32368 - Link both Ctrl+Y as Ctrl+Shift+Z as shortcut keys for Redo As discussed on the UX-advice and bug

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

2013-05-11 Thread Caolán McNamara
sfx2/source/control/bindings.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 2623f4854d4bffe0babbc0c11ebdaccf18908abd Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 12:10:30 2013 +0100 GetSlotServer can invalidate iterators into the slot

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

2013-05-11 Thread Ariel Constenla-Haile
scripting/source/pyprov/pythonscript.py | 56 +--- 1 file changed, 51 insertions(+), 5 deletions(-) New commits: commit b0c59c314610ee5c6a361b0d3629d5a676305c58 Author: Ariel Constenla-Haile arie...@apache.org Date: Wed May 30 03:08:28 2012 + Resolves:

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 5d/e5fd495d7cdad852d1631941ae03ec213f93b7

2013-05-11 Thread Caolán McNamara
5d/e5fd495d7cdad852d1631941ae03ec213f93b7 |1 + 1 file changed, 1 insertion(+) New commits: commit e2d3337eec6f01614f65b40f1d8cd2786b45afaa Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 12:22:49 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 97/2b0353add1d0499ac746fd095eed0bc7425eb4

2013-05-11 Thread Xisco Fauli
97/2b0353add1d0499ac746fd095eed0bc7425eb4 |1 + 1 file changed, 1 insertion(+) New commits: commit 3665baae2ac6c6cfc899972c09ba94e6a3b5cb52 Author: Xisco Fauli aniste...@gmail.com Date: Sat May 11 13:34:49 2013 +0200 Notes added by 'git notes add' diff --git

[PATCH] fdo#30715 Several commands are under the wrong category

2013-05-11 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3854 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/3854/1 fdo#30715 Several commands are under the wrong category Placing insert commands under category insert is more

Re: Missing VCL Equivalent to GtkToolbar?

2013-05-11 Thread Samuel Mehrbrodt
Am 10.05.2013 16:19, schrieb Caolán McNamara: No, not yet anyway. I've only implemented what I need as I go along. You might just get away with a buttonbox and normal buttons with icons set on them instead I have changed them to a ButtonBox with Buttons, but I couldn't manage to set Icons on

[Libreoffice-commits] libmspub.git: 5 commits - src/lib

2013-05-11 Thread David Tardon
src/lib/MSPUBCollector.cpp | 323 ++--- src/lib/MSPUBDocument.cpp | 55 --- src/lib/MSPUBParser.cpp|9 - src/lib/libmspub_utils.cpp | 12 + 4 files changed, 212 insertions(+), 187 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - default_images/svx

2013-05-11 Thread Andrea Pescetti
default_images/svx/res/symphony/_.png |binary dev/null |binary 2 files changed New commits: commit 4aa27cc3b98d455379f7c97a215d557d646fa08e Author: Andrea Pescetti pesce...@apache.org Date: Sat May 11 11:42:03 2013 + Re-add PNG file that used to have a

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

2013-05-11 Thread Jürgen Schmidt
writerfilter/source/dmapper/StyleSheetTable.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 16e6841fcd99c7ca6e9a3cbd82d17af81b362c32 Author: Jürgen Schmidt j...@apache.org Date: Mon Jun 4 13:04:39 2012 + Resolves: #i119161# copy sStyleIdentifierI and

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 11/eb354532cfb354f9f7c3a72b170c9c8289b75c

2013-05-11 Thread Caolán McNamara
11/eb354532cfb354f9f7c3a72b170c9c8289b75c |1 + 1 file changed, 1 insertion(+) New commits: commit a1a691fda651620a3c21302cdbc4d6cfba787269 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 14:21:28 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] libcdr.git: 4 commits - src/lib

2013-05-11 Thread David Tardon
src/lib/CDRCollector.cpp |2 ++ src/lib/CDRParser.cpp|9 +++-- src/lib/CDRZipStream.cpp |2 ++ src/lib/libcdr_utils.cpp |3 +++ 4 files changed, 14 insertions(+), 2 deletions(-) New commits: commit 4cd2e20ed2c21dcf0b7b30a9e297d763f9910f0a Author: David Tardon

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bb/8bf7bde59c22776199e791b8cfcbf07992de8e

2013-05-11 Thread Caolán McNamara
bb/8bf7bde59c22776199e791b8cfcbf07992de8e |1 + 1 file changed, 1 insertion(+) New commits: commit 844c215acdbd491c2720722bd5ec292000a5abf7 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 15:10:03 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-11 Thread Jürgen Schmidt
oox/source/drawingml/table/tablecell.cxx |6 ++ svx/source/table/cell.cxx| 10 ++ 2 files changed, 16 insertions(+) New commits: commit c6238797733a607054e84f6620ae479ae77c7d82 Author: Jürgen Schmidt j...@apache.org Date: Fri Jun 8 11:31:34 2012 +

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

2013-05-11 Thread Michael Meeks
svx/source/gallery2/galctrl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3c60431fff066cb65ac3a89ece8c455d8b013564 Author: Michael Meeks michael.me...@suse.com Date: Sat May 11 15:49:12 2013 +0100 gallery: make transparency backgrounds look more

[PATCH] Related fdo#35546: Simplyfy Code in Photo Album Dialog

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3855 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3855/1 Related fdo#35546: Simplyfy Code in Photo Album Dialog Create a method for enabling/disabling the

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

2013-05-11 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo42109.rtf | 29 + sw/qa/extras/rtfimport/rtfimport.cxx | 12 2 files changed, 41 insertions(+) New commits: commit b4a74af711b9645533f1c98476667fcec9d84bdc Author: Miklos Vajna vmik...@suse.cz Date: Sat May 11

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fb/d6ade4ec67e3831f63cbf7621204fff11e5f7e

2013-05-11 Thread Caolán McNamara
fb/d6ade4ec67e3831f63cbf7621204fff11e5f7e |1 + 1 file changed, 1 insertion(+) New commits: commit e9c2b7875798870049d3878fea581aef4df5bff6 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 17:32:30 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - svx/source

2013-05-11 Thread Caolán McNamara
svx/source/sidebar/paragraph/ParaPropertyPanel.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5ed9b34e8dc3dec7709dfb36620176a835c54503 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 16:59:53 2013 +0100 valgrind: Conditional jump or move depends on

[Libreoffice-commits] core.git: 2 commits - config_host/config_vclplug.h.in configure.ac sysui/CustomTarget_share.mk sysui/desktop vcl/unx

2013-05-11 Thread Michael Meeks
config_host/config_vclplug.h.in|2 ++ configure.ac |2 ++ sysui/CustomTarget_share.mk| 11 +++ sysui/desktop/menus/base.desktop |4 ++-- sysui/desktop/menus/calc.desktop |4 ++--

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 64311, which changed state. Bug 64311 Summary: no SMB . gnome-vfs support https://bugs.freedesktop.org/show_bug.cgi?id=64311 What|Removed |Added

[Libreoffice-commits] core.git: desktop/Library_sofficeapp.mk desktop/source vcl/unx

2013-05-11 Thread Michael Meeks
desktop/Library_sofficeapp.mk |1 desktop/source/app/appinit.cxx | 43 + vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx |2 - vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx |2 - 4 files changed, 28 insertions(+), 20 deletions(-) New

[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/tango officecfg/registry svx/sdi sw/sdi sw/source sw/uiconfig

2013-05-11 Thread Tomaž Vajngerl
icon-themes/galaxy/cmd/lc_rotateleft.png |binary icon-themes/galaxy/cmd/lc_rotateright.png|binary icon-themes/galaxy/cmd/sc_rotateleft.png |binary icon-themes/galaxy/cmd/sc_rotateright.png

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

2013-05-11 Thread Andre Fischer
framework/source/accelerators/acceleratorconfiguration.cxx | 27 +- framework/source/accelerators/globalacceleratorconfiguration.cxx | 19 +++ framework/source/accelerators/moduleacceleratorconfiguration.cxx | 19 +++

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e0/d5abb649958e48660357d3fa37ab6e9707b61f

2013-05-11 Thread Caolán McNamara
e0/d5abb649958e48660357d3fa37ab6e9707b61f |1 + 1 file changed, 1 insertion(+) New commits: commit cda8c066bb827ae174994cfd4e25f7f4e5552c7f Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 18:54:35 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ee/b5a23ccb9d68aa897c24a359e5a8990a2b52a7

2013-05-11 Thread Caolán McNamara
ee/b5a23ccb9d68aa897c24a359e5a8990a2b52a7 |1 + 1 file changed, 1 insertion(+) New commits: commit 96e321deacaeef2a3dc32616281c7ba65f84b4d7 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 19:06:59 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: tomcat/build.xml

2013-05-11 Thread Andre Fischer
tomcat/build.xml | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) New commits: commit 17a3a44f8949b2e37d45338f5c5702d0bb20f4a7 Author: Andre Fischer a...@apache.org Date: Tue Jul 3 11:44:39 2012 + Resolves: #i120174# Do not build tomcat code that is not

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 48/856f602fc5375586fe48a82ff0c47745ee69f2

2013-05-11 Thread Caolán McNamara
48/856f602fc5375586fe48a82ff0c47745ee69f2 |1 + 1 file changed, 1 insertion(+) New commits: commit 31b6c07c84f7d7cad73acdea95746ab14029902a Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 19:10:17 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-11 Thread Armin Le Grand
chart2/source/controller/main/ChartController.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 97f1db8cdb645ab906b469452cc2dd82f7e06913 Author: Armin Le Grand a...@apache.org Date: Wed Jun 20 12:15:23 2012 + Resolves: #i11# Single ESC to leave

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a3/677e22a4c4ea24d2a66cefcae0872e94e1c1ea

2013-05-11 Thread Caolán McNamara
a3/677e22a4c4ea24d2a66cefcae0872e94e1c1ea |1 + 1 file changed, 1 insertion(+) New commits: commit d388bc08db4410fe5655281af5875420db66a519 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 20:28:54 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 99/95daad0977b6ec1b1d93b8b185cdd366c79da6

2013-05-11 Thread Caolán McNamara
99/95daad0977b6ec1b1d93b8b185cdd366c79da6 |1 + 1 file changed, 1 insertion(+) New commits: commit 2cd2ddef893938e82a9ec44eb2d2ff6c1a6dbda1 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 20:34:28 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-11 Thread Oliver-Rainer Wittmann
sw/source/core/edit/edtab.cxx | 42 +- 1 file changed, 41 insertions(+), 1 deletion(-) New commits: commit a0bd65d2e0e6813f47221ae52092cdb4e748c0e6 Author: Oliver-Rainer Wittmann o...@apache.org Date: Fri Jun 22 09:01:55 2012 + Resolves:

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 48/538700cdafaa4becfe74a1d3d93179aed9d764

2013-05-11 Thread Caolán McNamara
48/538700cdafaa4becfe74a1d3d93179aed9d764 |1 + 1 file changed, 1 insertion(+) New commits: commit 037da8e6082bf0904c04fe73724fbc77202fc862 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 20:44:16 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 50/34b5b9fcc89f88cc028cfd4ff14746365976e8

2013-05-11 Thread Caolán McNamara
50/34b5b9fcc89f88cc028cfd4ff14746365976e8 |1 + 1 file changed, 1 insertion(+) New commits: commit dc748b8ea0fa44e1e3fa6f297d8f73b3f6b675bd Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 20:46:27 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e3/52f0573c49b9bf0dd7ff91d171eb5cb1f7d5a9

2013-05-11 Thread Caolán McNamara
e3/52f0573c49b9bf0dd7ff91d171eb5cb1f7d5a9 |1 + 1 file changed, 1 insertion(+) New commits: commit 3ba864d0bbdca766e28bbedbcfc3800c469b4642 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 20:49:20 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-11 Thread Oliver-Rainer Wittmann
sw/source/core/layout/tabfrm.cxx | 32 +--- 1 file changed, 29 insertions(+), 3 deletions(-) New commits: commit 84203fab20b7eb98f0d3667e6626f5c2139e5a7f Author: Oliver-Rainer Wittmann o...@apache.org Date: Mon Jul 9 15:43:44 2012 + Resolves: #i120016#

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 47/2d5610c71b7a74e6d279d8f625cec8b41b8e81

2013-05-11 Thread Caolán McNamara
47/2d5610c71b7a74e6d279d8f625cec8b41b8e81 |1 + 1 file changed, 1 insertion(+) New commits: commit b10f7618697292c73fc9f6aa287ff1f1126d3a4b Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 20:53:40 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-11 Thread Michael Meeks
desktop/source/app/appinit.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8627bf17d565e085bb204b91dfe596c4a0430d1d Author: Michael Meeks michael.me...@suse.com Date: Sat May 11 20:55:23 2013 +0100 fdo#64311 - fix namespace issue / compile failure.

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 73/e01c6931df3f548a423ae37fc48368dd9b65d7

2013-05-11 Thread Caolán McNamara
73/e01c6931df3f548a423ae37fc48368dd9b65d7 |1 + 1 file changed, 1 insertion(+) New commits: commit ea4830d7515114c796816e8e65a410ff49cffb74 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 21:02:45 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ef/158ab23e7bf6fd8241a1844603895a074d8c73

2013-05-11 Thread Caolán McNamara
ef/158ab23e7bf6fd8241a1844603895a074d8c73 |1 + 1 file changed, 1 insertion(+) New commits: commit 4f0a9c90c0c748b3cc7c9c2399f0e8e47ef7f017 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 21:03:01 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-05-11 Thread Ariel Constenla-Haile
extensions/source/update/check/org/openoffice/Office/Jobs.xcu |5 + 1 file changed, 5 insertions(+) New commits: commit b9d460f18bc0144452a5fa9a4da85b5f5827d21b Author: Ariel Constenla-Haile arie...@apache.org Date: Wed Aug 1 23:35:27 2012 + Related: #i120413# document helpful

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - eb/64d8f6508041bdeaed6791e0fe90430b994113

2013-05-11 Thread Caolán McNamara
eb/64d8f6508041bdeaed6791e0fe90430b994113 |1 + 1 file changed, 1 insertion(+) New commits: commit 124a3c2da28f54f5928af898da39e016d0477132 Author: Caolán McNamara caol...@redhat.com Date: Sat May 11 21:23:07 2013 +0100 Notes added by 'git notes add' diff --git

[PATCH] Related fdo#35546: Remove the Text box function from Photo...

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3857 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3857/1 Related fdo#35546: Remove the Text box function from Photo Album Dialog This has been discussed and approved in

[PATCH] Related fdo#35546: Remove 1 Image with Title Layout for Ph...

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3858 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/3858/1 Related fdo#35546: Remove 1 Image with Title Layout for Photo Album Dialog There will be an option for all

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

2013-05-11 Thread Khaled Hosny
vcl/coretext/salcoretextlayout.cxx | 62 + 1 file changed, 30 insertions(+), 32 deletions(-) New commits: commit c049df6fdd14fdfd88ded76ac9396efa8877f2c5 Author: Khaled Hosny khaledho...@eglug.org Date: Sat May 11 21:04:45 2013 +0200 [coretext]

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

2013-05-11 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |4 1 file changed, 4 insertions(+) New commits: commit f21815f9fe2609dd4ea152c65bb98b77b0a141f7 Author: Eike Rathke er...@redhat.com Date: Fri May 10 18:13:07 2013 +0200 resolved fdo#64384 check subtotal row filtered also for single reference

[PUSHED libreoffice-4-0] resolved fdo#64384 check subtotal row filtered also for sing...

2013-05-11 Thread Markus Mohrhard (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3847 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3847 To unsubscribe,

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

2013-05-11 Thread Thorsten Behrens
canvas/source/cairo/cairo_canvasbitmap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 96dbf735b2f8a6462c79b0d2a0fc2374dd252acb Author: Thorsten Behrens tbehr...@suse.com Date: Sat May 11 23:09:37 2013 +0200 Fix indent. Change-Id:

[PATCH] add Icelandic Hunspell dictionary

2013-05-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3859 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/dictionaries refs/changes/59/3859/1 add Icelandic Hunspell dictionary Change-Id: I0fbeeef722f4360831af034c27c9b4213e2f8834 --- A

sfx2: now has forwarding-mechanism for slots?

2013-05-11 Thread Lionel Elie Mamane
Context: fdo#63695 https://bugs.freedesktop.org/show_bug.cgi?id=63695 i#51621 https://issues.apache.org/ooo/show_bug.cgi?id=51621 The fix for i#51621 (commit bdf02613) causes fdo#63695. The comment added says: // don't call the activation handler if we don't have any slots we can

Can someone triage fdo#35041 Improve 'Link to External Data' concerning CGI - Oldest Unconfirmed bug

2013-05-11 Thread Joel Madero
Hi All, Can someone take a look at this one and try to confirm it - it is our oldest standing unconfirmed bug and should be dealt with IMO. Either push it forward or close it (probably needs a dev to comment). https://bugs.freedesktop.org/show_bug.cgi?id=35041list_id=299863 Reporter is

[PATCH] add Icelandic Hunspell dictionary and thesaurus

2013-05-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3860 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/3860/1 add Icelandic Hunspell dictionary and thesaurus Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2 --- M

[PATCH] EMF+ fixes

2013-05-11 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3861 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/3861/1 EMF+ fixes A number of fixes have been made: * Missing redirect in SAL_WARN - only gets picked up when

Compile errors when setting DBG_LEVEL=2

2013-05-11 Thread Chris Sherlock
Hey folks, I'm having tremendous issues with compiling cppcanvas when setting DBG_LEVEL=2 Some of these I have fixed in https://gerrit.libreoffice.org/#/c/3861/ However, I can't work out why I get the below errors. When DBG_LEVEL is 1 then I don't get the errors. Can anyone shed any light on

[PATCH] Add Icelandic autocorrection support, Only SentenceExceptLis...

2013-05-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3862 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/3862/1 Add Icelandic autocorrection support, Only SentenceExceptList.xml for now. List of abbreviations is from

[PATCH libreoffice-4-0] fdo#63398 hardcode former list of oneway method

2013-05-11 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3863 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/3863/1 fdo#63398 hardcode former list of oneway method adapt to disappearance of oneway qualifier for method by

[PATCH libreoffice-4-0] fdo#63695 revert hackish fix to i#51621

2013-05-11 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3864 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/3864/1 fdo#63695 revert hackish fix to i#51621 Change-Id: I688a659207c4b95cc98ff5dc5c5622d4592b3f89 (cherry picked

[PATCH libreoffice-4-0] commit subforms before moving in parent form

2013-05-11 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3865 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/3865/1 commit subforms before moving in parent form else, all pending changes in the subforms are lost (cherry picked

Video for Community: LibreOffice Desktop in Android 4.2.2 (Nexus 10)

2013-05-11 Thread openSUSE CABELO
https://www.youtube.com/watch?v=-kPUvScUmRA -- Alessandro de Oliveira Faria openSUSE member Embaixador América Latina cab...@opensuse.org http://pt.opensuse.org/Utilizador:Cabelo http://mozillians.org/pt-BR/u/cabelo/ ___ LibreOffice

Re: [Libreoffice-qa] Bugzilla question

2013-05-11 Thread matm
Hello I replied on the bug. As I said, I assume the eexpected default behaviour when moving a bug to ASSIGNED is to be assigned to you, with the ui allowing you to change to somebody else if needed. Actually,, by the bugzilla workflow in the wiki, if you assign someone or take ownership of thez

Re: [Libreoffice-qa] Removing bibisect3* bibisect whiteboard status?

2013-05-11 Thread Robinson Tryon
On Fri, May 10, 2013 at 7:36 PM, Joel Madero jmadero@gmail.com wrote: Hi All, Another whiteboard status post. Should we just move forward with removing bibisect3* whiteboard status'? Now that bibisect40 has everything, there's really no need for these. +1 My proposal: bibisectrequest

Re: [Libreoffice-qa] New Whiteboard Status'

2013-05-11 Thread Joel Madero
On 05/11/2013 07:11 AM, Robinson Tryon wrote: On Fri, May 10, 2013 at 7:07 PM, Joel Madero jmadero@gmail.com wrote: Hi All, QA had a talk a few meetings ago about the need for a couple new whiteboard status', I have added these to the whiteboard wiki page:

Re: [Libreoffice-qa] Cleaning up QA Nabble and Archive folders from Spam?

2013-05-11 Thread Pedro
Hi Drew drewjensen wrote Ok - deleted what was indeed a bunch of spam at the nabble archive - added a few emails addy's to the kill list.. looks like only one email made it to the main archive. I'm not getting any SPAM because I subscribe in no-mail mode. However the Nabble page looks a

Re: [Libreoffice-qa] Cleaning up QA Nabble and Archive folders from Spam?

2013-05-11 Thread Sophie Gautier
Hi Pedro, I've added Florian in CC to get his opinion too. On 11/05/2013 18:30, Pedro wrote: Hi Drew drewjensen wrote Ok - deleted what was indeed a bunch of spam at the nabble archive - added a few emails addy's to the kill list.. looks like only one email made it to the main archive.

Re: [Libreoffice-qa] Cleaning up QA Nabble and Archive folders from Spam?

2013-05-11 Thread Sophie Gautier
Hi Pedro, On 11/05/2013 19:24, Pedro wrote: Hi Sophie sophi wrote Drew is currently not available and I'm taking care of Nabble. I think the spam you see here is the one getting on the list. I can remove all the spam mails on Nabble, but they'll still be on the archive, see:

Re: [Libreoffice-qa] Cleaning up QA Nabble and Archive folders from Spam?

2013-05-11 Thread Pedro
Hi again Sophie sophi wrote The QA list is out of our domain, it's on freedsktop.org, so I doubt we can do anything here, the messages are not posted from Nabble. Even to moderate these mails on the queue so they don't appear at all. Florian Effenberger is the right person to help you on

[Libreoffice-bugs] [Bug 64355] FORMATTING: Creating a Writer Document

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64355 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 47523] Functionality request for PIVOTTABLE: Add option for Pivot table will count empty cells in single-column data source

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47523 --- Comment #7 from bugquestcon...@online.de --- I wonder why bugs are sometimes marked as enhancement. IMHO a bug is a fault in a current functionality already built into LibO. An enhancement is a further improvement of something which is

[Libreoffice-bugs] [Bug 40887] Freeze when opening USPS Change of address document (FILEOPEN)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40887 --- Comment #8 from sasha.libreoff...@gmail.com --- in 4.0.2 on Fedora (RFR) 64 bit loading of first attachment takes 27 seconds (CPU Pentium Core 2 Duo 1.8 GHz) During loading LO is unresponsive. It is not an acceptable situation. At least

[Libreoffice-bugs] [Bug 43194] Writer Freezes when scroll odt file with HTML table inside

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43194 --- Comment #5 from sasha.libreoff...@gmail.com --- not reproduced in 4.0.2 on Fedora (RFR) 64 bit -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 64346] FILEOPEN: Freeze while opening a xlsx file

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64346 --- Comment #5 from Gilles Figoni gifsec-dive...@yahoo.fr --- Unfortunately, I uninstalled the 4.0.2 version. I tried my document with the latest version 4.0.3.3 and had no problem opening it. I don't know what happened with the previous

[Libreoffice-bugs] [Bug 64346] FILEOPEN: Freeze while opening a xlsx file

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64346 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 64442] Problem with time [hh]:mm formatted cells

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64442 --- Comment #2 from Karl jkl...@freenet.de --- (In reply to comment #1) The cell next to Enter 1 here is formatted as HH:MM not [HH]:MM Oh God. I am sorry, for making working work for you !! --

[Libreoffice-bugs] [Bug 64453] New: FORMATTING: improvement: font color toolbar

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64453 Priority: medium Bug ID: 64453 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: improvement: font color toolbar Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 64419] PRINTING: wouldn't print a document in which several page formats are used

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64419 Emma eraffe...@gmail.com changed: What|Removed |Added Version|4.0.2.2 release |4.0.3.3 rc -- You are

[Libreoffice-bugs] [Bug 64419] PRINTING: wouldn't print a document in which several page formats are used

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64419 --- Comment #2 from Emma eraffe...@gmail.com --- Unfortunately I can not disclose the document for which I observed this behavior. I will try to find another one that behaves the same way. Thanks. -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 64397] Wiki Publisher: Unknown certificate message, when trying to add TDF wiki to Tools - Options - Internet - MediaWiki

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64397 --- Comment #4 from thack...@nexgo.de --- Hello Julien, *, (In reply to comment #3) thackert: you may find some daily builds here: http://dev-builds.libreoffice.org/daily/master/ I know this site, thanks :) But ... If you look for

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 --- Comment #44 from jwoithe jwoi...@just42.net --- (In reply to comment #41) This is a minimal ODT file which illustrates this bug. ... I have compiled pdf2svg from http://www.cityinthesky.co.uk/opensource/pdf2svg and used it on the two

[Libreoffice-bugs] [Bug 64454] New: FORMATTING: enhancement request: add Format Paintbrush to context menu

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64454 Priority: medium Bug ID: 64454 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: enhancement request: add Format Paintbrush to context menu Severity:

[Libreoffice-bugs] [Bug 64454] FORMATTING: enhancement request: add Format Paintbrush to context menu

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64454 bugquestcon...@online.de changed: What|Removed |Added Severity|normal |enhancement --- Comment #1

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 --- Comment #45 from jwoithe jwoi...@just42.net --- Created attachment 79131 -- https://bugs.freedesktop.org/attachment.cgi?id=79131action=edit SVG produced from OO 3.2.1 PDF export (attachment 75024) SVG produced from attachement 75024 using

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 --- Comment #46 from jwoithe jwoi...@just42.net --- Created attachment 79132 -- https://bugs.freedesktop.org/attachment.cgi?id=79132action=edit IW Unnamed (Modified) Row 5Col 15:41 Ctrl-K H for help SVG produced from OO

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 jwoithe jwoi...@just42.net changed: What|Removed |Added Attachment #79132|IW Unnamed (Modified) |SVG produced from OO 4.0.0

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 --- Comment #47 from jwoithe jwoi...@just42.net --- (In reply to comment #44) I have found a PDF parser called pdf-parser.py at http://blog.didierstevens.com/programs/pdf-tools/. This produces a human readable description of objects found in a

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 --- Comment #48 from jwoithe jwoi...@just42.net --- Created attachment 79133 -- https://bugs.freedesktop.org/attachment.cgi?id=79133action=edit PDF object dump of OO 3.2.1 PDF export (attachement 75024) Objects found in OO 3.2.1 PDF export

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 --- Comment #49 from jwoithe jwoi...@just42.net --- Created attachment 79134 -- https://bugs.freedesktop.org/attachment.cgi?id=79134action=edit PDF object dump of LO 4.0.0 PDF export (attachement 75026) Objects found in LO 4.0.0 PDF export

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 jwoithe jwoi...@just42.net changed: What|Removed |Added Attachment #79132|SVG produced from OO 4.0.0 |SVG produced from LO 4.0.0

[Libreoffice-bugs] [Bug 40887] Freeze when opening USPS Change of address document (FILEOPEN)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40887 --- Comment #9 from A stgohi-lob...@yahoo.de --- Note to comment 6: I had tested it on an i5 with 2,4 GHz and 4GB RAM And I tested it once more and for me it opens much faster than as for Laurence and Sasha. -- You are receiving this mail

[Libreoffice-bugs] [Bug 62900] FILEOPEN: [libreoffice-calc] .xlsx crash

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62900 --- Comment #6 from mattia.b89 mattia@gmail.com --- with latest release 4.0.3.3 there is a little enhancement: now cells show me correctly the values of formulas, that is it doesn't show me Err:520 but if I try to expand it I get the same

[Libreoffice-bugs] [Bug 44135] Some PDF viewers are unable to render shaded objects from Libreoffice with transparency when exported as PDF (writer and draw verified)

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44135 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 62900] FILEOPEN: [libreoffice-calc] .xlsx crash

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62900 --- Comment #7 from mattia.b89 mattia@gmail.com --- with latest release 4.0.3.3 there is a little improvement: now cells show me correctly the values of formulas, that is it doesn't show me Err:520 but if I try to expand it I get the same

[Libreoffice-bugs] [Bug 64455] New: UI: The color line tool (toolbar Line and Filling ) is not updated

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64455 Priority: medium Bug ID: 64455 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: UI: The color line tool (toolbar Line and Filling ) is not updated Severity: normal

[Libreoffice-bugs] [Bug 64456] New: : wtiter crash when open Bibliography Database

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64456 Priority: medium Bug ID: 64456 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: : wtiter crash when open Bibliography Database Severity: normal Classification: Unclassified

  1   2   3   >