Reminder: Send your Hackfest travel requests

2012-12-22 Thread Florian Effenberger
Hello, in order to close this budget in 2012, I'd like to remind all of you to send in their Hackfest travel requests soon. Per discretion of the board, TDF can refund hotel and travel costs based on our refund policy, and we have reserved a total budget of 3.000 € for the Hackfest. If

[PATCH] fdo#57203 Unknown option: -Embedding

2012-12-22 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1470 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/70/1470/1 fdo#57203 Unknown option: -Embedding Ignore this option on Windows. This work-arounds a regression introduced

Re: Addin exceptions in SvStream

2012-12-22 Thread Marc-André Laverdière
Looking at it, it reminds me of JavaCC visitors - I was expecting something a tad bit more complex. Since we don't have flow analysis at that level, we may have some erroneous results, but I'm guessing we'll have accuracy in the 90% range. Tell me, why Clang then? Is it because the JavaCC or

[Libreoffice-commits] .: sc/source

2012-12-22 Thread Libreoffice Gerrit user
sc/source/filter/excel/xiescher.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit bb97ecdbcc8d8dafd39e728b21bc68efee4eccbc Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Dec 22 14:19:38 2012 +0100 storing the chart doc while loading is a bad idea, fdo#57530

[Libreoffice-commits] .: testtools/Module_testtools.mk

2012-12-22 Thread Libreoffice Gerrit user
testtools/Module_testtools.mk | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) New commits: commit 7c2267becaed861be3932368f78a5983e239fce7 Author: Peter Foley pefol...@verizon.net Date: Thu Dec 20 19:15:44 2012 -0500 bridgetest_climaker seems to work now

[PUSHED] bridgetest_climaker seems to work now

