LibreOffice Gerrit News for dev-tools on 2014-03-22

2014-03-22 Thread gerrit
Moin! * Open changes on master for project dev-tools changed in the last 25 hours: None * Merged changes on master for project dev-tools changed in the last 25 hours: + fdo#67350 : sanity check utility for help ids wrt ui files in https://gerrit.libreoffice.org/8668 from Mathias M *

LibreOffice Gerrit News for core on 2014-03-22

2014-03-22 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fdo#57950: Replace chained O(U)StringBuffer::append() with operator+ in https://gerrit.libreoffice.org/8699 from Tharindu Lakmal about module sc + fdo#64945

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

2014-03-22 Thread Norbert Thiebaud
vcl/source/gdi/outdev2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9433eed641ad986e986e924b575b1ae008e20fe2 Author: Norbert Thiebaud nthieb...@gmail.com Date: Sat Mar 22 01:12:39 2014 -0500 WaE unused parameter Change-Id:

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

2014-03-22 Thread Norbert Thiebaud
vcl/source/gdi/outdev2.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 37750daee2577f6977f3130a85bbb4a16488abd8 Author: Norbert Thiebaud nthieb...@gmail.com Date: Sat Mar 22 01:33:55 2014 -0500 casting to void to silence a WaE lead to windows

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

2014-03-22 Thread Julien Nabet
vcl/source/gdi/pdfwriter_impl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9971b64067576dbb05d2f77ad62ff665175a2bf3 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 12:00:58 2014 +0100 cppcheck: fix Possible inefficient checking

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

2014-03-22 Thread Tor Lillqvist
vcl/source/window/window.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 0abc9bb2fa280164372b4779e6af9c3d992951b6 Author: Tor Lillqvist t...@collabora.com Date: Sat Mar 22 15:00:01 2014 +0200 WaE: unused variable 'aSrcOutRect' Change-Id:

Re: About SwSortedObjs

2014-03-22 Thread Miklos Vajna
Hi Julien, On Fri, Mar 21, 2014 at 06:15:24PM -0700, julien2412 serval2...@yahoo.fr wrote: Of course, the pb is std::set doesn't have [] operator and needs an iterator + advance (or perhaps missed an easy way?) However, leafing through the use of SwSortedObjs (used by other classes) it seems

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

2014-03-22 Thread Miklos Vajna
sw/inc/docary.hxx |1 + sw/source/core/doc/docnew.cxx |2 +- sw/source/core/doc/docredln.cxx |5 + 3 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 3d5349f290deead4d47708ac8e30da47a76b9177 Author: Miklos Vajna vmik...@collabora.co.uk Date: Sat

Re: built from sources, mail merge not working

2014-03-22 Thread Miklos Vajna
On Fri, Mar 21, 2014 at 05:37:58AM +0100, Gabriele Bulfon gbul...@sonicle.com wrote: unsatisfied query for interface of type com.sun.star.loader.XImplementationLoader Is there anything I should enable during config to allow for mailmerge to work? Here is my configure: ./configure

Re: About SwSortedObjs

2014-03-22 Thread julien2412
Hi Miklos, Miklos Vajna-4 wrote Isn't the difference between std::set and std::map that the key is separated from the value, i.e. it has an operator[] what you want here? The [] operator is to retrieve the nth element of the sorted vector. I don't figure out how map would replace vector here?

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

2014-03-22 Thread PriyankaGaikwad
sw/qa/extras/ooxmlexport/data/fdo76163.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |9 + sw/source/filter/ww8/docxattributeoutput.cxx | 12 sw/source/filter/ww8/docxattributeoutput.hxx |1 + 4 files changed, 22 insertions(+) New commits: commit

Cppcheck reports Division by zero in new.cxx (sfx2 module)

2014-03-22 Thread julien2412
Hello, Cppcheck reported this: sfx2/source/doc/new.cxx 81 zerodiv error Division by zero. Indeed we have this: 74 #define FRAME 4 75 long nWidth = pWindow-GetOutputSize().Width() - 2*FRAME; 76 long nHeight = pWindow-GetOutputSize().Height() - 2*FRAME; 77 if(

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

2014-03-22 Thread Kohei Yoshida
sc/inc/column.hxx |3 + sc/inc/document.hxx|2 sc/inc/table.hxx |2 sc/qa/unit/ucalc.hxx |2 sc/qa/unit/ucalc_sharedformula.cxx | 106 + sc/source/core/data/column.cxx |

