[Libreoffice-commits] .: desktop/Executable_crashrep.com.mk desktop/Executable_soffice.bin.mk desktop/Executable_unopkg.bin.mk desktop/Package_manifest.mk

2011-09-21 Thread Tor Lillqvist
desktop/Executable_crashrep.com.mk | 26 -- desktop/Executable_soffice.bin.mk | 33 - desktop/Executable_unopkg.bin.mk | 24 +++- desktop/Package_manifest.mk|2 +- 4 files changed, 52 insertions(+),

[Libreoffice-commits] .: l10ntools/inc l10ntools/source

2011-09-21 Thread Andras Timar
l10ntools/inc/export.hxx |8 l10ntools/inc/helpmerge.hxx|5 -- l10ntools/inc/lngmerge.hxx |1 l10ntools/inc/xmlparse.hxx |1 l10ntools/source/cfglex.l |3 - l10ntools/source/export.cxx| 50 -

[Libreoffice-commits] .: sc/qa

2011-09-21 Thread Fridrich Strba
sc/qa/unit/ucalc.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 71b8638b5a9233c13e2bbcaf41f2a4460bd46b4b Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Sep 21 20:39:49 2011 +0200 fix array initialization and thus windows build diff --git

[Libreoffice] Replace SvULongs and SvUShorts in svx with std::vector

2011-09-21 Thread Maciej Rumianowski
Hi, This is another one patch replacing SvULongs and SvUShorts with std::vector. Cheers, Maciej From 06db1aa6489e2fac7b088f30fe6cd85629c7ef08 Mon Sep 17 00:00:00 2001 From: Maciej Rumianowski maciej.rumianow...@gmail.com Date: Wed, 21 Sep 2011 09:19:50 +0200 Subject: [PATCH] Replace

Re: [Libreoffice] [PUSHED][PATCH] OSL_TRACE: Remove trailing newlines

2011-09-21 Thread Fridrich Strba
Thanks, I pushed it. There was one file where the patch was not applying, so I changed it manually and pushed in another commit. Thanks again F. On Tue, 2011-09-20 at 10:21 +0200, Thomas Arnhold wrote: Hi, I've removed all trailing newlines from OSL_TRACE calls. See attached patch.

Re: [Libreoffice] [PATCH] [PUSHED] change font name in Thai fall-back font lists in VCL.xcu

2011-09-21 Thread Tantai Tanakanok
All my patches are under LGPLv3+/MPL1.1 dual license and future versions of the licenses. Thanks, Tantai Thanakanok On Wed, Sep 21, 2011 at 12:25 PM, David Tardon dtar...@redhat.com wrote: On Wed, Sep 21, 2011 at 11:26:31AM +0700, Tantai Tanakanok wrote: I change font name from TH

[Libreoffice] License for my patches

2011-09-21 Thread Samphan Raruenrom
All my patches to LibreOffice project are under LGPLv3+/MPL1.1 dual license and future versions of the licenses. -- _/|\_ Samphan Raruenrom. Open Source Development Co., Ltd. Tel: +66 38 311816, Fax: +66 38 773128, http://www.osdev.co.th/ ___

Re: [Libreoffice] License for my patches

2011-09-21 Thread Stephan Bergmann
On 09/21/2011 09:37 AM, Samphan Raruenrom wrote: All my patches to LibreOffice project are under LGPLv3+/MPL1.1 dual license and future versions of the licenses. Please don't forget to update http://wiki.documentfoundation.org/Development/Developers accordingly. -Stephan

Re: [Libreoffice] [libreoffice.boldandbusted.com] cppcheck's unusedFunction check activated

2011-09-21 Thread julien2412
Great ! The false positive we talked about are gone ! Thank you ! Julien. -- View this message in context: http://nabble.documentfoundation.org/libreoffice-boldandbusted-com-cppcheck-s-unusedFunction-check-activated-tp3348745p3354804.html Sent from the Dev mailing list archive at Nabble.com.

Re: [Libreoffice] Proposal: slowcheck -- some numbers for sc