2012-12-22 Thread Peter Foley (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/1465 -- To view, visit https://gerrit.libreoffice.org/1465 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

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

2012-12-22 Thread Libreoffice Gerrit user
sw/source/filter/html/htmlatr.cxx |8 sw/source/filter/html/wrthtml.cxx | 28 ++-- sw/source/filter/html/wrthtml.hxx | 14 +++--- sw/source/filter/inc/fltshell.hxx | 10 +- sw/source/filter/inc/msfilter.hxx |2 -- 5 files changed, 30

[Libreoffice-commits] .: sc/source

2012-12-22 Thread Libreoffice Gerrit user
sc/source/core/data/dociter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6869aaa2b36316e50b512e0ba4819743d834ceaa Author: Tor Lillqvist tlillqv...@suse.com Date: Fri Dec 21 20:46:10 2012 +0200 C4701: potentially uninitialized local variable

Re: Addin exceptions in SvStream

2012-12-22 Thread Michael Stahl
On 22/12/12 12:53, Marc-André Laverdière wrote: Tell me, why Clang then? Is it because the JavaCC or Antlr grammars weren't good enough? uhm... have you ever tried to write a C++ parser? reinventing that wheel takes man-years (or perhaps man-decades) of effort to get right... this and the

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_rtfimport.mk sw/qa writerfilter/source

2012-12-22 Thread Libreoffice Gerrit user
sw/CppunitTest_sw_subsequent_rtfimport.mk |3 +++ sw/qa/extras/rtfimport/data/fdo57886.rtf | 23 +++ sw/qa/extras/rtfimport/rtfimport.cxx |8 writerfilter/source/rtftok/rtfcontrolwords.cxx |1 + 4 files changed, 35 insertions(+) New

[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sw/CppunitTest_sw_subsequent_rtfimport.mk sw/qa writerfilter/source

2012-12-22 Thread Libreoffice Gerrit user
sw/CppunitTest_sw_subsequent_rtfimport.mk |3 +++ sw/qa/extras/rtfimport/data/fdo57886.rtf | 23 +++ sw/qa/extras/rtfimport/rtfimport.cxx |8 writerfilter/source/rtftok/rtfcontrolwords.cxx |1 + 4 files changed, 35 insertions(+) New

[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 58267, which changed state. Bug 58267 Summary: weakref / lifecycle nightmare on calc draw shape load https://bugs.freedesktop.org/show_bug.cgi?id=58267 What|Removed |Added

[PATCH] OUString cleanup in editeng/acessibility

2012-12-22 Thread Olivier Hallot (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1471 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/71/1471/1 OUString cleanup in editeng/acessibility Change-Id: I253444e2859685cae88aa65fae755af2674bd4b4 --- M

[Libreoffice-commits] .: cppunit/ios.patch

2012-12-22 Thread Libreoffice Gerrit user
cppunit/ios.patch |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 0699cbf1ab315ac9ba1594a0fa4fe1041cd356fa Author: Tor Lillqvist t...@iki.fi Date: Sat Dec 22 23:48:21 2012 +0200 Make the patch apply the gbuild way Change-Id:

[ANN] LibreOffice 4.0.0 Beta2 available

2012-12-22 Thread Thorsten Behrens
Dear Community, The Document Foundation is pleased to announce the second Beta release of our upcoming LibreOffice 4.0, that is feature-complete. The upcoming 4.0 will be our fifth major release in just over two years, and comes with a nice set of new features. Please be aware that LibreOffice

storing chart doc on load ?

2012-12-22 Thread Michael Meeks
Hi Markus, I was intrigued by your comment in: commit bb97ecdbcc8d8dafd39e728b21bc68efee4eccbc Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sat Dec 22 14:19:38 2012 +0100 storing the chart doc while loading is a bad idea, fdo#57530 There seems to be no

[Libreoffice-commits] .: solenv/gbuild

2012-12-22 Thread Libreoffice Gerrit user
solenv/gbuild/platform/IOS_ARM_GCC.mk | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) New commits: commit 86c0b5d23af740460107668704949f90ae0cc7b8 Author: Tor Lillqvist t...@iki.fi Date: Sun Dec 23 00:12:06 2012 +0200 Use CXXFLAGS_CXX11 here, too Change-Id:

[Libreoffice-commits] .: 2 commits - configure.ac

2012-12-22 Thread Libreoffice Gerrit user
configure.ac | 177 +-- 1 file changed, 88 insertions(+), 89 deletions(-) New commits: commit bbfd7f0db44d6b7a848131213534f52dff3ab30c Author: Tor Lillqvist tlillqv...@suse.com Date: Sun Dec 23 00:22:01 2012 +0200 Indent

[Libreoffice-commits] .: vcl/ios

2012-12-22 Thread Libreoffice Gerrit user
vcl/ios/source/gdi/salbmp.cxx |4 +-- vcl/ios/source/gdi/salcoretextstyle.cxx |2 - vcl/ios/source/gdi/salgdicommon.cxx | 34 vcl/ios/source/gdi/salvd.cxx|2 - vcl/ios/source/window/salframe.cxx |2 -

[Libreoffice-commits] .: configure.ac

2012-12-22 Thread Libreoffice Gerrit user
configure.ac |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 19340f79a8e8fbd291d1b431848ad7c44aacded3 Author: Tor Lillqvist tlillqv...@suse.com Date: Sun Dec 23 01:51:57 2012 +0200 We only build for Windows on Cygwin It is pointless to test

[Libreoffice-commits] .: sw/source

2012-12-22 Thread Libreoffice Gerrit user
sw/source/ui/envelp/labelcfg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7552dc46259eb022ff6de7383c9886941df0477e Author: Tor Lillqvist tlillqv...@suse.com Date: Sun Dec 23 02:11:27 2012 +0200 Try to fix cannot convert from 'const char *' to

[PATCH] fdo#58651 improve layout/spacing of positionpage.ui

2012-12-22 Thread Jack Leigh (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1472 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/72/1472/1 fdo#58651 improve layout/spacing of positionpage.ui Change-Id: I17dde604a94989e0f3fb0c8a6c0e3e6e1f362574 --- M

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

2012-12-22 Thread Korrawit Pruegsanusak (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1473 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/1473/1 fdo#58671: Remove accelerators from Undo action texts These three texts appear in Undo dropdown list, so they

[Libreoffice-commits] .: sw/source

2012-12-22 Thread Libreoffice Gerrit user
sw/source/ui/envelp/labelcfg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9c655c4c55e3be85a6cef0bd04f95e4d47e211f1 Author: Tor Lillqvist tlillqv...@suse.com Date: Sun Dec 23 07:59:34 2012 +0200 Fix that actually compiles, at least with V2012

opengrok feature request: correcting links to .hxx files

2012-12-22 Thread Noel Grandin
Hi Anybody feel like hacking on opengrok - I have a small request. The parsing for header file includes does not seem to know how to correctly grep our .hxx header files. For example, go to : http://opengrok.libreoffice.org/xref/core/dbaccess/inc/genericcontroller.hxx Then have a look at the

[Libreoffice-qa] Reminder: Send your Hackfest travel requests

2012-12-22 Thread Florian Effenberger
Hello, in order to close this budget in 2012, I'd like to remind all of you to send in their Hackfest travel requests soon. Per discretion of the board, TDF can refund hotel and travel costs based on our refund policy, and we have reserved a total budget of 3.000 € for the Hackfest. If

[Libreoffice-qa] (no subject)

2012-12-22 Thread Andrew Ross
Hello My name is Andrew Ross. I work a HR manager at Inteqno. We are a big and fast developing enterprise. As a consequence, we frequently expand our staff. Right we have an open vacancy of a Customer Assistant. For this job we look for capable, hard-working and professional persons. In

[Libreoffice-qa] [ANN] LibreOffice 4.0.0 Beta2 available

2012-12-22 Thread Thorsten Behrens
Dear Community, The Document Foundation is pleased to announce the second Beta release of our upcoming LibreOffice 4.0, that is feature-complete. The upcoming 4.0 will be our fifth major release in just over two years, and comes with a nice set of new features. Please be aware that LibreOffice

Re: [Libreoffice-qa] BSA bugs and fixes

2012-12-22 Thread Marc Paré
Hi Joel Le 2012-12-21 13:43, Joel Madero a écrit : On Fri, Dec 21, 2012 at 10:29 AM, libreoffice-qa-requ...@lists.freedesktop.org mailto:libreoffice-qa-requ...@lists.freedesktop.org wrote: I am just wondering about the BSA bugs that show up on the Website list. Is there anyone

[Libreoffice-bugs] [Bug 56219] UI: Remove Text object related Adapt properties from 'Position and Size' dialog

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56219 --- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de --- @ydutrieux It does not work is too rare. What EXACTLY did you expect, and what EXACTLY did you observe with waht LibO Version on what OS? -- You are receiving this mail

[Libreoffice-bugs] [Bug 58122] Sheet direction action not saved

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58122 --- Comment #2 from Ibrahim Hammad ibrahim.ham...@gmail.com --- Created attachment 71963 -- https://bugs.freedesktop.org/attachment.cgi?id=71963action=edit A Calc sheet to explain the case Attached file will answer all questions raised on this

[Libreoffice-bugs] [Bug 58122] Sheet direction action not saved

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58122 --- Comment #3 from Ibrahim Hammad ibrahim.ham...@gmail.com --- I'm attaching a Libreoffice Calc sheet to explain the bug and answer the question raised. The Calc sheet once been entered by the Arabic language and the direction (as shown by the

[Libreoffice-bugs] [Bug 48022] Impress SLIDESHOW: ppt file shown incorrectly when hardware acceleration enabled on Linux

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48022 --- Comment #10 from sasha.libreoff...@gmail.com --- My OS is Russian Fedora Remix 17 Beefy miracle 64 bit LO is 3.6.4 installed from libreoffice.org from rpm -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58644] New: EDITING: Auto-Filter removes brackets in Queries - Filter doesen't work in correlated Subqueries

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58644 Priority: medium Bug ID: 58644 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Auto-Filter removes brackets in Queries - Filter doesen't work in correlated

[Libreoffice-bugs] [Bug 58644] EDITING: Auto-Filter removes brackets in Queries - Filter doesen't work in correlated Subqueries

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58644 rob...@familiegrosskopf.de changed: What|Removed |Added Attachment #71964|text/plain |application/vnd.oasis.opend

[Libreoffice-bugs] [Bug 58040] FILEOPEN: Writer hangs when opening large files.

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58040 --- Comment #7 from s-joyemuseq...@vf.uni-konstanz.de --- Retested with LOdev 4.0.0 Beta2, 2012-12-22. Average load time until the file is visible in editor, tested with Windows XP: Tested files (see attachment): 1.

[Libreoffice-bugs] [Bug 58586] EDITING : troubles with AutoFilter and quick Sort buttons

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58586 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |NEW See Also|

[Libreoffice-bugs] [Bug 58644] EDITING: Auto-Filter removes brackets in Queries - Filter doesen't work in correlated Subqueries

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58644 rob...@familiegrosskopf.de changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Libreoffice-bugs] [Bug 58586] EDITING : troubles with AutoFilter and quick Sort buttons

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58586 rob...@familiegrosskopf.de changed: What|Removed |Added Attachment #71871|text/plain |application/vnd.oasis.opend

[Libreoffice-bugs] [Bug 58586] EDITING : troubles with AutoFilter and quick Sort buttons

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58586 rob...@familiegrosskopf.de changed: What|Removed |Added Attachment #71873|text/plain |image/png mime

[Libreoffice-bugs] [Bug 55065] ScCellCursorObj::SheetCellRange unoapi test fails

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

[Libreoffice-bugs] [Bug 55582] Pasting a drawing object while another one is selected overwrites the initial one

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55582 --- Comment #2 from Lennard Wasserthal wassert...@nefkom.net --- Created attachment 71965 -- https://bugs.freedesktop.org/attachment.cgi?id=71965action=edit Patch works, but just for writer. -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 55582] Pasting a drawing object while another one is selected overwrites the initial one

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55582 Lennard Wasserthal wassert...@nefkom.net changed: What|Removed |Added Hardware|x86 (IA32) |All

[Libreoffice-bugs] [Bug 58645] New: Formatting and SAVE: By conditional formatting and file save collumns are jump horizontal

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58645 Priority: medium Bug ID: 58645 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Formatting and SAVE: By conditional formatting and file save collumns are jump horizontal

[Libreoffice-bugs] [Bug 58501] First action in LibO Start Center after launch: message JRE required if no JRE selected

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58501 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 53446] UI: Wrong message 'JRE required' in FILEOPEN dialog

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53446 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 58645] Formatting and SAVE: By conditional formatting and file save collumns are jump horizontal

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58645 --- Comment #1 from vlb v...@xs4all.nl --- Created attachment 71967 -- https://bugs.freedesktop.org/attachment.cgi?id=71967action=edit File where colun position is change -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 57530] FILEOPEN XLS: Severe performance regressions in LO compared to Open Office

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57530 --- Comment #7 from Stephan van den Akker stephanv...@gmail.com --- I'll disable this line in my own build and will do some tests. Does this line copy the referenced data from the spreadsheets to an internal storage? Charts do that when you copy

[Libreoffice-bugs] [Bug 58646] New: RTF: \page is not rendered

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58646 Priority: medium Bug ID: 58646 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: RTF: \page is not rendered Severity: normal Classification:

[Libreoffice-bugs] [Bug 58245] drawing display problem with ctrl key when copying drawing in writer

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58245 Lennard Wasserthal wassert...@nefkom.net changed: What|Removed |Added OS|Windows (All) |All

[Libreoffice-bugs] [Bug 58578] EDITING - Actual Technology ODBC opensource DB driver displays spurious padding characters in table on OSX 10.8.2

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58578 --- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk --- Hi Lionel, The client field is VARCHAR, the country field is CHAR, so the answer is both. This sounds similar to the bug that we saw in the bibliography db, but I thought that had been

[Libreoffice-bugs] [Bug 58578] EDITING - Actual Technology ODBC opensource DB driver displays spurious padding characters in table on OSX 10.8.2

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58578 --- Comment #6 from Alex Thurgood ipla...@yahoo.co.uk --- (In reply to comment #5) Hi Lionel, The client field is VARCHAR, the country field is CHAR, so the answer is both. This sounds similar to the bug that we saw in the bibliography db,

[Libreoffice-bugs] [Bug 58647] New: EDITING: Copy paste a bullet list from Impress into writer destroys format of writer file

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58647 Priority: medium Bug ID: 58647 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Copy paste a bullet list from Impress into writer destroys format of writer file

[Libreoffice-bugs] [Bug 56952] Bogus error message opening a document from read-only location

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

[Libreoffice-bugs] [Bug 46933] : Wrong number of bibliography entry in frame

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46933 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 47101] EDITING: Selection tool - the problem with objects without margin (adjacent to one of the page edges)

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47101 sasha.libreoff...@gmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 58648] New: FORMATTING: Autofit Text in Impress does not to work correct

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58648 Priority: medium Bug ID: 58648 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING: Autofit Text in Impress does not to work correct Severity: normal

