LibreOffice Gerrit News 2013-06-23

2013-06-23 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: + Replace more characters functions with rtl/character.hxx in https://gerrit.libreoffice.org/4447 from Arnaud Versini + fdo#66024 - Formula Editor: make wide accents stretchy when exported to M in

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - translations

2013-06-23 Thread Andras Timar
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e11bc87b80850f2cf8cc6d1a6791a5b0b185209d Author: Andras Timar ati...@suse.com Date: Sun Jun 23 08:54:09 2013 +0200 Updated core Project: translations 7d19cf5e544f7bd14f07ae0f6c10a190f0ebff4a

[Libreoffice-commits] translations.git: Branch 'libreoffice-4-1' - source/sl

2013-06-23 Thread Andras Timar
source/sl/dictionaries/is.po | 4 source/sl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po | 10 source/sl/helpcontent2/source/text/scalc/02.po | 4

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

2013-06-23 Thread Caolán McNamara
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) New commits: commit 0e7237e76215f06f5aee8354b2a06078bf34f5dc Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 08:35:36 2013 +0100 fix missing content of header

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

2013-06-23 Thread Julien Nabet
writerfilter/source/rtftok/rtfdocumentimpl.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 3dac2c4b5d6aab37181cf6b113ec1a6732c2d2da Author: Julien Nabet serval2...@yahoo.fr Date: Sun Jun 23 10:31:17 2013 +0200 cppcheck: fix inefficient checking

Re: [ANN] LibreOffice 4.1.0 RC1 available

2013-06-23 Thread Bjoern Michaelsen
Hi all, On Fri, Jun 21, 2013 at 06:44:01PM +0200, Thorsten Behrens wrote: The release is available for Windows, Linux and Mac OS X from our QA builds download page at http://www.libreoffice.org/download/pre-releases/ and Ubuntu users can find a packaged version for Ubuntu 13.10 Saucy at:

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - readlicense_oo/odt

2013-06-23 Thread Christian Lohmaier
readlicense_oo/odt/CREDITS.odt |binary 1 file changed New commits: commit aba481982a06c444a525de28f4dd148a14388123 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Fri Jun 21 14:03:39 2013 +0200 update credits previous version had a section developers not

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

2013-06-23 Thread David Ostrovsky
extensions/source/propctrlr/browserline.cxx | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) New commits: commit 865b5caf6e2256e06f46a39a86d67f03408718a9 Author: David Ostrovsky da...@ostrovsky.org Date: Sun Jun 23 12:44:06 2013 +0200 fix endless loop

Please be careful with (OU)String changes - endless loop with report designer

2013-06-23 Thread David Ostrovsky
just pushed a partially revert [1] for your commit b7df3446c373a93dc5b77b495a54d873d83a91a7 that introduced the endless loop: [...] -String aText = m_aFtTitle.GetText(); +OUStringBuffer aText( m_aFtTitle.GetText() ); - while( m_pTheParent-GetTextWidth( aText )

Re: Question on Java JDK build environments impacting JRE use

2013-06-23 Thread David Ostrovsky
On Sat Jun 22 Stuart Foote wrote: [...] Could anyone spin up a TB to build Windows (possibly OSX) master using JDK 7 [...] Any takers? just uploaded a very recent LO debug build (from the last Hackathon, June 16) with that endless loop fix applied [1]:

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - editeng/source sc/source sd/source svl/inc svl/source

2013-06-23 Thread Armin Le Grand
editeng/source/editeng/impedit2.cxx | 44 +--- sc/source/ui/inc/undobase.hxx |4 - sc/source/ui/inc/undodraw.hxx |4 - sc/source/ui/undo/undobase.cxx | 12 ---

SVX ID collision

2013-06-23 Thread Tomaž Vajngerl
Hi, I noticed we renumbered the ID's in include/svx/svxids.hrc but this is causing problems for the toolbar/popup menu icon (it is not drawn) and functionality for left graphic rotation (SID_ROTATE_GRAPHIC_LEFT which is defined as [1]). I noticed that the same ID (SID_SVX_START+1121) is added to

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

2013-06-23 Thread Lionel Elie Mamane
extensions/source/propctrlr/browserline.cxx | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) New commits: commit 87c50e75633f31b54bfa1758cc0921ac53c6b418 Author: Lionel Elie Mamane lio...@mamane.lu Date: Sun Jun 23 15:47:36 2013 +0200 fdo#66002 correct

