[PATCH] source code correction, optimization in for loop

2013-01-06 Thread Karthikeyan Krishnamurthi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1555 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/1555/1 source code correction, optimization in for loop Change-Id: I838c0849454362450f429897224157bc3b5ee2b9 --- M

license statement

2013-01-06 Thread Karthikeyan Krishnamurthi
Hi All, I confirm all my past and future contributions made to the LibreOffice project are done under MPL1.1+ / GPLv3+ / LGPLv3+. Regards, K. Karthikeyan. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

License Statement

2013-01-06 Thread Mr Navin Patidar
I hereby declare that: All my contributions, past and future, to LibreOffice are licensed under the terms of the MPL / LGPLv3+. thanks, --navin-patidar Warning: This message and its attachment, if any, are confidential and may contain information protected by law. If you are not the intended

[Libreoffice-commits] .: src/docrecord.py

2013-01-06 Thread Miklos Vajna
src/docrecord.py | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) New commits: commit c37c38e79a0ff142e78111c3ffd4febf1c29 Author: Miklos Vajna vmik...@suse.cz Date: Sun Jan 6 10:54:47 2013 +0100 Get rid of FcCompressed::getFCTransformedValue The problem

[Libreoffice-commits] .: src/docrecord.py src/docstream.py

2013-01-06 Thread Miklos Vajna
src/docrecord.py |7 --- src/docstream.py |2 +- 2 files changed, 5 insertions(+), 4 deletions(-) New commits: commit db7cb080392f8a5a9681909671d63b4888288755 Author: Miklos Vajna vmik...@suse.cz Date: Sun Jan 6 11:06:42 2013 +0100 don't throw on word2000 docs diff --git

[Libreoffice-commits] .: src/docrecord.py

2013-01-06 Thread Miklos Vajna
src/docrecord.py | 63 ++- 1 file changed, 58 insertions(+), 5 deletions(-) New commits: commit 562e974b78b2a547bea6a5050a81c1623274c90e Author: Miklos Vajna vmik...@suse.cz Date: Sun Jan 6 11:29:37 2013 +0100 dump BRC and BrcOperand

[Libreoffice-commits] .: sw/source

2013-01-06 Thread Libreoffice Gerrit user
sw/source/core/text/porlay.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 989863d849b1e703e78afc413088c3ae51093139 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 5 16:21:52 2013 +0100 != instead of for comparison with end iterator

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

2013-01-06 Thread Libreoffice Gerrit user
sw/source/ui/app/apphdl.cxx |8 +-- sw/source/ui/app/appopt.cxx | 10 ++-- sw/source/ui/app/docsh2.cxx | 17 +++--- sw/source/ui/app/docst.cxx|8 --- sw/source/ui/app/docstyle.cxx | 103 -- 5 files changed, 71 insertions(+), 75

[Libreoffice-commits] .: 3 commits - android/experimental android/qa desktop/source framework/source qadevOOo/runner sal/osl sal/qa unotools/inc unotools/source

2013-01-06 Thread Libreoffice Gerrit user
android/experimental/DocumentLoader/Makefile |1 - android/experimental/LibreOffice4Android/Makefile |1 - android/qa/desktop/Makefile |1 - desktop/source/app/app.cxx|4 ++-- framework/source/fwe/helper/titlehelper.cxx |

[Libreoffice-commits] .: 6 commits - cppuhelper/source ios/CustomTarget_Viewer_app.mk ios/experimental sal/rtl solenv/gbuild vcl/ios

2013-01-06 Thread Libreoffice Gerrit user
cppuhelper/source/shlib.cxx | 25 ++- ios/CustomTarget_Viewer_app.mk | 101 +-- ios/experimental/Viewer/.gitignore |2 ios/experimental/Viewer/Viewer.xcodeproj/project.pbxproj |4

[Libreoffice-commits] .: sal/osl

2013-01-06 Thread Libreoffice Gerrit user
sal/osl/unx/nlsupport.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit bf850f6799e505e6d1735540e68e01c6b18ef22f Author: Tor Lillqvist t...@iki.fi Date: Sun Jan 6 12:41:07 2013 +0200 Streamline a bit for Android Change-Id:

[Libreoffice-commits] .: sal/osl