2011-09-21 Thread Caolán McNamara
On Tue, 2011-09-20 at 11:27 +0200, Markus Mohrhard wrote: The sc unit tests are slow because we use the filter-tests as an way to test not only the import but also the first recalculation. We havenow already about 10 files that we import and check and I have some additional that are not yet

Re: [Libreoffice] [PUSHED][PATCH][REVIEW 3-4] Fix for fdo#38391

2011-09-21 Thread Caolán McNamara
On Tue, 2011-09-20 at 22:10 +0400, Ivan Timofeev wrote: 2011/9/20 Caolán McNamara caol...@redhat.com: Hmm, if in normal mode I type in 3-4 I get that range previewed, change it to foobar and it stays previewing 3-4, which isn't great either really. In normal layout in Writer and in any

Re: [Libreoffice] License for my patches

2011-09-21 Thread Michael Meeks
Hi Samphan, On Wed, 2011-09-21 at 09:55 +0200, Stephan Bergmann wrote: Please don't forget to update And thanks for the clear statement :-) Michael. -- michael.me...@novell.com , Pseudo Engineer, itinerant idiot ___

Re: [Libreoffice] [GSoC] link-time optimization

2011-09-21 Thread Matúš Kukan
Hi Honza, On 14 September 2011 11:59, Jan Hubicka j...@suse.de wrote: Hi, thanks to Michael I made some progress on building Libreoffice on my setup. The problem of configury was that -flto was not passed at linktime and also -fuse-linker-plugin was missing. -flto should be passed when

Re: [Libreoffice] Proposal: slowcheck -- some numbers for sc

2011-09-21 Thread Michael Meeks
On Wed, 2011-09-21 at 09:50 +0100, Caolán McNamara wrote: So I've now added a timer listener to our cppunit launcher to tell us how long each test takes[1] and indeed it takes about 70ms to load a .xls, 370ms for an equivalent .ods and about 500ms(?!) for an equivalent .xlsx Ooh :-)

Re: [Libreoffice] gcc bug reduction script....

2011-09-21 Thread Michael Meeks
On Thu, 2011-09-15 at 21:25 +0100, Michael Meeks wrote: Jan was demoing a particularly sexy gcc bug code reduction script at the OpenSUSE conference, that would remove code at random and reduce the size of the problem to a manageable test-case. It seems Jan sent me some more

Re: [Libreoffice] [PUSHED][PATCH][REVIEW 3-4] Fix for fdo#38391

2011-09-21 Thread Ivan Timofeev
2011/9/21 Caolán McNamara caol...@redhat.com: So I reckon we might be better off modifying StringRangeEnumerator::getRangesFromString to always clear its page vector argument, and then its probably worth being more forgiving and output what valid ranges in the text can be extracted before the

Re: [Libreoffice] [PATCH] libstdc++ STL debug

2011-09-21 Thread Lubos Lunak
On Thursday 15 of September 2011, Michael Stahl wrote: On 15.09.2011 16:34, Caolán McNamara wrote: On Thu, 2011-09-15 at 14:34 +0200, Michael Stahl wrote: of course what also needs to be prevented is linking against system libraries that expose STL in their interface; a quick search found

[Libreoffice] [REVIEWED 3-4][PUSHED] Fix for fdo#38391

2011-09-21 Thread Michael Meeks
On Tue, 2011-09-20 at 11:04 +0100, Caolán McNamara wrote: I think this is really worth cherry-picking to 3-4, i.e. b7d874f49b102eabe2974c4dee1272d2cf6053a3 Done - thanks :-) Michael. -- michael.me...@novell.com , Pseudo Engineer, itinerant idiot

Re: [Libreoffice] Proposal: slowcheck -- some numbers for sc

2011-09-21 Thread Lubos Lunak
On Wednesday 21 of September 2011, Michael Meeks wrote: On Wed, 2011-09-21 at 09:50 +0100, Caolán McNamara wrote: In an ideal world I imagine the best spent effort would be on improving the import speed for .ods and .xlsx, seeing as that improves the real-world case too. Agreed.

Re: [Libreoffice] Proposal: slowcheck -- some numbers for sc