Re: About SwSortedObjs

2014-03-22 Thread Miklos Vajna
Hi Julien, On Sat, Mar 22, 2014 at 06:47:05AM -0700, julien2412 serval2...@yahoo.fr wrote: The [] operator is to retrieve the nth element of the sorted vector. I don't figure out how map would replace vector here? What key to use? Nah, you just mentioned in general, that you would need a set

[SOLVED] Re: About SwSortedObjs

2014-03-22 Thread julien2412
Thank you Miklos for the explanation. Julien -- View this message in context: http://nabble.documentfoundation.org/About-SwSortedObjs-tp4102571p4102615.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list

Trying to understand a part of autoform.cxx (sc module)

2014-03-22 Thread julien2412
Hello, I noticed this in http://opengrok.libreoffice.org/xref/core/sc/source/core/tool/autoform.cxx#640 649 // do not insert empty CJK font 650 const SvxFontItem rCJKFont = rField.GetCJKFont(); 651 if (!rCJKFont.GetStyleName().isEmpty()) 652 {

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

2014-03-22 Thread Miklos Vajna
sw/source/core/text/inftxt.hxx |2 +- sw/source/core/text/portxt.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit e7baa6fe82c9d4f8bc6841f82f04088e664dda08 Author: Miklos Vajna vmik...@collabora.co.uk Date: Fri Jan 10 10:32:12 2014 +0100 fdo#73466

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

2014-03-22 Thread Miklos Vajna
oox/source/core/xmlfilterbase.cxx | 14 -- 1 file changed, 14 deletions(-) New commits: commit e938a41ac0da617f20bb3df0f86dfd8476bf88e7 Author: Miklos Vajna vmik...@collabora.co.uk Date: Sat Mar 22 14:57:27 2014 +0100 oox: no need to dump these here

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

2014-03-22 Thread Julien Nabet
sc/source/ui/docshell/docsh.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 655dedb1a76249da1d50079d51eec5c9f3baac00 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 15:26:46 2014 +0100 cppcheck: bRet reassigned before using its value

Re: Trying to understand a part of autoform.cxx (sc module)

2014-03-22 Thread Kohei Yoshida
On Sat, 2014-03-22 at 07:12 -0700, julien2412 wrote: But shouldn't line 666 be: if (!rCTLFont.GetStyleName().isEmpty()) Yes. You can go ahead and fix that. Thanks, Kohei ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

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

2014-03-22 Thread Julien Nabet
sc/source/core/tool/autoform.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f593bfc1b8d2bdc5ed8b1e2c5f714f4eb71beda5 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 15:32:21 2014 +0100 Fix the condition (thank you Kohei!)

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

2014-03-22 Thread Oliver-Rainer Wittmann
sw/source/core/text/inftxt.hxx |1 - sw/source/core/text/portxt.cxx | 10 ++ 2 files changed, 10 insertions(+), 1 deletion(-) New commits: commit 835b0bec8d6b20382dd665ea8806de474602f0d0 Author: Oliver-Rainer Wittmann o...@apache.org Date: Mon Jan 20 10:57:12 2014 +

[SOLVED] Re: Trying to understand a part of autoform.cxx (sc module)