2013-01-06 Thread Libreoffice Gerrit user
sal/osl/unx/nlsupport.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3968133721f2d44fa861d369e4d6765c4ffbb6eb Author: Tor Lillqvist t...@iki.fi Date: Sun Jan 6 16:34:37 2013 +0200 Argh, I thought I had compiled this;) Change-Id:

[Libreoffice-commits] .: 2 commits - desktop/source framework/source scp2/source

2013-01-06 Thread Libreoffice Gerrit user
desktop/source/app/app.cxx |2 +- framework/source/fwe/helper/titlehelper.cxx |2 +- scp2/source/ooo/common_brand.scp|9 - 3 files changed, 2 insertions(+), 11 deletions(-) New commits: commit 9bdaff431bdd71717c64f002f3df0f110c146a08 Author: Tor

[Libreoffice-commits] .: editeng/source sc/source sw/source

2013-01-06 Thread Libreoffice Gerrit user
editeng/source/editeng/editeng.src |2 +- sc/source/ui/src/globstr.src |2 +- sw/source/core/undo/undo.src |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 93a9e52dccf15b53fc1935145df24306e3a4fc3e Author: Korrawit Pruegsanusak

[PUSHED] fdo#58671: Remove accelerators from Undo action texts

2013-01-06 Thread Ivan Timofeev (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/1473 Approvals: Ivan Timofeev: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1473 To unsubscribe,

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sw/source

2013-01-06 Thread Libreoffice Gerrit user
sw/source/ui/uno/unotxdoc.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 67e1040a7093a872195d0099bf15f5d0b3c2e164 Author: Michael Stahl mst...@redhat.com Date: Fri Jan 4 22:27:22 2013 +0100 rhbz#890080: crash in SwXTextDocument::getRendererCount

[PUSHED] Change in core[libreoffice-3-6]: rhbz#890080: crash in SwXTextDocument::getRendererCount

2013-01-06 Thread Ivan Timofeev (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/1546 Approvals: Ivan Timofeev: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/1546 To unsubscribe,

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - translations

2013-01-06 Thread Libreoffice Gerrit user
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5686cdf6bbc4a2f6ffbc5e7331c51feb27101e83 Author: Andras Timar ati...@suse.com Date: Sun Jan 6 17:18:06 2013 +0100 Updated core Project: translations c3a029cb13eda1c9153a23d62e087301161b6c22

[Libreoffice-commits] .: translations

2013-01-06 Thread Libreoffice Gerrit user
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a4298f86f5a6cd4033af541103d0a33a241edeeb Author: Andras Timar ati...@suse.com Date: Sun Jan 6 17:18:06 2013 +0100 Updated core Project: translations e5f69f7b241f21f0b85f7a62ccff9de841875828

[Libreoffice-commits] .: compilerplugins/clang compilerplugins/Makefile-clang.mk config/config_clang.h.in configure.ac

2013-01-06 Thread Libreoffice Gerrit user
compilerplugins/Makefile-clang.mk |2 +- compilerplugins/clang/plugin.cxx |2 -- compilerplugins/clang/plugin.hxx |2 ++ compilerplugins/clang/sallogareas.cxx |2 -- config/config_clang.h.in |4 configure.ac |1 + 6

[Libreoffice-commits] .: vcl/source

2013-01-06 Thread Libreoffice Gerrit user
vcl/source/gdi/outdev.cxx |9 + 1 file changed, 5 insertions(+), 4 deletions(-) New commits: commit ea9a321d1229914c6342e032da19f47cbeb9de1b Author: Tor Lillqvist t...@iki.fi Date: Sun Jan 6 21:54:18 2013 +0200 Avoid duplicates not just for iOS but DISABLE_DYNLOADING in

Re: LO 4.0 build fails in postprocess

2013-01-06 Thread Rene Engelhard
On Sat, Jan 05, 2013 at 08:16:51PM +0100, Jean-Baptiste Faure wrote: Extracted error message : Archive: /home/jbf/LibO/master/solver/unxlngx6.pro/pck/driver_calc_qtz.zip packconfig: packing ../unxlngx6.pro/bin/uiconfig_fr.zip finished. packconfig: ERROR: can't find any lang config files

[Libreoffice-commits] .: solenv/gbuild

2013-01-06 Thread Libreoffice Gerrit user
solenv/gbuild/platform/android.mk |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 2ad9d21ac7111f6a3e68f55980f1308a32d3a954 Author: Tor Lillqvist t...@iki.fi Date: Sun Jan 6 22:12:05 2013 +0200 Let's save a bit of disk space Change-Id:

[PATCH] Cleanup code

2013-01-06 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1556 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/1556/1 Cleanup code This commit is just cleanup in oox Change-Id: Ic4036c7216c2986d9b237917cb4ae1d829d85003

[Libreoffice-commits] .: svx/source

2013-01-06 Thread Libreoffice Gerrit user
svx/source/tbxctrls/tbunosearchcontrollers.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 6da90944b5134d65bfbd7dcaf024956aa139efc1 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jan 6 22:23:44 2013 +0100 ugly memory leak

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - 2 commits - compilerplugins/clang

2013-01-06 Thread Libreoffice Gerrit user
compilerplugins/clang/bodynotinblock.cxx |1 + compilerplugins/clang/lclstaticfix.cxx|1 + compilerplugins/clang/plugin.cxx |1 - compilerplugins/clang/plugin.hxx |5 + compilerplugins/clang/postfixincrementfix.cxx |1 +

[Libreoffice-commits] .: solenv/lldb

2013-01-06 Thread Libreoffice Gerrit user
solenv/lldb/libreoffice/LO.py | 34 -- 1 file changed, 28 insertions(+), 6 deletions(-) New commits: commit ad887fc3bf6237cfaf08e8f28a4f960b38e83365 Author: Tor Lillqvist t...@iki.fi Date: Sun Jan 6 23:55:42 2013 +0200 Add lldb pretty-printers for

[Libreoffice-commits] .: solenv/lldb

2013-01-06 Thread Libreoffice Gerrit user
solenv/lldb/libreoffice/LO.py |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 129e7572849852eb223f6b13bad48b727955af7e Author: Tor Lillqvist t...@iki.fi Date: Mon Jan 7 00:29:22 2013 +0200 Fix usage instructions now that we use __lldb_init_module

[Libreoffice-commits] .: sc/source

2013-01-06 Thread Libreoffice Gerrit user
sc/source/filter/xml/xmlwrap.cxx |4 ++-- sc/source/ui/docshell/docsh.cxx |2 +- sc/source/ui/docshell/docsh8.cxx |4 ++-- sc/source/ui/unoobj/scdetect.cxx |2 +- 4 files changed, 6 insertions(+), 6 deletions(-) New commits: commit e48d47469508dee55ae6abcb3988222b5612e1e9

[Libreoffice-commits] .: 3 commits - ios/CustomTarget_Viewer_app.mk ios/experimental sfx2/source toolkit/source

2013-01-06 Thread Libreoffice Gerrit user
ios/CustomTarget_Viewer_app.mk |4 ++ ios/experimental/Viewer/Viewer/lo-viewer.mm | 44 ++-- sfx2/source/appl/appdata.cxx|2 + sfx2/source/appl/appinit.cxx|5 ++- sfx2/source/appl/appquit.cxx|4

[Libreoffice-commits] .: sd/source

2013-01-06 Thread Libreoffice Gerrit user
sd/source/filter/xml/sdxmlwrp.cxx |4 ++-- sd/source/ui/controller/slidelayoutcontroller.cxx |4 ++-- sd/source/ui/toolpanel/ToolPanelFactory.cxx |2 +- sd/source/ui/unoidl/sddetect.cxx |2 +- 4 files changed, 6 insertions(+), 6 deletions(-)

[PATCH] add close option to findbar in Writer

2013-01-06 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1557 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/1557/1 add close option to findbar in Writer Change-Id: Ie42da7ecc7f3cb59bb6f1fb798e72a6862eb1f67 --- M dictionaries A

[Libreoffice-commits] .: solenv/gbuild

2013-01-06 Thread Libreoffice Gerrit user
solenv/gbuild/platform/android.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c441a51fd04a81020529b5f2bdaab72c9b332143 Author: Tor Lillqvist t...@iki.fi Date: Mon Jan 7 01:45:54 2013 +0200 mkdir before touching Change-Id:

[PATCH] remove some ::rtl:: prefixes

2013-01-06 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1558 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/1558/1 remove some ::rtl:: prefixes Change-Id: Ia31f1b5ae3c940861d72598aff54be85e2ad33dd --- M

Re: [PATCH] add close option to findbar in Writer

2013-01-06 Thread Pedro
Well done! But why only in Writer? This is also badly needed in the other modules/programs... In fact it would be great if the hotkey for Find (Ctrl+F) would work as a toggle function (as it does for Find Replace). Should I add a feature request for this? Regards, Pedro -- View this message

Re: [PATCH] add close option to findbar in Writer

2013-01-06 Thread Joren
Op 07-01-13 01:47, Pedro schreef: Well done! But why only in Writer? This is also badly needed in the other modules/programs... I would like to review it by an experienced developer first. If my commit passed, I'll integrate it on other components as well. In fact it would be great if the

[Libreoffice-commits] .: sd/source

2013-01-06 Thread Libreoffice Gerrit user
sd/source/ui/toolpanel/ToolPanelFactory.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 504b6f0cec5cad01a64e723434d636bfb867ecfa Author: Tor Lillqvist t...@iki.fi Date: Mon Jan 7 07:05:57 2013 +0200 Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protected

Re: [Libreoffice-qa] French Bug

2013-01-06 Thread Jean-Baptiste Faure
Hi, Le 06/01/2013 08:39, Rainer Bielefeld a écrit : Rob Snelders schrieb: Maybe it's good to add that to the wiki: Hi Rob, On Rapporter un problème sous LibreOffice https://wiki.documentfoundation.org/BugReport/fr we already have the recommendation to ask for assistance at

[Libreoffice-bugs] [Bug 58731] : unable to modify formula

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58731 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 58728] undefined: browser plugin doesn't work

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58728 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 59064] undefined: how can I choose 'calc' in the components ??

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59064 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 46440] SIGSEGV in Application::IsInMain()

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46440 --- Comment #6 from Christopher M. Penalver christopher.m.penal...@gmail.com --- Reproducible in: lsb_release -rd Description:Ubuntu 12.10 Release:12.10 apt-cache policy libreoffice libreoffice: Installed: 1:3.6.2~rc2-0ubuntu4