Re: Question on Java JDK build environments impacting JRE use

2013-06-23 Thread V Stuart Foote
David, Thanks! The zip'd packaging is fine for testing, have grabbed a copy. Will run with it and a JRE 1.7u25 and JAB 2.0.3, but noticed for starters that the build target for the Java bytecode is still set to major/minor 49.0, or J2SE 5. Is that a javac compatibility mode setting of some

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

2013-06-23 Thread Lionel Elie Mamane
forms/source/component/ListBox.cxx | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) New commits: commit d8eafdafe0a86c2fb83855852a12703366b3914e Author: Lionel Elie Mamane lio...@mamane.lu Date: Sun Jun 23 17:32:20 2013 +0200 Data-aware ListBox: use entry for NULL if

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

2013-06-23 Thread Lionel Elie Mamane
extensions/source/propctrlr/formcomponenthandler.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4e317158dd262900447eb82846b8b14a567ca298 Author: Lionel Elie Mamane lio...@mamane.lu Date: Sun Jun 23 18:19:32 2013 +0200 ListBox: when LISTSOURCETYPE changes, need to

Weekly report about character border

2013-06-23 Thread Zolnai Tamás
Hi all, Just some short note about my progress this week. In the first weeks I'm just planning to see through all aspect of the implementation and so not make such mistakes which throws back the project. Questions which get answers this week: - How to add the Borders tab page to the

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/inc

2013-06-23 Thread Kohei Yoshida
sc/inc/mtvelements.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8d7825f10c8a82e84bf3d140ade3ddd94c2fb9d7 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Sun Jun 23 13:21:52 2013 -0400 Turn off column storage debugging. Change-Id:

[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/inc

2013-06-23 Thread Kohei Yoshida
sc/inc/mtvelements.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 15e54baa252273f375439dfec4bde56a4d996081 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Sun Jun 23 13:21:52 2013 -0400 Turn off column storage debugging. Change-Id:

Re: Question on Java JDK build environments impacting JRE use

2013-06-23 Thread V Stuart Foote
David, Yes! I will happily work with your JDK 7 based build with Java 7 bytecode to see if that restores the JAB function Oracle clobbered when they moved Java Access Bridge into the base JRE at 1.7u6. Thanks for the history... Can't fault Tor's work on fixing the compiler java_target_version

GSOC weekly report week 2

2013-06-23 Thread Gergő Mocsi
Hi all, here's my weekly report of GSOC activity. This week, I've managed to hook into the BASIC compiler, and use it for code completition. The reason is simple: it recognizes everything (eg. variables, ..), and stores them in the symbol table. After the parsing, I extract the data from the

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6c/76752527a8906a7cebed1c3318408725b531db

2013-06-23 Thread Caolán McNamara
6c/76752527a8906a7cebed1c3318408725b531db |1 + 1 file changed, 1 insertion(+) New commits: commit 6b322e5914545237b2ee1cde969a495e061d2913 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 18:57:51 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d3/89674108dbae28a8f5577bcf44449f188d2dd0

2013-06-23 Thread Caolán McNamara
d3/89674108dbae28a8f5577bcf9f188d2dd0 |1 + 1 file changed, 1 insertion(+) New commits: commit 5de815813d79d5bc7a52586d4e0f31179cc926f1 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 18:59:19 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-06-23 Thread Lionel Elie Mamane
extensions/source/propctrlr/formcomponenthandler.cxx |3 +-- forms/source/component/ListBox.cxx | 12 2 files changed, 13 insertions(+), 2 deletions(-) New commits: commit f76cedf1d61da5fcca788864fe659c4157534696 Author: Lionel Elie Mamane lio...@mamane.lu

[Libreoffice-commits] .: Branch 'libreoffice-3-4' - ooo.lst.in

2013-06-23 Thread Michael Stahl
ooo.lst.in |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit ff7d7e9587773a44eebffe814601c1f505218a90 Author: Michael Stahl mst...@redhat.com Date: Sun Jun 23 20:36:32 2013 +0200 download from servers that actually exist diff --git a/ooo.lst.in b/ooo.lst.in

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

2013-06-23 Thread Lionel Elie Mamane
forms/source/component/ListBox.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e2d9138ce03d4f330e0737396b75871cab6ca5d2 Author: Lionel Elie Mamane lio...@mamane.lu Date: Sun Jun 23 20:52:48 2013 +0200 make gcc -Werror happy Change-Id:

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

2013-06-23 Thread Tor Lillqvist
sfx2/source/doc/docfile.cxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit b9a07c37557b70ff6df39798d64ce79c1e59d492 Author: Tor Lillqvist t...@iki.fi Date: Sun Jun 23 21:52:12 2013 +0300 Fix linking error of app for iOS in optimized build

[Bug 60270] LibreOffice 4.1 most annoying bugs

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Depends on||65338 --- Comment #36 from

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

2013-06-23 Thread Markus Mohrhard
sc/inc/formulacell.hxx|7 --- sc/inc/formularesult.hxx |2 -- sc/inc/token.hxx | 14 -- sc/source/core/tool/formularesult.cxx | 17 - sc/source/filter/xml/xmlcelli.cxx |5 + 5 files changed,

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

2013-06-23 Thread Caolán McNamara
xmloff/source/draw/sdxmlexp.cxx | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit fd240ba81b317a54fc4512aaec33650cd7a30e29 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 20:46:07 2013 +0100 Resolves: rhbz#976304 gallery elements

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 39/9946b82f5efec19cd82d1c320d5aa9295d235d c0/1a6f4f370b72f0751cf4f5c11310682e2b3248

2013-06-23 Thread Caolán McNamara
39/9946b82f5efec19cd82d1c320d5aa9295d235d |1 + c0/1a6f4f370b72f0751cf4f5c11310682e2b3248 |1 + 2 files changed, 2 insertions(+) New commits: commit 955bb3e9732eb07ea5bb86610b6242eeb3fb837a Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 21:16:56 2013 +0100 Notes

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9f/65bceb5d3e43619b929d17e5f4aa4387a70eb5

2013-06-23 Thread Caolán McNamara
9f/65bceb5d3e43619b929d17e5f4aa4387a70eb5 |1 + 1 file changed, 1 insertion(+) New commits: commit dee861bdf60803330f23ed6f4060818c65ee74f9 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 21:17:32 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: officecfg/Configuration_officecfg.mk

2013-06-23 Thread Andras Timar
officecfg/Configuration_officecfg.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 88c1756f1714af773129514d44c84cb7dbd7ee18 Author: Andras Timar ati...@suse.com Date: Sun Jun 23 22:31:36 2013 +0200 ExtendedColorScheme.xcu is localizable Change-Id:

[GSOC]Firebird Integration Weekly Update 02

2013-06-23 Thread Andrzej J. R. Hunt
Hi everyone, This weeks progress: - Learned how to use LD_DEBUG (in order to debug why the internal firebird wasn't working) - Learned how to use gbuild/scp2 to install files (turned out to be almost entirely unneeded here, as there is only one single library to be installed, as I'd

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

2013-06-23 Thread Lionel Elie Mamane
configure.ac | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 214e1c17e712cc5d27743c5f8e9d5f05c14ee8bd Author: Lionel Elie Mamane lio...@mamane.lu Date: Sun Jun 23 23:37:01 2013 +0200 Complain about too old doxygen only when there is one

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

2013-06-23 Thread Markus Mohrhard
sc/qa/unit/data/contentCSV/cachedValue.csv |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5aaa9a0ade0fb5edbeed40ad9bfaef3139094631 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Sun Jun 23 23:40:30 2013 +0200 fix the test case The old

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

2013-06-23 Thread Ariel Constenla-Haile
ucb/source/ucp/webdav/DAVResourceAccess.cxx| 43 ++- ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx |5 + ucb/source/ucp/webdav/SerfRequestProcessorImpl.cxx | 15 ucb/source/ucp/webdav/webdavprovider.cxx | 76 +

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 33/9d75d9c99462d63234845031f24a42e7ffdd27

2013-06-23 Thread Caolán McNamara
33/9d75d9c99462d63234845031f24a42e7ffdd27 |1 + 1 file changed, 1 insertion(+) New commits: commit e28316e0aee392c979186fd394773236f9f70ad0 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 22:48:48 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 38/ca9e14636b9cedff1a60098292b883caf334a3

2013-06-23 Thread Caolán McNamara
38/ca9e14636b9cedff1a60098292b883caf334a3 |1 + 1 file changed, 1 insertion(+) New commits: commit b04c85ce00f4ae5f96b9788f6ef0c07c20a257f7 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 22:53:00 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 79/b9d3f0a1424137fd6f4582497537bb8dadab5f

2013-06-23 Thread Caolán McNamara
79/b9d3f0a1424137fd6f4582497537bb8dadab5f |1 + 1 file changed, 1 insertion(+) New commits: commit e749eadf085a0e6ed466ed74aa1c7b0e0f193e78 Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 22:57:38 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f1/ab9163631a67069e67b4ea006d53b5e7467a52

2013-06-23 Thread Caolán McNamara
f1/ab9163631a67069e67b4ea006d53b5e7467a52 |1 + 1 file changed, 1 insertion(+) New commits: commit 0c0544679182bb707495274a28647c78e98d70cc Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 22:58:29 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 22/cf0c44cdac445d65fa63c9ae20860fa6635720

2013-06-23 Thread Caolán McNamara
22/cf0c44cdac445d65fa63c9ae20860fa6635720 |1 + 1 file changed, 1 insertion(+) New commits: commit d7a5cae3807a3b585174c8afce18f47a01ae8bab Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 23:00:23 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 23/06e3be29228c648b18efa57a57d1f146286c82

2013-06-23 Thread Caolán McNamara
23/06e3be29228c648b18efa57a57d1f146286c82 |1 + 1 file changed, 1 insertion(+) New commits: commit c013d21f35a148d05564747d97072b4f7204cabf Author: Caolán McNamara caol...@redhat.com Date: Sun Jun 23 23:02:29 2013 +0100 Notes added by 'git notes add' diff --git

Re: SVG: scaling if no width/height is given

2013-06-23 Thread Regina Henschel
Hi Christina, Regina Henschel schrieb: Hi Christina, Regina Henschel schrieb: Hi Christina, I have seen you patch at Gerrit now. I think, that SvgAspectRatio::createLinearMapping is the wrong place to constrain the scaling because this method is used in svgimagenode.cxx and

[Libreoffice-commits] core.git: svtools/inc

2013-06-23 Thread Caolán McNamara
svtools/inc/pch/precompiled_svt.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit c639c0931c3fed566df0a6fb3ec68d2c9884d2d4 Author: Caolán McNamara caol...@redhat.com Date: Mon Jun 24 00:20:04 2013 +0100 blasted pch includes Change-Id:

Re: Question on Java JDK build environments impacting JRE use

2013-06-23 Thread Alex Thurgood
Le 22/06/2013 18:45, V Stuart Foote a écrit : Hi Stuart, Could anyone spin up a TB to build Windows (possibly OSX) master using JDK 7, or possibly even Open JDK 8 beta (which has been marked M7 Feature Complete as of 2013/06/13 ) and build Libreoffice with J2SE 7 classes? And, if not too

Re: Question on Java JDK build environments impacting JRE use

2013-06-23 Thread Lionel Elie Mamane
On Sun, Jun 23, 2013 at 08:10:42PM +0200, David Ostrovsky wrote: On Sun Jun 23 08:24:32 PDT 2013 Stuart Foote wrote: Will run with it and a JRE 1.7u25 and JAB 2.0.3, but noticed for starters that the build target for the Java bytecode is still set to major/minor 49.0, or J2SE 5. Is that a

Re: [Libreoffice-qa] [ANN] LibreOffice 4.1.0 RC1 available

2013-06-23 Thread Bjoern Michaelsen
Hi all, On Fri, Jun 21, 2013 at 06:44:01PM +0200, Thorsten Behrens wrote: The release is available for Windows, Linux and Mac OS X from our QA builds download page at http://www.libreoffice.org/download/pre-releases/ and Ubuntu users can find a packaged version for Ubuntu 13.10 Saucy at:

[Libreoffice-qa] [ANN] LibreOffice 4.1.0 RC1 test builds available

2013-06-23 Thread Fridrich Strba
Hi *, for the upcoming new version 4.1.0, the RC1 builds now start to be available on pre-releases. This build is slated to be first release candidate build on the way towards 4.1.0, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#4.1_release

Re: [Libreoffice-qa] Banner for Upcoming QA contest

2013-06-23 Thread Stefan Knorr
Hi all, Uhm, well, here's my slightly belated proposal for the QA contest banners. Small banner for the top of the page: https://wiki.documentfoundation.org/File:Qa-contest-2013-banner-top.png Bigger banner to put at the top of Pre-release download page:

[Libreoffice-qa] Join Triage Contest

2013-06-23 Thread jacques Guilleron
Hello, I will be happy to participate to Triage Contest as a simple user if you still accept it. Jacques Guilleron ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

Re: [Libreoffice-qa] Join Triage Contest

2013-06-23 Thread Thomas Hackert
Hello Jacques, *, On Donnerstag, 20. Juni 2013 19:02 jacques Guilleron wrote: I will be happy to participate to Triage Contest as a simple user if you still accept it. wyh should we not accept you ;? Welcome :) You should join us on IRC at #libreoffice-qa, after you have read

Re: [Libreoffice-qa] Banner for Upcoming QA contest

2013-06-23 Thread Christian Lohmaier
Hi Stefan, On Sun, Jun 23, 2013 at 3:20 PM, Stefan Knorr heinzless...@gmail.com wrote: Uhm, well, here's my slightly belated proposal for the QA contest banners. Better late than never :-) [...] In any case, please add the following (c) info to the title or alt text of the image: Bug

[Libreoffice-qa] Join Triage Contests

2013-06-23 Thread Jan Koberstein
Hello QA-Team, I hope I can contribute some useful work for LO the next days and I'll join the Triage Contest. Jan Koberstein ___ List Name: Libreoffice-qa mailing list Mail address: Libreoffice-qa@lists.freedesktop.org Change settings:

[Libreoffice-bugs] [Bug 66050] LibreOffice crashes after adding Extension Duden Korrector

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66050 --- Comment #2 from Hans Immel hans.im...@gmx.de --- Korrektor / Duden Rechtschreibung 8.0.0.2 Crash happens on my DELL Latitude E6430 with Windows 7 64bit SP2 as well as on my Samsung NC10 with Windows XP 32bit SP3. Duden works fine on both

[Libreoffice-bugs] [Bug 65047] No report generation when sorting order with old Report-Engine

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65047 --- Comment #9 from Juan J. Magaña juanjo.mag...@gmail.com --- Hi Thomas, I can see the bug info when I start LO from the command line. Otherwise, you cannot see anything, simply it doesn't generate the report. Following your advice, I've tried

[Libreoffice-bugs] [Bug 64864] RTF: Tab-stop repeats when it should not (regression)

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

[Libreoffice-bugs] [Bug 66070] New: Several Greek characters are not displayed correctly with the fonts Calibri and Cambria

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66070 Priority: medium Bug ID: 66070 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Several Greek characters are not displayed correctly with the fonts Calibri and Cambria

[Libreoffice-bugs] [Bug 66071] New: Crash, when Undo is used too often

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66071 Priority: medium Bug ID: 66071 CC: reisi...@gmail.com Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Crash, when Undo is used too often Severity: major

[Libreoffice-bugs] [Bug 49923] Extensioname: Problem with export Wiki

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49923 thack...@nexgo.de changed: What|Removed |Added Whiteboard|BSA |infoprovider:ipuertofreire@

[Libreoffice-bugs] [Bug 65717] FILEOPEN: DOCX import - picture with 'Square' wrapping style is rendered incorrectly

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65717 --- Comment #2 from Adam CloudOn rattles2...@gmail.com --- Created attachment 81259 -- https://bugs.freedesktop.org/attachment.cgi?id=81259action=edit Bug 65717 Comparison Screenshot I've added a screenshot comparing Word 2013 and LO (master

[Libreoffice-bugs] [Bug 49951] Document Sign in Windows 7 (Minidriver Support)

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49951 thack...@nexgo.de changed: What|Removed |Added Whiteboard|BSA |infoprovider:vasco_antunes_

[Libreoffice-bugs] [Bug 65830] Other: Trying to connect to MySQL database trough ODBC crashes LibreOffice - signal 11 (SIGSEGV)

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65830 --- Comment #17 from rob...@familiegrosskopf.de --- Created attachment 81260 -- https://bugs.freedesktop.org/attachment.cgi?id=81260action=edit Backtrace with LO 4.0.3.3, OpenSUSE 12.1, MySQL I have installed MySQL (instead of MariaDB) on

[Libreoffice-bugs] [Bug 65830] Other: Trying to connect to MySQL database trough ODBC crashes LibreOffice - signal 11 (SIGSEGV)

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65830 --- Comment #18 from Lionel Elie Mamane lio...@mamane.lu --- Cannot reproduce using LibreOffice 4.0.5.0+ (my own dev tree, debug build). Cannot reproduce using LibreOffice 4.0.3.1 (official TDF build) All tests with: - Debian GNU/Linux amd64 on

[Libreoffice-bugs] [Bug 65929] Other: Crash on startup

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65929 Igor Gnatenko i.gnatenko.br...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 63854] Tracking Changes issue

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63854 --- Comment #2 from Owen Genat owen.ge...@gmail.com --- Created attachment 81261 -- https://bugs.freedesktop.org/attachment.cgi?id=81261action=edit PDF produced under GNU/Linux of original DOCX attachment The original attachment works for me.