[Libreoffice-bugs] [Bug 39256] Deficiencies in WMF importer implementation

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39256 Lennard Wasserthal wassert...@nefkom.net changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 39256] Deficiencies in WMF importer implementation

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39256 --- Comment #24 from Tobias Heilig tobias.hei...@sensor-technik.de --- Sorry but I am out of office until January 6th, 2013. All messages will be forwarded to my personal email address. In very urgent cases I will respond. Best regards, merry

[Libreoffice-bugs] [Bug 47122] : no Find Previous keyboard shortcut

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47122 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 58643] EDITING: Systematic LO 3.6.4 crash on Mac OSX 10.8 using calc

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58643 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 57417] LDAP address book support disappeared

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57417 --- Comment #4 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org --- Created attachment 71969 -- https://bugs.freedesktop.org/attachment.cgi?id=71969action=edit LDAP Address book support available (In reply to comment #3) The resolution is:

[Libreoffice-bugs] [Bug 58098] FILEOPEN: Serious Performance Problem in LibreOffice Calc 3.6.3(and above) in regard to previous versions and OOo.org

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58098 --- Comment #6 from Zeki Bildirici kobz...@gmail.com --- Reproduced in LibreOffice 4.0 Beta1 :( -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing

[Libreoffice-bugs] [Bug 53332] Backup lost on AutoRecovery from simulated full disk

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53332 --- Comment #2 from Victor vic...@vsespb.ru --- Hello. - Currently I cannot reproduce this using steps that I provided in first message. - Backup lost on AutoRecovery from simulated full disk - disk full is a bit different thing. With