2014-03-22 Thread Julien Nabet
On 22/03/2014 15:29, Kohei Yoshida wrote: On Sat, 2014-03-22 at 07:12 -0700, julien2412 wrote: But shouldn't line 666 be: if (!rCTLFont.GetStyleName().isEmpty()) Yes. You can go ahead and fix that. Thank you Kohei for the feedback! I've pushed the fix on master sources. (For 4.2:

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

2014-03-22 Thread Julien Nabet
sc/source/core/tool/autoform.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a71febe2eeb491750f9887ca63279a9c162c6e2e Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 15:32:21 2014 +0100 Fix the condition (thank you Kohei!)

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDESalGraphics.cxx | 21 - vcl/unx/kde4/KDESalInstance.cxx |5 + vcl/unx/kde4/KDESalInstance.hxx |1 + vcl/unx/kde4/KDEXLib.cxx| 26 +- vcl/unx/kde4/KDEXLib.hxx|5 - 5 files changed, 39 insertions(+),

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDESalGraphics.cxx | 20 +--- 1 file changed, 17 insertions(+), 3 deletions(-) New commits: commit 6247c3ee49ff0dee676dd20589f36c71eebf06c6 Author: Jan-Marek Glogowski glo...@fbihome.de Date: Thu Feb 27 08:51:00 2014 + KDE4: Report correct check and

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDE4FilePicker.cxx |9 ++--- vcl/unx/kde4/KDE4FilePicker.hxx |5 + vcl/unx/kde4/KDEXLib.cxx| 17 ++--- vcl/unx/kde4/KDEXLib.hxx|2 -- 4 files changed, 5 insertions(+), 28 deletions(-) New commits: commit

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDEXLib.cxx | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) New commits: commit 7317d3132ab816a4bfa394fd93f55e0d12e6d6e6 Author: Jan-Marek Glogowski glo...@fbihome.de Date: Thu Mar 13 21:55:31 2014 +0100 Revert Rewrite Qt4 based nested yield mutex

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDEXLib.cxx | 36 1 file changed, 36 deletions(-) New commits: commit d38365def25ed543e331dfceb1f816db104f8f6c Author: Jan-Marek Glogowski glo...@fbihome.de Date: Wed Feb 26 17:02:38 2014 +0200 KDE4: Drop Qt 4.9 support I don't

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDEXLib.cxx | 60 ++- vcl/unx/kde4/KDEXLib.hxx |2 - 2 files changed, 24 insertions(+), 38 deletions(-) New commits: commit 7f16f6b83cb0f4db3fd301304d55c599ff0a2edd Author: Jan-Marek Glogowski glo...@fbihome.de Date: Fri Mar 14

[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - configure.ac vcl/CustomTarget_kde4_moc.mk vcl/Library_vclplug_kde4.mk vcl/unx

2014-03-22 Thread Jan-Marek Glogowski
configure.ac | 51 +- vcl/CustomTarget_kde4_moc.mk |3 vcl/Library_vclplug_kde4.mk |2 vcl/unx/kde4/KDE4FilePicker.cxx |8 + vcl/unx/kde4/KDEData.cxx |2

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDESalDisplay.cxx | 22 ++ 1 file changed, 6 insertions(+), 16 deletions(-) New commits: commit 6df01ea56717803f1ccf66b7a2815aa09fb5 Author: Jan-Marek Glogowski glo...@fbihome.de Date: Mon Mar 10 14:54:58 2014 + Revert fdo#67011: Run

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

2014-03-22 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDESalDisplay.cxx |4 1 file changed, 4 insertions(+) New commits: commit 448cd2be26527dc55b13d89c53c723ff62c32e95 Author: Jan-Marek Glogowski glo...@fbihome.de Date: Fri Mar 14 21:02:16 2014 +0100 fdo#67011 KDE4: prevent blocking in Display::Yield

[Libreoffice-commits] core.git: 14 commits - editeng/source filter/source sd/source sfx2/source svx/source sw/source vcl/source

2014-03-22 Thread Caolán McNamara
editeng/source/editeng/impedit.cxx |2 +- filter/source/pdf/impdialog.cxx |2 +- sd/source/ui/view/drtxtob.cxx |2 +- sd/source/ui/view/drviews1.cxx |4 ++-- sd/source/ui/view/drviews4.cxx |2 +-

Re: About SwSortedObjs

2014-03-22 Thread Tomaž Vajngerl
Hi, On Sat, Mar 22, 2014 at 2:54 PM, Miklos Vajna vmik...@collabora.co.uk wrote: Nah, you just mentioned in general, that you would need a set (which is a sorted container where the key is not separated from the value) which has an operator[], and I believe map is just that. He didn't say

Re: Wiki editing page

2014-03-22 Thread Dennis Roczek
Just FYI: Alexander Werner and I finally found the correct configuration so that this license statement is displayed correctly on all locations. (A bit tricky as we had to modify one PHP variable and creating a page onwiki) Regards, Dennis Am 16.12.2013 21:01, schrieb Tae Wong: HTML links

[Libreoffice-commits] core.git: 20 commits - cppuhelper/source dbaccess/source extensions/source formula/source framework/source oox/source sc/source sd/source sw/source ucb/source

2014-03-22 Thread Caolán McNamara
cppuhelper/source/findsofficepath.c |2 dbaccess/source/core/api/CRowSetDataColumn.hxx|1 dbaccess/source/ui/dlg/odbcconfig.cxx |2 extensions/source/nsplugin/source/npshell.cxx |4 - formula/source/ui/dlg/formula.cxx

[Libreoffice-commits] core.git: 10 commits - cui/source extensions/source framework/source include/cppuhelper include/oox include/svl sfx2/source shell/source slideshow/source

2014-03-22 Thread Caolán McNamara
cui/source/dialogs/cuigaldlg.cxx |2 ++ extensions/source/propctrlr/propertyeditor.cxx |2 ++ framework/source/accelerators/presethandler.cxx |7 --- include/cppuhelper/typeprovider.hxx

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

2014-03-22 Thread Julien Nabet
sfx2/source/appl/shutdownicon.cxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit 62407b674ef9866cf98366a1cbcb96b8062b8294 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 23:08:18 2014 +0100 cppcheck: fix variables reassigned before having

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

2014-03-22 Thread Julien Nabet
sw/source/core/graphic/ndgrf.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit b79a361f25e10b71444369e5001bb0103daa1b5e Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 23:12:22 2014 +0100 cppcheck: fix reassigned var Change-Id:

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

2014-03-22 Thread Julien Nabet
vcl/generic/glyphs/gcach_ftyp.cxx |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) New commits: commit ac466bc94eaea5356dc764564810e787b0536121 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Mar 22 23:15:59 2014 +0100 cppcheck: fix reassigned vars Change-Id:

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