[Libreoffice-bugs] [Bug 58717] undefined: formula doesn't allow to write anything

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58717 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 58757] undefined: writer doesn't allow to resize formulas

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58757 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 58940] CONFIGURATION: Can not change paths used by LibreOffice

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58940 --- Comment #24 from Adam brucey...@live.com --- That's interesting that someone has the bug that's not on Linux Mint. I have tested the bug on my Ubuntu 12.10 installation and can confirm the bug does exist there. Remember Linux Mint 14 is

[Libreoffice-bugs] [Bug 46440] SIGSEGV in Application::IsInMain()

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46440 --- Comment #7 from Julien Nabet serval2...@yahoo.fr --- Bjoern/Christopher: ok I had missed 3.5 part last time and I see that it's reproduceable in 3.6 too. Sorry for the noise. -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 58299] VIEWING: Menu crash

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58299 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO Ever

[Libreoffice-bugs] [Bug 58807] No sound with statement beep

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58807 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Whiteboard|BSA

[Libreoffice-bugs] [Bug 58807] No sound with statement beep

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58807 --- Comment #7 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- Created attachment 72581 -- https://bugs.freedesktop.org/attachment.cgi?id=72581action=edit Sample Document with macro Simply click the button in the document for a test.

[Libreoffice-bugs] [Bug 59062] Crash on connexion for e-mailing

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59062 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Attachment #72554|text/plain