[Libreoffice-bugs] [Bug 56949] FILEOPEN: Connectors lose their connections with the shapes

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56949 Lucas Betschart lucasbetsch...@gmail.com changed: What|Removed |Added Summary|Connectors lose their |FILEOPEN:

[Libreoffice-bugs] [Bug 58649] New: EDITING: Overflowing text on image (regression)

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58649 Priority: medium Bug ID: 58649 Keywords: regression Assignee: libreoffice-bugs@lists.freedesktop.org Summary: EDITING: Overflowing text on image (regression) Severity: normal

[Libreoffice-bugs] [Bug 56949] FILEOPEN: Connectors lose their connections with the shapes

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56949 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Status|NEEDINFO|NEW

[Libreoffice-bugs] [Bug 56952] Bogus error message opening a document from read-only location

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56952 Urmas davian...@gmail.com changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 58116] FORMATTING: How To Make Line Spacing Stick

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58116 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 58159] First run Help-About crashes Libreoffice

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

[Libreoffice-bugs] [Bug 56952] Bogus error message opening a document from read-only location

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56952 --- Comment #3 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org --- (In reply to comment #2) Same behaviour under Windows with recent master. And with LO 4.0 beta2 ? http://dev-builds.libreoffice.org/pre-releases/win/x86/ If the problem is for