2014-03-22 Thread Khaled Hosny
vcl/source/gdi/outdev2.cxx | 27 ++--- vcl/source/gdi/print.cxx | 47 - 2 files changed, 20 insertions(+), 54 deletions(-) New commits: commit 4e642a3f6b07163a030720f2043b0dde1fdfd66d Author: Khaled Hosny khaledho...@eglug.org

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

2014-03-22 Thread Jacobo Aragunde Pérez
sw/qa/extras/inc/swmodeltestbase.hxx | 14 ++ sw/qa/extras/ooxmlexport/data/simple-sdts.docx |binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx |2 sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx| 48 +++ sw/source/filter/ww8/docxattributeoutput.cxx | 156

[Libreoffice-commits] core.git: 7 commits - include/svx sd/qa svx/source

2014-03-22 Thread David Tardon
include/svx/sdr/properties/customshapeproperties.hxx |7 - include/svx/svdoashp.hxx |4 include/svx/svdotext.hxx | 12 + sd/qa/unit/data/xml/shapes-test_page2.xml|2

Re: [Libreoffice-qa] Problemas con docx

2014-03-22 Thread Robinson Tryon
2014-03-22 2:17 GMT-04:00 Juan Jorge Moreno jone...@gmail.com: Hola Les comparto una captura de pantalla donde se puede ver lo que pasa cada vez que abro un archivo docx. ¿Hay forma de solucionarlo?. Hi Juan, Please try to keep correspondence on the QA list in English. If you'd prefer to

[Libreoffice-bugs] [Bug 76474] New: Other: Math formula

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76474 Priority: medium Bug ID: 76474 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Other: Math formula Severity: normal Classification: Unclassified OS: Linux (All)

[Libreoffice-bugs] [Bug 76463] Add a character effect to capitalize the first letter of a sentence

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76463 Andras Timar tima...@gmail.com changed: What|Removed |Added Attachment #96180|text/plain

[Libreoffice-bugs] [Bug 76456] FILEOPEN custom shape itself and text in custom shape have wrong rotation

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76456 Andras Timar tima...@gmail.com changed: What|Removed |Added Attachment #96171|text/plain

[Libreoffice-bugs] [Bug 76456] FILEOPEN custom shape itself and text in custom shape have wrong rotation

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76456 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 76293] When using LO Dialogs Http locations for images can not been used

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76293 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 76293] When using LO Dialogs Http locations for images can not been used

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76293 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Severity|blocker |critical --- Comment

[Libreoffice-bugs] [Bug 76167] CONFIGURATION: #NULO! appears in cells referencing other cell (example: =$E$1)

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76167 Andras Timar tima...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 75387] #NULL when referencing text cells and OpenCL is on

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75387 Andras Timar tima...@gmail.com changed: What|Removed |Added CC||gi...@hotmail.com ---