[Libreoffice-bugs] [Bug 58768] : cannot save clipart gallery

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58768 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 59062] Crash on connexion for e-mailing

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59062 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 58689] Countifs formula does not count blanks

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58689 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 58689] Countifs formula does not count blanks

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58689 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #8 from

[Libreoffice-bugs] [Bug 59073] UI: Dialog menu 'Data - Sort - Sort Criteria' tab is empty

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59073 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 58832] undefined: firefox plugin upper toolbar

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58832 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 59028] EDITING: default colours and line for 'rectangle' do not match those for 'basic shapes → rectangle'

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59028 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 57896] EDITING: duration for copy or deletion of 1 sheet depends on number of sheets with CONDITIONAL FORMATTING in document.

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57896 --- Comment #14 from Cor Nouws c...@nouenoff.nl --- (In reply to comment #13) Is it possible that the patch is use for 3.6.5? Would be great indeed. Should that need much testing on possible side effects, Markus? -- You are receiving this

[Libreoffice-bugs] [Bug 58980] Bad font rendering for farsi

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58980 --- Comment #3 from Eman AMini eman.am...@gmail.com --- This is an old bug that apears again! Why? I don't know This bug only apears when the text is in justified mode. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 59067] scale

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59067 --- Comment #2 from Frank Dieckmann libreoffice@gmx.info --- (In reply to comment #1) Not a valid bug report, any contents missing! Yes, for shure. It was an accident in using the bug reporting form. I'm so sorry! Kind regards! Frank --