[Libreoffice-bugs] [Bug 58160] Program not starts after installation

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58160 Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed: What|Removed |Added OS|All |Windows

[Libreoffice-bugs] [Bug 56952] Bogus error message opening a document from read-only location

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56952 Urmas davian...@gmail.com changed: What|Removed |Added OS|All |Windows (All) -- You are

[Libreoffice-bugs] [Bug 58159] First run Help-About crashes Libreoffice

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58159 --- Comment #13 from Julien Nabet serval2...@yahoo.fr --- Onyx: could you try to retrieve a strace file? (see https://wiki.documentfoundation.org/BugReport#How_to_get_a_strace_log_.28on_Linux.29) -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 57530] FILEOPEN XLS: Severe performance regressions in LO compared to Open Office

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57530 --- Comment #9 from Markus Mohrhard markus.mohrh...@googlemail.com --- I found no obvious regressions and this call seems to be not a good idea in general. If we really find a place where this introduces a problem we should fix it properly. All

[Libreoffice-bugs] [Bug 57530] FILEOPEN XLS: Severe performance regressions in LO compared to Open Office

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57530 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 55226] Some type of slide transition not working

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55226 David Tardon dtar...@redhat.com changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 58650] New: DocumentInfo disappeared

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58650 Priority: medium Bug ID: 58650 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: DocumentInfo disappeared Severity: blocker Classification: Unclassified OS: Windows

[Libreoffice-bugs] [Bug 58630] Calc - CRASH when using Validity

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58630 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 58651] New: [Writer] Options in Position tab of paragraph style not distributed equally over available space

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58651 Priority: medium Bug ID: 58651 CC: leighmanthegr...@hotmail.com Assignee: libreoffice-bugs@lists.freedesktop.org Summary: [Writer] Options in Position tab of paragraph style