2011-09-21 Thread Caolán McNamara
On Wed, 2011-09-21 at 11:28 +0100, Michael Meeks wrote: On Wed, 2011-09-21 at 09:50 +0100, Caolán McNamara wrote: So I've now added a timer listener to our cppunit launcher to tell us how long each test takes[1] and indeed it takes about 70ms to load a .xls, 370ms for an equivalent .ods and

Re: [Libreoffice] [PUSHED][PATCH][REVIEW 3-4] Fix for fdo#38391

2011-09-21 Thread Caolán McNamara
On Wed, 2011-09-21 at 14:53 +0400, Ivan Timofeev wrote: Ok! Problems with incorrect pasting eliminated. But one problem still exists... If in brochure mode we input range, that is incorrect at all (e.g. foo) or starts with illegal characters (e.g. foo1-4), previous range will be lost. Isn't

Re: [Libreoffice] [PATCH] libstdc++ STL debug

2011-09-21 Thread Bjoern Michaelsen
On Wed, 21 Sep 2011 12:55:44 +0200 Lubos Lunak l.lu...@suse.cz wrote: You forgot Qt4/KDE4. LO does not use STL with it, so this is just to show that it's not so trivial to check if there's a potential problem. And I seriously doubt there's a good way how to check for this automatically, so

[Libreoffice] [PUSHED][PATCH] Removed redundant pointer check in /sw/source/ui/uno/unomailmerge.cxx

2011-09-21 Thread Caolán McNamara
On Sat, 2011-09-17 at 19:55 +0200, CaStarCo wrote: Hello, I've removed a redundant pointer check in the file core/sw/source/ui/uno/unomailmerge.cxx (in the line 630). The check can be removed because the pointer is checked before in the line 622 (and if the pointer is null throws a

Re: [Libreoffice] Questions about Easyhack 37007 Add Math symbol There does not exist

2011-09-21 Thread Caolán McNamara
On Tue, 2011-09-20 at 21:27 +0200, Julien Nabet wrote: Version is also a point I spoke about. Since I didn't know if there was a license pb, I just added the symbol to the font, I didn't change anything in copyright or version number. So even with the commit 55961e2d, the pb would still

Re: [Libreoffice] [PATCH] libstdc++ STL debug

2011-09-21 Thread Lubos Lunak
On Wednesday 21 of September 2011, Bjoern Michaelsen wrote: On Wed, 21 Sep 2011 12:55:44 +0200 Lubos Lunak l.lu...@suse.cz wrote: You forgot Qt4/KDE4. LO does not use STL with it, so this is just to show that it's not so trivial to check if there's a potential problem. And I seriously

Re: [Libreoffice] [PUSHED][PATCH][REVIEW 3-4] Fix for fdo#38391

2011-09-21 Thread Ivan Timofeev
2011/9/21 Caolán McNamara caol...@redhat.com: Isn't it a good thing that the previous range isn't the one selected anymore when an invalid range has been entered ? Maybe it is. But other apps have different behavior on processing invalid range. See results of my small test (in normal mode)

[Libreoffice] [PUSHED][PATCH] bug fdo#37164

2011-09-21 Thread Caolán McNamara
On Tue, 2011-09-20 at 17:13 +0100, Noel Power wrote: How do we test this thing again ? always it seems with difficulty and pain, but... Seems sane and appears to work. So pushed to 3-4, doesn't affect much outside of the testtool itself really. Another quirk of the testtool is that the

[Libreoffice] [REVIEW] patch for openoffice Bug 89286 - RTL characters kerning broken