[Libreoffice-bugs] [Bug 58858] FILESAVE: can't save .xls test file as .ods after deleting cells

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58858 --- Comment #12 from vlb v...@xs4all.nl --- Created attachment 72583 -- https://bugs.freedesktop.org/attachment.cgi?id=72583action=edit New test file ods with 2 sheets I have the first test file bring it to 2 sheets, where i can reproduce the

[Libreoffice-bugs] [Bug 59062] Crash on connexion for e-mailing

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59062 --- Comment #3 from ribotb rib...@gmail.com --- Sorry, crash is not the appropriate term. Bernard Ribot -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 59062] Failure on connexion for e-mailing

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59062 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Summary|Crash on connexion for |Failure on

[Libreoffice-bugs] [Bug 59068] Scale, Formatting, wish

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59068 --- Comment #2 from Frank Dieckmann libreoffice@gmx.info --- (In reply to comment #1) Not a valid bug report, completely unintelligibly. What might be globally? That all (including comment on us...@de.libreoffice.org) seems th show that

[Libreoffice-bugs] [Bug 59028] EDITING: default colours and line for 'rectangle' do not match those for 'basic shapes → rectangle'

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59028 --- Comment #3 from Fabian Alexander Wilms alexander.wi...@zoho.com --- I just tried to find the code where the color for primitive shapes are being defined, but couldn't find anything. Does anyone know where to look? -- You are receiving this

[Libreoffice-bugs] [Bug 58994] editing database query in SQL view crashes Base

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58994 rob...@familiegrosskopf.de changed: What|Removed |Added CC||rob...@familiegrosskopf.de

[Libreoffice-bugs] [Bug 59078] New: File hash doesn't match with installation file

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59078 Priority: medium Bug ID: 59078 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: File hash doesn't match with installation file Severity: critical Classification: Unclassified

[Libreoffice-bugs] [Bug 59054] Form load event not firing (probably same cause as 42796)

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59054 rob...@familiegrosskopf.de changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 59079] New: PRINTING - Cannot print the original sheets when new sheets are inserted.

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59079 Priority: medium Bug ID: 59079 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: PRINTING - Cannot print the original sheets when new sheets are inserted. Severity:

[Libreoffice-bugs] [Bug 59075] : OUTLOOK

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59075 --- Comment #2 from Alberto alberto...@hotmail.com --- Thanks -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 58587] Installation: setup displays English text with German component names

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58587 cle...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 59079] PRINTING - Cannot print the original sheets when new sheets are inserted.

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59079 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Attachment #72585|0 |1 is

[Libreoffice-bugs] [Bug 58588] Recovery of document after program crash fails if file was not saved before

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58588 cle...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 59079] PRINTING - Cannot print the original sheets when new sheets are inserted.

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59079 Rob Snelders programm...@ertai.nl changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 59054] Form load event not firing (probably same cause as 42796)

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59054 --- Comment #3 from Reto Diener reto_die...@bluewin.ch --- Precise: The popup must arise! I'm not astonished about the difference (again) between windows and linux. Seems to be some kind of systematic behind of that (see the discussion

[Libreoffice-bugs] [Bug 59080] New: Wrong spellingcheck [German]

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59080 Priority: low Bug ID: 59080 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Wrong spellingcheck [German] Severity: normal Classification: Unclassified OS: Linux

[Libreoffice-bugs] [Bug 59073] UI: Dialog menu 'Data - Sort - Sort Criteria' tab is empty

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59073 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 59081] New: Trying to open a mysql-database table crashes LO database

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59081 Priority: medium Bug ID: 59081 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Trying to open a mysql-database table crashes LO database Severity: critical

[Libreoffice-bugs] [Bug 59063] UI Page Pane crash when moved

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59063 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 59061] FORMATTING / FORMULA with user defined formatting (prolly imported from Excel) that should result in - now shows -#\

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59061 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Attachment #72551|text/plain