[Libreoffice-bugs] [Bug 57610] PRINTING: Print a CALC File with Text with a different Format in CALC and EXCEL

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57610 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Summary|PRINTING: Print a CALC File |PRINTING: Print a CALC

[Libreoffice-bugs] [Bug 57597] Spreadsheet: WEEKNUM in french localization (NO.SEMAINE) don't match with help

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57597 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 57623] EDITING Relation designer refuse to add a table

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57623 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #70686|text/plain

[Libreoffice-bugs] [Bug 56235] Double border for calc-result returns one fat line

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56235 --- Comment #4 from Ian~G grayl...@orange.net --- Created attachment 71978 -- https://bugs.freedesktop.org/attachment.cgi?id=71978action=edit borders formatted for totals -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 56235] Double border for calc-result returns one fat line

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56235 --- Comment #5 from Ian~G grayl...@orange.net --- Created attachment 71980 -- https://bugs.freedesktop.org/attachment.cgi?id=71980action=edit pdf of borders formatted for totals -- You are receiving this mail because: You are the assignee for

[Libreoffice-bugs] [Bug 56235] Double border for calc-result returns one fat line

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56235 --- Comment #6 from Ian~G grayl...@orange.net --- confirmed here on 3.6.4 on ubuntu 12.04 64 bit to get the attached results I had to: 1 - Turn off anti-aliasing 2 - Select the cell bottom border as the fourth item up from the bottom in the

[Libreoffice-bugs] [Bug 56098] UI: 'Paste Special - Shift Cells' options availability not logical

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56098 Winfried Donkers o...@dci-electronics.nl changed: What|Removed |Added Status|NEW |ASSIGNED

[Libreoffice-bugs] [Bug 51066] UI: Worksheets positioned at top when opening document (current position 'anchor' not saved)

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51066 reg ppgu...@gmail.com changed: What|Removed |Added Hardware|All |x86-64 (AMD64)

[Libreoffice-bugs] [Bug 58646] RTF: \page is not rendered

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58646 --- Comment #1 from Bernard Moreton it...@tnauk.org.uk --- I have to correct this - \page is not rendered as it used to be, in a document format that used to open well in MS Word (sadly no longer available to me). But a simple document,

[Libreoffice-bugs] [Bug 58654] New: Polish spelling dictionary is missing in the LO install package and LO Extension repository

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58654 Priority: medium Bug ID: 58654 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Polish spelling dictionary is missing in the LO install package and LO Extension repository

[Libreoffice-bugs] [Bug 55032] CONDITIONAL FORMATTING is LOST when a sheet is copied from one file to another (using the tab context menu)

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55032 john.pr...@cantab.net changed: What|Removed |Added Severity|normal |blocker --- Comment #15 from

[Libreoffice-bugs] [Bug 57623] EDITING Relation designer refuse to add a table

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57623 --- Comment #3 from Julien Nabet serval2...@yahoo.fr --- Created attachment 71984 -- https://bugs.freedesktop.org/attachment.cgi?id=71984action=edit fixed file On pc Debian x86-64 with master sources updated today, I reproduced the problem.

[Libreoffice-bugs] [Bug 57623] EDITING Relation designer refuse to add a table

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57623 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #71984|text/plain

[Libreoffice-bugs] [Bug 57623] EDITING Relation designer refuse to add a table

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57623 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 57927] Only the dictionary of my mother tongue was installed

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57927 --- Comment #12 from VX vangeli...@aol.com --- (In reply to comment #11) This one looks rather fixed?! Are you sure? There are a few issues with installing spell checking dictionaries. Some of them I described in another bug report:

[Libreoffice-bugs] [Bug 57927] Only the dictionary of my mother tongue was installed

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57927 VX vangeli...@aol.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 58567] : Vlookup crash

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58567 Eduardo Soares edu...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 57623] EDITING Relation designer refuse to add a table

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57623 rob...@familiegrosskopf.de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 57624] EDITING Relation designer refuse to take more place to display a lot of tables

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57624 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Attachment #70688|text/plain

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

2012-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37240 --- Comment #6 from 25pie...@gmail.com --- Created attachment 71988 -- https://bugs.freedesktop.org/attachment.cgi?id=71988action=edit Test document showing the problem If you open the file you get an error message since the focus is not yet

  1   2   >