[Libreoffice-bugs] [Bug 66072] New: deb file conflict libkdebe1lo.so in libobasis4.1-core01 and in libobasis4.1-kde-integration

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66072 Priority: medium Bug ID: 66072 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: deb file conflict libkdebe1lo.so in libobasis4.1-core01 and in

[Libreoffice-bugs] [Bug 66073] New: Request: for Letter- and Background color : Have a store colors button

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66073 Priority: medium Bug ID: 66073 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Request: for Letter- and Background color : Have a store colors button Severity:

[Libreoffice-bugs] [Bug 63198] Spellcheck Replace all choices are forgotten after resume

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63198 --- Comment #2 from Urmas davian...@gmail.com --- The list of automatic replacements made from Spellcheck dialog is cleared when the dialog loses focus, and when checking is resumed, the replacements for following misspelled word should be done

[Libreoffice-bugs] [Bug 46208] VIEWING: all comments sometimes vanish for short moment

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46208 ign_christian ign_christ...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 66074] New: [EDITING] [FORMATTING] Impossible/Hard to edit some piece of document

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66074 Priority: medium Bug ID: 66074 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: [EDITING] [FORMATTING] Impossible/Hard to edit some piece of document Severity:

[Libreoffice-bugs] [Bug 39001] Inserts a blank page at the end of all RTF documents

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