[Libreoffice-bugs] [Bug 59061] FORMATTING / FORMULA with user defined formatting (prolly imported from Excel) that should result in - now shows -#\

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59061 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 59048] Crash when undoing a conversion text to table

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59048 --- Comment #6 from Julien Nabet serval2...@yahoo.fr --- Created attachment 72587 -- https://bugs.freedesktop.org/attachment.cgi?id=72587action=edit bt + console logs on 4.0 On pc Debian x86-64 with 4.0 sources updated today, I reproduced the

[Libreoffice-bugs] [Bug 59042] Option 'Application background' does not work in the main window and Draw

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59042 mariosv mari...@miguelangel.mobi changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 51535] Start Center background doesn't change according to application background setting

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51535 mariosv mari...@miguelangel.mobi changed: What|Removed |Added CC||os...@yandex.ru ---

[Libreoffice-bugs] [Bug 59054] Form load event not firing (probably same cause as 42796)

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59054 Lionel Elie Mamane lio...@mamane.lu changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED

[Libreoffice-bugs] [Bug 51081] EDITING: Multiple Select

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51081 bonedri...@gmx.com changed: What|Removed |Added Hardware|x86 (IA32) |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 58940] CONFIGURATION: Can not change paths used by LibreOffice

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58940 --- Comment #25 from Rafael DeGennaro rdegenn...@earthlink.net --- Just installed Linux Mint 14 XFCE (the lightweight version of Mint) on a netbook, and have the same bug. So it's not particular to the way I did the install on my desktop

[Libreoffice-bugs] [Bug 59062] Failure on connexion for e-mailing

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59062 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 59063] UI Page Pane crash when moved

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59063 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 59083] New: Export Chart as SVG produces zero byte files

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59083 Priority: medium Bug ID: 59083 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Export Chart as SVG produces zero byte files Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 59084] New: EDITING: basic macro with event content change

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59084 Priority: medium Bug ID: 59084 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: basic macro with event content change Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 59080] Wrong spellingcheck [German]

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59080 manj_k courrier.oou.fr@googlemail.com changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 59080] Wrong spellingcheck [German]

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59080 --- Comment #2 from manj_k courrier.oou.fr@googlemail.com --- Created attachment 72591 -- https://bugs.freedesktop.org/attachment.cgi?id=72591action=edit Screenshot: 'enthärtung.png' -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 58832] undefined: firefox plugin upper toolbar

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58832 --- Comment #3 from paolo_debort...@yahoo.com --- ??? I have a laptop with ubuntu 12.04, mozilla firefox 17.0.1 and libreoffice dev 4.0 last build. If I open the browser and make file open file (anyfile).odt, it opens the file

[Libreoffice-bugs] [Bug 59061] FORMATTING / FORMULA with user defined formatting (prolly imported from Excel) that should result in - now shows -#\

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59061 --- Comment #5 from Cor Nouws c...@nouenoff.nl --- (In reply to comment #4) @Cor: could you test again with a recent daily build ? No daily builds yet for Linux x86 Will come one of the next days, prolly. thanks for reporting! -- You are

[Libreoffice-bugs] [Bug 47464] SLIDESHOW: a pptx kills LO in slideshow mode, slide 3 and so

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47464 --- Comment #6 from Julien Nabet serval2...@yahoo.fr --- I don't have any crash anymore with 3.6 sources updated yesterday. danielcordero: could you give a try to a newer LO version (last one is 3.6.4)? -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 47383] FILEOPEN: Crashes caused by opening docx and Windows Data Execution Prevention

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

[Libreoffice-bugs] [Bug 58526] UI: Add a close search button to the search bar

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58526 Joren De Cuyper joren.libreoff...@telenet.be changed: What|Removed |Added OS|Windows (All) |All

[Libreoffice-bugs] [Bug 59081] Trying to open a mysql-database table crashes LO database

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59081 --- Comment #1 from Alex Thurgood ipla...@yahoo.co.uk --- Can not reproduce on my own dev build from master dated 05/01/2013 : Version 4.1.0.0.alpha0+ (Build ID: 1b65d9ed728bff7123d4385248ce6671c4de8bc) on Linux Mint 13 32bit Alex -- You

[Libreoffice-bugs] [Bug 59081] Trying to open a mysql-database table crashes LO database

2013-01-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59081 --- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk --- (In reply to comment #1) Can not reproduce on my own dev build from master dated 05/01/2013 : Version 4.1.0.0.alpha0+ (Build ID: 1b65d9ed728bff7123d4385248ce6671c4de8bc) on Linux

  1   2   >