[Libreoffice-bugs] [Bug 76251] FILEOPEN: ww8 import, table columns too narrow

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76251 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 76380] EDITING: Reference to another sheet's cell in the same XLS / XLSX gets invalidated next time when we open file

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76380 --- Comment #2 from A (Andy) stgohi-lob...@yahoo.de --- for me also not reproducible with a new file using LO 4.2.2.1 (Win 8.1) -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76134] FORMATTING: Column widths are not interpreted properly from Microsoft Word 2003 XML format

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76134 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added OS|Windows (All) |All

[Libreoffice-bugs] [Bug 76474] Other: Math formula

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76474 --- Comment #1 from Tomaz Vajngerl qui...@gmail.com --- I can't reproduce this with LO 4.2.1.1. The arrow in vec a and vec b appears, the arrow in vec b is just placed higher. Can you try with LO 4.2 .. also a screenshot and a example document

[Libreoffice-bugs] [Bug 76473] Table entry of decimal numbers

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76473 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added CC||stgohi-lob...@yahoo.de

[Libreoffice-bugs] [Bug 76008] out_of_range exception from: copy formula, paste, undo

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76008 Laurent BP jumbo4...@yahoo.fr changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 76089] EDITING: imported calc8 sheet shows a black line in the last row

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76089 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 76148] vector::_M_range_check crash after pasting broken formulas

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76148 Laurent BP jumbo4...@yahoo.fr changed: What|Removed |Added CC||jumbo4...@yahoo.fr ---

[Libreoffice-bugs] [Bug 76266] [PIVOTABLE][FILEOPEN][FUNCTION]: Opening .xlsx file with Pivot table displays the wrong Data Field Function

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76266 suokunl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 76473] Table entry of decimal numbers

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76473 --- Comment #5 from Tomaz Vajngerl qui...@gmail.com --- Can you post this document so we can inspect it. I can't reproduce this if I manually enter your numbers in a new sheet or if I copy/paste them. Thanks. -- You are receiving this mail

[Libreoffice-bugs] [Bug 74370] Pivot table COUNT field imported as SUM field from xlsx

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74370 suokunl...@gmail.com changed: What|Removed |Added CC||gr...@npsh.hu --- Comment #5 from

[Libreoffice-bugs] [Bug 76258] [Filter][Enchancement] Filter by colors in LibO Calc

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76258 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 76275] [Enhancement][PRINT] Page settings should be available from the Print dialog window

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76275 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 75958] FORMATTING: Badly misplaced graphics in MS Word .doc files when imported into LibreOffice Writer

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75958 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 54235] FILESAVE: FORMCONTROLS: Form element data loss when saving in .docx format, text field

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54235 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Summary|Form element data loss when |FILESAVE:

[Libreoffice-bugs] [Bug 75893] FILESAVE: FORMCONTROLS: Form controls cannot be exported to docx format

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75893 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 70302] FILESAVE: FORMCONTROLS: The forms aren't saved in docx.

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70302 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Summary|FILESAVE: The forms aren't |FILESAVE:

[Libreoffice-bugs] [Bug 50097] FILESAVE: FORMCONTROLS: Saving as .docx removes checkboxes

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50097 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Summary|Saving as .docx removes |FILESAVE:

[Libreoffice-bugs] [Bug 52191] FILESAVE: FORMCONTROLS: form - check box disappears

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52191 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added Summary|FORMCONTROLS: form - check |FILESAVE:

[Libreoffice-bugs] [Bug 48015] Option to export all sheet from Drawing and Presentation module

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48015 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 76459] Mix-up of Stable 4.2.2 Mac OS with Windows 4.2.2!

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

[Libreoffice-bugs] [Bug 76419] BUGZILLAASSISTANT: no version for website bugs

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76419 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added CC||stgohi-lob...@yahoo.de

[Libreoffice-bugs] [Bug 76346] FORMATTING: the page number in the view- page break preview does not show correctly

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76346 --- Comment #3 from A (Andy) stgohi-lob...@yahoo.de --- For me not reproducible with LO 4.2.2.1 (Win 8.1), the page numbers are shown correctly on my computer. Can anybody else with LO 4.1 confirm this bug? Regarding your second comment you

[Libreoffice-bugs] [Bug 76343] EDITING: Single quotes instead of double quotes for raw text in function wizard

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76343 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added CC||stgohi-lob...@yahoo.de