2011-09-21 Thread Lior Kaplan
Hi, Apache accepted a patch today to deal with font kerning in RTL scripts ( https://issues.apache.org/ooo/show_bug.cgi?id=89286) http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/source/glyphs/gcach_layout.cxx?r1=1173604r2=1173603pathrev=1173604 (patch by Maxim Iorsh) I would be happy

[Libreoffice] cygwin soffice.bin.exe - soffice.bin gotcha

2011-09-21 Thread Caolán McNamara
So, it seems that, some versions at least, of cp in cygwin have a feature where cp foo.exe bar will create a bar.exe not an unsuffixed bar and we use cp in gbuild/Deliver.mk The problem if, as in desktop, we build a soffice.bin.exe and then want to... cp soffice.bin.exe soffice.bin we want to

Re: [Libreoffice] cygwin soffice.bin.exe - soffice.bin gotcha

2011-09-21 Thread Noel Grandin
what version of cp are you using? (cp --version) Caolán McNamara wrote: So, it seems that, some versions at least, of cp in cygwin have a feature where cp foo.exe bar will create a bar.exe not an unsuffixed bar and we use cp in gbuild/Deliver.mk The problem if, as in desktop, we build a

Re: [Libreoffice] cygwin soffice.bin.exe - soffice.bin gotcha

2011-09-21 Thread Andras Timar
Hi, 2011/9/21 Caolán McNamara caol...@redhat.com: So, it seems that, some versions at least, of cp in cygwin have a feature where cp foo.exe bar will create a bar.exe not an unsuffixed bar My Cygwin has cp (GNU coreutils) 8.10 Packaged by Cygwin (8.10-1) and it works normally. What version

Re: [Libreoffice] [REVIEW] patch for openoffice Bug 89286 - RTL characters kerning broken

2011-09-21 Thread Maxim Iorsh
Don't bother, Libre Office already has a better patch by Khaled Hosny. On Wed, Sep 21, 2011 at 4:41 PM, Lior Kaplan kaplanl...@gmail.com wrote: Hi, Apache accepted a patch today to deal with font kerning in RTL scripts ( https://issues.apache.org/ooo/show_bug.cgi?id=89286)

[Libreoffice] Development summary: week 38 of 2011

2011-09-21 Thread Thorsten Behrens
Hi, this is a brief summary of what happened during the 38th week in 2011 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-3: fixes for LO-3.3.5 bug fix release - no changes on that branch + libreoffice-3-4: fixes

Re: [Libreoffice] [REVIEW] patch for openoffice Bug 89286 - RTL characters kerning broken

2011-09-21 Thread Lior Kaplan
Even better (: Thanks for the quick response. Kaplan On Wed, Sep 21, 2011 at 5:16 PM, Maxim Iorsh maxim.io...@gmail.com wrote: Don't bother, Libre Office already has a better patch by Khaled Hosny. On Wed, Sep 21, 2011 at 4:41 PM, Lior Kaplan kaplanl...@gmail.com wrote: Hi, Apache

Re: [Libreoffice] cygwin soffice.bin.exe - soffice.bin gotcha

2011-09-21 Thread Caolán McNamara
On Wed, 2011-09-21 at 16:13 +0200, Noel Grandin wrote: what version of cp are you using? (cp --version) $ touch soffice.bin.exe $ cp soffice.bin.exe soffice.bin cp: cannot create regular file `soffice.bin': File exists $ cp --version cp (GNU coreutils) 8.10 Packaged by Cygwin (8.10-1) tor

Re: [Libreoffice] cygwin soffice.bin.exe - soffice.bin gotcha

2011-09-21 Thread Tor Lillqvist
$ touch soffice.bin.exe $ cp soffice.bin.exe soffice.bin cp: cannot create regular file `soffice.bin': File exists mv, however, works...: $ touch soffice.bin.exe $ mv soffice.bin.exe soffice.bin $ ls -l soffice* -rw-r--r-- 1 tml None 0 Sep 21 17:50 soffice.bin --tml

Re: [Libreoffice] cygwin soffice.bin.exe - soffice.bin gotcha

2011-09-21 Thread Noel Grandin
From my testing, it only seems to occur when there are 2 dots in the source file name. So either using mv, or renaming some of the intermediate files to only have one dot in the name should work. Tor Lillqvist wrote: $ touch soffice.bin.exe $ cp soffice.bin.exe soffice.bin cp: cannot create

[Libreoffice] [PUSHED][PATCH] Improving saving information icon in status bar (#39430)

2011-09-21 Thread Caolán McNamara
On Mon, 2011-09-19 at 15:03 +0400, Dmitry. A. Ashkadov wrote: Hello! I had resent this letter because there are no answers to my patch in mailing list after one week. I think everyone was waiting basically for the original easy-hack author or some of the people involved in the original

Re: [Libreoffice] [PUSHED][PATCH][REVIEW 3-4] Fix for fdo#38391

2011-09-21 Thread Caolán McNamara
On Wed, 2011-09-21 at 16:56 +0400, Ivan Timofeev wrote: See results of my small test (in normal mode) for docs with 20 pages: Range DrawImpress CalcWriter emptyNo pages (!) 1-201-20 1-51-51-5 1-5 q1-5 1-5 (!)

Re: [Libreoffice] Problem with embedded images

2011-09-21 Thread Caolán McNamara
On Sun, 2011-09-04 at 12:57 +0200, Cor Nouws wrote: Hi, tka0330 wrote (03-09-11 14:43) Here is the bug report with an attachment: https://bugs.freedesktop.org/attachment.cgi?id=50866 And this is the issue: https://bugs.freedesktop.org/show_bug.cgi?id=40599 A tricky, but old I think,

Re: [Libreoffice] help with linking error in iofficebean?

2011-09-21 Thread Caolán McNamara
On Wed, 2011-09-21 at 13:34 +0200, Noel Grandin wrote: Hi My build on Windows using Visual Studio seems to be failing in module tail_build while linking iofficebean.lib. Anybody have any ideas? Seems to be that it missing user32 as a link lib as the major part of it, the other then is the

[Libreoffice] Build in xmloff fails on Mac OSX

2011-09-21 Thread Alexander Thurgood
Hi all, While trying to build from master, I get a fail in xmloff with the following error /Users/alex/DevHack/git/libo/core/xmloff/source/core/xmlexp.cxx: In member function ‘void SvXMLExport::addChaffWhenEncryptedStorage()’:

[Libreoffice] Autogen.sh --with-distro=LibreOfficeMacOSX gives warning about unrecognized option --with-extension-integration

2011-09-21 Thread Alexander Thurgood
Just noticed that my autogen.sh also outputs a warning about extension integration : ./autogen.sh 'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0' --with-max-jobs=4 --with-num-cpus=2 --with-distro=LibreOfficeMacOSX --disable-build-mozilla --disable-mozilla running ./configure with 'CC=ccache gcc-4.0'

Re: [Libreoffice] [PUSHED][PATCH][REVIEW 3-4] Fix for fdo#38391

2011-09-21 Thread Ivan Timofeev
2011/9/21 Caolán McNamara caol...@redhat.com Did I just break this, or were they always so broken ? No, I had tested on OOo 3.3 just now - same devilry. And do you want to fix it ? :-) Yeah, I want. But since I'm newbie to source code, I'm working slowly. However, if this is not

Re: [Libreoffice] [PUSHED][PATCH] Improving saving information icon in status bar (#39430)

2011-09-21 Thread Kohei Yoshida
On Wed, 2011-09-21 at 16:07 +0100, Caolán McNamara wrote: I think everyone was waiting basically for the original easy-hack author or some of the people involved in the original discussion to take ownership of integrating this, Yeah that could've been me. Sorry for having overlooked this.

Re: [Libreoffice] Build in xmloff fails on Mac OSX

2011-09-21 Thread Michael Meeks
Hi Alex, On Wed, 2011-09-21 at 18:32 +0200, Alexander Thurgood wrote: While trying to build from master, I get a fail in xmloff with the following error I believe this is an artifact of a non-re-build offapi - if you can; go into offapi and 'make clean' 'make'. Of course, ideally - it

Re: [Libreoffice] Autogen.sh --with-distro=LibreOfficeMacOSX gives warning about unrecognized option --with-extension-integration

2011-09-21 Thread Tomáš Chvátal
configure: WARNING: unrecognized options: --with-extension-integration This configure option was remed to --enable-... Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] FYI: Draft Advisory on Digital Signature Namespace Handling

2011-09-21 Thread Dennis E. Hamilton
FYI: http://tools.oasis-open.org/version-control/svn/oic/Advisories/8-DSig_Namespaces/trunk/description.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Writer delete row gives a segment violation

2011-09-21 Thread Joost Eekhoorn
Hi, In the current master I got a segment violation, when I create a table in Writer and the delete a row. The bt: Program received signal SIGSEGV, Segmentation fault. 0x03a2a7e4 in SvPtrarr::Count (this=0xd0d0d0d1) at /home/joost/work/git/libo/solver/350/

Re: [Libreoffice] Writer delete row gives a segment violation

2011-09-21 Thread Cor Nouws
Hi Joost, Joost Eekhoorn wrote (21-09-11 22:25) In the current master I got a segment violation, when I create a table in Writer and the delete a row. [...] Is this only on my machine, or a real regression? Oops, just a last mail before turning the computer off ;-) Guess it's this one:

[Libreoffice] License for my previous and future patches

2011-09-21 Thread julien2412
All my previous and future patches to LibreOffice project are under LGPLv3+/MPL1.1 dual license and future versions of the licenses. Julien. (should have done it before :-)) -- View this message in context:

[Libreoffice] Suggestion about the Developers wiki page

2011-09-21 Thread julien2412
Hello, I noticed that we regularly ask about the environment (IRC or on the forum) (Windows, Mac, Linux + 32 or 64 bits). It could be interesting to give some details on the page http://wiki.documentfoundation.org/Development/Developers. Of course, more and more users, especially devs, have more

Re: [Libreoffice] Suggestion about the Developers wiki page

2011-09-21 Thread Norbert Thiebaud
On Wed, Sep 21, 2011 at 4:19 PM, julien2412 serval2...@yahoo.fr wrote: Hello, I noticed that we regularly ask about the environment (IRC or on the forum) (Windows, Mac, Linux + 32 or 64 bits). It could be interesting to give some details on the page

[Libreoffice-bugs] [Bug 34109] Content Index Table doesn't have links to headers

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34109 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 41067] : Graphic object broken, hyperlink does not work

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41067 --- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2011-09-20 23:25:50 PDT --- Created an attachment (id=51443) -- (https://bugs.freedesktop.org/attachment.cgi?id=51443) SCREENSHOT SCREENSHOT COMMENT -- Configure bugmail:

[Libreoffice-bugs] [Bug 40970] Change in Properties does not ask for save changes

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40970 jst...@physics.queensu.ca changed: What|Removed |Added Version|LibO 3.4.0 release |LibO 3.4.3 release

[Libreoffice-bugs] [Bug 41068] New: partially displayed embedded image

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41068 Summary: partially displayed embedded image Product: LibreOffice Version: LibO Master Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal

[Libreoffice-bugs] [Bug 41040] Calc - in autofilter, words with accents displayed in wrong order

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41040 --- Comment #2 from PeterG supp...@openskm.com 2011-09-21 01:24:49 PDT --- (In reply to comment #1) Which LibreOffice locale is set? This looks like a collation issue. Check here: Tools → Options... → LanguageSettings → Languages → Locale

[Libreoffice-bugs] [Bug 39179] FileOpen: Writer takes very long to open a docx file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39179 --- Comment #7 from Astrix marais.han...@gmail.com 2011-09-21 01:40:17 PDT --- Writer only takes so long to open a docx file, if the file has footnotes in it. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Libreoffice-bugs] [Bug 40917] UI: scrolling only by full row height

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40917 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Blocks||34689

[Libreoffice-bugs] [Bug 40588] FILEOPEN Yet another instance of a DOCX file crashing LibreOffice Writer

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40588 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 39384] FILEOPEN - crashing when trying to open docx file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39384 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Blocks||40579