[Libreoffice-bugs] [Bug 46363] FILTER: Autofilter fails to show result

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46363 ign_christian ign_christ...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 50430] FILEOPEN: Can't Open/Save in UOP format

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50430 --- Comment #16 from tommy27 ba...@quipo.it --- hi, is there anybody with a valid .uop file with non-chinese text that we may try to convert with Peter fix, and see if it solves the issue? unfortunately I cannot find any useful .uop file in the

[Libreoffice-bugs] [Bug 65863] Image Auto Rotates when inserted

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65863 --- Comment #5 from Tomaz Vajngerl qui...@gmail.com --- Hi, Actually, LO doesn't rotate your picture, it is the other way around - other programs rotate the picture according to the exif meta-data in the picture. The trick is that when you

[Libreoffice-bugs] [Bug 46253] FILESAVE: Images inserted as reference are distorted when cropped to an image section

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46253 ign_christian ign_christ...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 65841] EDITING: [Feature request]: Insert copied/cut rows in context menu when rows in clipboard

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65841 Tomaz Vajngerl qui...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 60630] LibreOffice creates thousands tmp files in %appdata%\LibreOffice\3\user

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60630 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #2

[Libreoffice-bugs] [Bug 65830] Other: Trying to connect to MySQL database trough ODBC crashes LibreOffice - signal 11 (SIGSEGV)

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65830 --- Comment #19 from rob...@familiegrosskopf.de --- (In reply to comment #18) All tests with: - Debian GNU/Linux amd64 on client (LibreOffice) and server (MySQL) - unixodbc 2.2.14p2-5 - libmyodbc 5.1.10-3 - MySQL 5.1.66-0+squeeze1