[Libreoffice-bugs] [Bug 51847] Installation leaves garbage in %temp%

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51847 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 75685] EDITING: LO treats formula like a picture

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75685 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 75955] FILEOPEN: Can't open a .docx file

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75955 Tomaz Vajngerl qui...@gmail.com changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |qui...@gmail.com

[Libreoffice-bugs] [Bug 76476] New: White menubar in fullscreen mode

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76476 Priority: medium Bug ID: 76476 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: White menubar in fullscreen mode Severity: normal Classification: Unclassified OS:

[Libreoffice-bugs] [Bug 75634] Saving document, which contains a bookmark in a footnote, as .doc results in a corrupt file that cannot be opened by MS Word

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75634 Thomas van der Meulen pje335...@hotmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 52632] Text 'sub title' displayed, if sub-title isn't used at all

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52632 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 76145] Currently not possible to file a bug

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76145 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Severity|normal |critical

[Libreoffice-bugs] [Bug 76293] When using LO Dialogs Http locations for images can not been used

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76293 --- Comment #6 from Fernand s...@pmg.be --- Andy, checked on Windows all versions For reproducing you must not embedded the iamge embedding take place when copying a picture like you did (first case) a image is also embedded when using insert

[Libreoffice-bugs] [Bug 76477] New: Axes are not copied correctly when copying a chart from CALC to DRAW

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76477 Priority: medium Bug ID: 76477 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Axes are not copied correctly when copying a chart from CALC to DRAW Severity:

[Libreoffice-bugs] [Bug 76477] Axes are not copied correctly when copying a chart from CALC to DRAW

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76477 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 52632] Text 'sub title' displayed, if sub-title isn't used at all

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52632 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 76441] FORMATTING: time presentation

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

[Libreoffice-bugs] [Bug 72277] https CMIS Alfresco The specified device is invalid.

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72277 --- Comment #38 from samuel_w...@web.de --- Same with Version: 4.2.2.1 Will be a create future to use LibreOffice CMIS for checkout and checkin of documents, but this is only possible with https which still not work :( -- You are receiving

[Libreoffice-bugs] [Bug 48015] Option to export all sheet from Drawing and Presentation module

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48015 --- Comment #8 from Florian Reisinger reisi...@gmail.com --- Working with: http://extensions.libreoffice.org/extension-center/export-as-images -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 72277] https CMIS Alfresco The specified device is invalid.

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72277 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Whiteboard|target:4.3.0|

[Libreoffice-bugs] [Bug 76351] FILESAVE: Severe performance issues of Writer saving file with linked graphics

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76351 --- Comment #3 from Gerry gerry.trep...@googlemail.com --- (In reply to comment #2) I wonder if the problem is related to the memory options in use. What settings are you using for the Graphics Cache? The memory and how long the images are

[Libreoffice-bugs] [Bug 76443] error linked cell

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76443 --- Comment #2 from bf...@tiscali.it --- The problem lies in Q5 which is equal to 0 even if it is connected to the E23 which is equal to 3150, the error is generated after moving the block Verifica statica (A20:J14), from A16:J40 to A20: J44. If

[Libreoffice-bugs] [Bug 76293] When using LO Dialogs Http locations for images can not been used

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76293 A (Andy) stgohi-lob...@yahoo.de changed: What|Removed |Added Priority|medium |high

[Libreoffice-bugs] [Bug 74925] CSV opens in Japanese Characters

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74925 --- Comment #2 from nickssalei...@aol.com --- Hi, thanks for this message. A bit late in replying, but I found the fix. I should have seen it right at the top of the panel. I switched to W.Europen Ascii and calc no opens with it every time.

[Libreoffice-bugs] [Bug 46397] Not able to turn on/off page-background in pdf-export

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46397 hastokke...@bigfoot.com changed: What|Removed |Added Version|3.5.0 release |4.2.2.1 release --- Comment #1

[Libreoffice-bugs] [Bug 76443] error linked cell

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76443 m.a.riosv mari...@miguelangel.mobi changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 76476] White menubar in fullscreen mode

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76476 Adolfo Jayme f...@libreoffice.org changed: What|Removed |Added Attachment #96198|text/plain |image/png

[Libreoffice-bugs] [Bug 76473] Table entry of decimal numbers

2014-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76473 Adolfo Jayme f...@libreoffice.org changed: What|Removed |Added Attachment #96193|text/plain |image/jpeg

  1   2   >