[Libreoffice-bugs] [Bug 39586] [FILEOPEN] Writer crashes when try to open .docx file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39586 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Blocks||40579

[Libreoffice-bugs] [Bug 40588] FILEOPEN Yet another instance of a DOCX file crashing LibreOffice Writer

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40588 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Blocks||40579

[Libreoffice-bugs] [Bug 41068] partially displayed embedded image

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41068 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added OS/Version|Linux (All) |All

[Libreoffice-bugs] [Bug 41078] New: --convert-to command line parameter does not work in Windows

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41078 Summary: --convert-to command line parameter does not work in Windows Product: LibreOffice Version: LibO 3.4.3 release Platform: x86 (IA32) OS/Version: Windows (All)

[Libreoffice-bugs] [Bug 40881] FILESAVE: Drawings saved in FlatXML have wrong mimetype drawing instead of graphics (so that reopen in Formula Editor)

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40881 --- Comment #37 from inp...@gmail.com 2011-09-21 04:02:21 PDT --- Please give an indication how long it will take to change the mime-type declaration and which version of LO is expected to be included. -- Configure bugmail:

[Libreoffice-bugs] [Bug 41080] New: FILEOPEN: LibreOffice hogs CPU when opening particular RTF file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41080 Summary: FILEOPEN: LibreOffice hogs CPU when opening particular RTF file Product: LibreOffice Version: LibO 3.4.3 release Platform: x86 (IA32) OS/Version: Linux (All)