[Libreoffice-bugs] [Bug 42122] Deleting entries from user-defined dictionaries does not work properly

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42122 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #11

[Libreoffice-bugs] [Bug 65992] EDITING: Editing custom wordbook causes corruption

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65992 tommy27 ba...@quipo.it changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 42122] Deleting entries from user-defined dictionaries does not work properly

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42122 tommy27 ba...@quipo.it changed: What|Removed |Added CC||santiago...@live.com ---

[Libreoffice-bugs] [Bug 39001] Inserts a blank page at the end of all RTF documents

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39001 --- Comment #11 from Julien Nabet serval2...@yahoo.fr --- If the file isn't invalid, here's a proposed patch: diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx index 7c4f545..ce3aeb5

[Libreoffice-bugs] [Bug 66075] New: Blanks are not correctly exported to MathML

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66075 Priority: medium Bug ID: 66075 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Blanks are not correctly exported to MathML Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 66075] Blanks are not correctly exported to MathML

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66075 Frédéric Wang fred.w...@free.fr changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |fred.w...@free.fr

[Libreoffice-bugs] [Bug 66002] REPORTBUILDER - hang when toggle on properties icon of report in Edit Report mode

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66002 --- Comment #8 from Julien Nabet serval2...@yahoo.fr --- This commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=865b5caf6e2256e06f46a39a86d67f03408718a9 seems to have fixed the problem. At least, I don't reproduce it anymore! --