[Libreoffice-bugs] [Bug 41080] FILEOPEN: LibreOffice hogs CPU when opening particular RTF file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41080 --- Comment #1 from Thomas fisc...@unix-ag.uni-kl.de 2011-09-21 04:33:06 PDT --- Created an attachment (id=51452) -- (https://bugs.freedesktop.org/attachment.cgi?id=51452) How the file should look like I should clarify it: LibreOffice does not

[Libreoffice-bugs] [Bug 37740] Superfluous icons in soffice.bin

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37740 --- Comment #16 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 2011-09-21 05:04:39 PDT --- Anything we can do here? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Libreoffice-bugs] [Bug 41073] [EDITING] Calc crash when tring to Move/Copy Sheet

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41073 --- Comment #2 from leonidmeteorswarm-li...@yahoo.co.jp 2011-09-21 05:29:50 PDT --- Thanks for replying. Crash caused by a extension. I disable a extension Default Setteing For Japanese. It works well. Best -- Configure bugmail:

[Libreoffice-bugs] [Bug 41016] Incorrect alignment of values in an MS Excel file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41016 --- Comment #6 from Nick Richards n...@linux.intel.com 2011-09-21 05:38:30 PDT --- The rendering of the 0 values is below the lines rather than above in LibreOffice and thus overlaps the description. -- Configure bugmail:

[Libreoffice-bugs] [Bug 41026] FILEOPEN particular XLS: data labels not shown

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41026 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Component|Spreadsheet |Chart

[Libreoffice-bugs] [Bug 41084] EDITING Paragraph formatting not always working

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41084 --- Comment #1 from Gualtiero Testa gualtiero.te...@gmail.com 2011-09-21 06:54:02 PDT --- Created an attachment (id=51457) -- (https://bugs.freedesktop.org/attachment.cgi?id=51457) Picture 2 : working -- Configure bugmail:

[Libreoffice-bugs] [Bug 40912] EDITING: CRASH when changing bullet color to black

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40912 --- Comment #3 from Mike Reardon mike.pc.rear...@gmail.com 2011-09-21 07:15:11 PDT --- (In reply to comment #2) Created an attachment (id=51458) -- (https://bugs.freedesktop.org/attachment.cgi?id=51458) Presentation This is a presentation

[Libreoffice-bugs] [Bug 40881] FILESAVE: Drawings saved in FlatXML have wrong mimetype drawing instead of graphics (so that reopen in Formula Editor)

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40881 inp...@gmail.com changed: What|Removed |Added Status|CLOSED |REOPENED

[Libreoffice-bugs] [Bug 40970] Change in Properties does not ask for save changes

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40970 manj_k courrier.oou.fr@googlemail.com changed: What|Removed |Added Status|RESOLVED|CLOSED --

[Libreoffice-bugs] [Bug 40881] FILESAVE: Drawings saved in FlatXML have wrong mimetype drawing instead of graphics (so that reopen in Formula Editor)

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40881 Alex Thurgood alex.thurg...@gmail.com changed: What|Removed |Added Status Whiteboard|target:3.4.3| --- Comment #41

[Libreoffice-bugs] [Bug 39930] Calc buttons shrink in height

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39930 --- Comment #4 from Bill Gradwohl b...@ycc.com 2011-09-21 09:59:11 PDT --- (In reply to comment #2) Hi Bill, I get the impression - but would need to read your posting more often - that it is quite an interesting document. Would you mind

[Libreoffice-bugs] [Bug 40881] FILESAVE: Drawings saved in FlatXML have wrong mimetype drawing instead of graphics (so that reopen in Formula Editor)

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40881 --- Comment #42 from Alex Thurgood alex.thurg...@gmail.com 2011-09-21 10:03:30 PDT --- (In reply to comment #40) This is confusing; it is stated that upgrade should be performed to 343, but then only possibly fixed in version 344. Excuse

[Libreoffice-bugs] [Bug 39936] Feature: add Insert Cut Cells Insert Copied Cells to Right-Click Menus

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39936 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Version|LibO Master |LibO

[Libreoffice-bugs] [Bug 40021] LibreOffice won't open CSV correctly if has an html tag.

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40021 --- Comment #1 from JorSol jor...@gmail.com 2011-09-21 10:32:55 PDT --- Nobody care about this? is just anoying that when I try to open a csv that previusly open fine, now it won't unless I remove the characters or open explicity like CSV Text.

[Libreoffice-bugs] [Bug 41089] New: FILESAVE: Impossible with password protection

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41089 Summary: FILESAVE: Impossible with password protection Product: LibreOffice Version: LibO Master Platform: Other OS/Version: All Status: UNCONFIRMED Keywords: regression

[Libreoffice-bugs] [Bug 40720] When trying to load LibreOffice in Linux Mint, whole system crashes

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40720 George smilingf...@shaw.ca changed: What|Removed |Added Version|LibO 3.3.0 release |LibO 3.4.3 release

[Libreoffice-bugs] [Bug 41084] EDITING Paragraph formatting not always working

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41084 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 39179] FileOpen: Writer takes very long to open a docx file

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39179 --- Comment #9 from Astrix marais.han...@gmail.com 2011-09-21 13:46:55 PDT --- (In reply to comment #8) Problem tested and confirmed with LibreOffice 3.4.3 (OOO340m1 (Build:302)) running on MacOS X 10.6.8, German, on a MacBook Pro with 2.53 GHz

[Libreoffice-bugs] [Bug 41093] New: Handling of Umlauts in pdf export varies

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41093 Summary: Handling of Umlauts in pdf export varies Product: LibreOffice Version: LibO 3.3.3 release Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: UNCONFIRMED

[Libreoffice-bugs] [Bug 39358] Images width is shrank on Microsoft Word document

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39358 dle...@free.fr changed: What|Removed |Added Component|Libreoffice |Writer -- Configure bugmail:

[Libreoffice-bugs] [Bug 39358] Images width is shrank on Microsoft Word document

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39358 dle...@free.fr changed: What|Removed |Added Platform|x86-64 (AMD64) |All -- Configure bugmail:

[Libreoffice-bugs] [Bug 39358] Images width is shrank on Microsoft Word document

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39358 --- Comment #6 from dle...@free.fr 2011-09-21 15:29:27 PDT --- marked platform at all since I'm Win 32, and original poster was win 64 bits marked importance as high normal since LO 3.4 is now tagged as Safe for production use by most users and

[Libreoffice-bugs] [Bug 40881] FILESAVE: Drawings saved in FlatXML have wrong mimetype drawing instead of graphics (so that reopen in Formula Editor)

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40881 --- Comment #44 from inp...@gmail.com 2011-09-21 16:00:44 PDT --- This dual version seems confusing. Just tested this scenario using 334 and bug does not occur. Assuming 34 is later than 33, why would the programmers change the mime type?

[Libreoffice-bugs] [Bug 41100] New: After saving as .csv, unexpected behaviour causes silent data loss

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41100 Summary: After saving as .csv, unexpected behaviour causes silent data loss Product: LibreOffice Version: LibO 3.4.3 release Platform: All OS/Version: All Status:

[Libreoffice-bugs] [Bug 37740] Superfluous icons in soffice.bin

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37740 --- Comment #17 from ape os...@yandex.ru 2011-09-21 19:12:17 PDT --- Yes, icons I delete in all win_x86, including LibO-dev_OOO-350m1. In addition I delete and large icons Fontwork_aling (/svx) as the floating window uses only the size 16х16. --

[Libreoffice-bugs] [Bug 39313] XTableRows.removeByIndex and also symply remove Row / Column crashes Libo

2011-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39313 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added CC|