[Libreoffice-bugs] [Bug 66076] New: FORMATTING of value-related color does not work with calculated values

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66076 Priority: medium Bug ID: 66076 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: FORMATTING of value-related color does not work with calculated values Severity:

[Libreoffice-bugs] [Bug 66076] FORMATTING of value-related color does not work with calculated values

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66076 Michel Rudelle mchl.r...@gmail.com changed: What|Removed |Added Attachment #81265|text/plain

[Libreoffice-bugs] [Bug 66076] FORMATTING of value-related color does not work with calculated values

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66076 Michel Rudelle mchl.r...@gmail.com changed: What|Removed |Added OS|All |Windows (All)

[Libreoffice-bugs] [Bug 46633] FILESAVE RTF exporter saves corrupted ANSI data

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

[Libreoffice-bugs] [Bug 58073] FILEOPEN particular .RTF fails

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

[Libreoffice-bugs] [Bug 50506] Drawing error in the indent markers for the new rulers on MacOS X

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50506 Ahmad Harthi aalhar...@kacst.edu.sa changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 42082] [META] Make LibreOffice shine and glow on the MacOSX and iOS platform. Or better: outshine other products/platforms.

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42082 Bug 42082 depends on bug 50506, which changed state. Bug 50506 Summary: Drawing error in the indent markers for the new rulers on MacOS X https://bugs.freedesktop.org/show_bug.cgi?id=50506 What|Removed |Added

[Libreoffice-bugs] [Bug 50506] Drawing error in the indent markers for the new rulers on MacOS X

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50506 Ahmad Harthi aalhar...@kacst.edu.sa changed: What|Removed |Added Status|RESOLVED|VERIFIED -- You

[Libreoffice-bugs] [Bug 57193] FILEOPEN RTF Textbox Shape content not imported

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

[Libreoffice-bugs] [Bug 49893] RTF: Table in RTF document not imported correctly

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49893 --- Comment #4 from Julien Nabet serval2...@yahoo.fr --- It's better with 4.0.3 or with master sources (future 4.2.0). The only thing I noticed is the content of the two first columns are no center aligned vertically. -- You are receiving this

[Libreoffice-bugs] [Bug 66078] New: SPELL: Comments in partial words break spell check

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66078 Priority: medium Bug ID: 66078 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: SPELL: Comments in partial words break spell check Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 66012] Extensionname: mri-1-1-4.oxt is a junk HTML content misleadingly named with an .oxt extension

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66012 --- Comment #2 from Przemek przemyslaw.wandzi...@gmail.com --- Thanks Julien. Przemek (In reply to comment #1) Pzemek: http://extensions.services.openoffice.org/fr/node/201/releases shows there's an 1.2.0 version but indeed,

[Libreoffice-bugs] [Bug 32420] Add TeX like \not to Math

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32420 --- Comment #4 from Frédéric Wang fred.w...@free.fr --- (In reply to comment #3) So, the neg ? solves your problem? neg is to take the negation of a Boolean expression. In LaTeX \not strikes its argument. For example \not \in will produce the

[Libreoffice-bugs] [Bug 65482] Main English install on OSX should include also localized READMEs in the README folder

2013-06-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65482 --- Comment #3 from thack...@nexgo.de --- Hello Miles, *, do you really mean /all/ languages, where the UI is available in, or only languages spoken in the US should be in the US installer? If you really mean all languages, I think it is not that

  1   2   3   4   >