Re: [GSOC] ODS Styles Import Performance Work Update

2012-08-15 Thread Daniel Bankston
On 08/15/2012 10:45 PM, Daniel Bankston wrote: On 08/15/2012 09:36 PM, Daniel Bankston wrote: These multiple calls to ScCellRangesBase::GetMarkData are happening because the data that ScCellRangesBase::GetMarkData gets is being reset every time a style range is added. I'm trying to see if we

Re: [PUSHED 3-6] Skip check for DIFAT sector count

2012-08-15 Thread Ivan Timofeev
Hi Kohei, On 15.08.2012 22:12, Kohei Yoshida wrote: I'd like to have http://cgit.freedesktop.org/libreoffice/core/commit/?id=50d89530eee57afb890e2e65aac8a5b0f93a74a3 cherry-picked to 3-6. sure, pushed to libreoffice-3-6. Many thanks for tracking this down! ;) Best regards, Ivan __

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

2012-08-15 Thread Ivan Timofeev
sot/source/sdstor/stgelem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1053dada25491ba5609ae47bef8766e379e96fd8 Author: Kohei Yoshida Date: Wed Aug 15 14:06:06 2012 -0400 Do not check the stored DIFAT sector count. Refer to this thread for deta

Re: [GSOC] ODS Styles Import Performance Work Update

2012-08-15 Thread Daniel Bankston
On 08/15/2012 09:36 PM, Daniel Bankston wrote: These multiple calls to ScCellRangesBase::GetMarkData are happening because the data that ScCellRangesBase::GetMarkData gets is being reset every time a style range is added. I'm trying to see if we can stop resetting this data and just append i

[GSOC] ODS Styles Import Performance Work Update

2012-08-15 Thread Daniel Bankston
Hi, Kohei, Just an update on improving import performance of setting style ranges in george-ou-perf.ods... I've been slowly stepping through code, looking at callgrind outputs, and looking at the document xml to try to understand how this area of code and xml work. (Actually, I'm using a ve

Re: Fwd: LineEnding issues, .md > .docx

2012-08-15 Thread Jean-Tiare LE BIGOT
Hi, I generated a simple document with Microsoft Word and read the generated file. It seems that the bug comes from your sample document. In your sample, apears outside any while on my reference document it is the first element of the immediate following . sample: Line 1 Line 2

[Libreoffice-commits] .: 4 commits - download lcms2/makefile.mk Makefile.top oowintool

2012-08-15 Thread Peter Foley
Makefile.top |3 +++ download | 32 +++- lcms2/makefile.mk |2 +- oowintool | 10 +- 4 files changed, 24 insertions(+), 23 deletions(-) New commits: commit 5133d3c48fd6d2a795e42b87a1e7b464946606a3 Author: Peter Foley Date: T

Fix build with VS2010

2012-08-15 Thread Gerrit
>From Peter Foley : Peter Foley has abandoned this change. Change subject: Fix build with VS2010 .. Patch Set 1: Abandoned Found a better way to do it. -- To view, visit https://gerrit.libreoffice.org/413 To unsubscribe, visi

Bugzilla-assistant updates

2012-08-15 Thread Rob Snelders
Hi, These 2 patches fix 2 bugs of the bugzilla-assistant: - *Bug 53082* -BUGZILLAASSISTANT: Improve exception handling for unavailable Bugzilla - *Bug 50851* -BUGZILLAASSISTANT: Error messa

[PUSHED] fix build with VS2010

2012-08-15 Thread Gerrit
>From Peter Foley : Peter Foley has submitted this change and it was merged. Change subject: fix build with VS2010 .. fix build with VS2010 Change-Id: Ifee45475f8cfeee6b2a4f880f0ff1cc7f9024715 --- M lcms2/makefile.mk 1 file ch

IP change done

2012-08-15 Thread Florian Effenberger
Hello, our move to a larger IP subnet for the virtual machines, especially MozTrap, is finished, thanks to the fantastic work of Robert, Alin and Uwe - thanks a lot folks, you rock! If you experience any issues with sites hosted on our virtual machines, please let me know as soon as possible

Re: [GSOC-UPDATE](15.08) Impress Remote

2012-08-15 Thread Michael Meeks
Hi Andrzej, On Wed, 2012-08-15 at 21:24 +0200, Andrzej J. R. Hunt wrote: > The latest changes: Nice work :-) I guess bluetooth is the last big nasty ? :-) > Attached is a screenshot of the About Dialog -- it is loosely based on > the LO equivalent -- I'm not entirely sure what would be

[Libreoffice-commits] .: 8 commits - RepositoryExternal.mk accessibility/Jar_uno_accessbridge.mk connectivity/Jar_sdbc_hsqldb.mk filter/Jar_XSLTFilter.mk javaunohelper/Jar_juh.mk jurt/Jar_jurt.mk nlps

2012-08-15 Thread Michael Stahl
RepositoryExternal.mk | 158 + accessibility/Jar_uno_accessbridge.mk |4 connectivity/Jar_sdbc_hsqldb.mk| 15 -- filter/Jar_XSLTFilter.mk |2 javaunohelper/Jar_juh.mk

LibreOffice freedesktop -> gerrit switchover -- preliminary date 2012-08-18/19

2012-08-15 Thread Bjoern Michaelsen
Hi, On Thu, Aug 09, 2012 at 06:02:19PM +0200, Bjoern Michaelsen wrote: > The default push location for LibreOffice will change on > August 15th, 2012 from freedesktop.org to this new gerrit instance. There are > exciting new (optional) review flows if you choose to use them, but you > can continue

[GSOC-UPDATE](15.08) Impress Remote

2012-08-15 Thread Andrzej J. R. Hunt
Hi everyone, The latest changes: - Added an About Dialog. - Fixed automatic image updating in main view (i.e. if a preview image only becomes available after creating the view, it will now be added). - Linked ABS. Migrated some fragments in addition to the settings activity to use the v4 compat

[Libreoffice-commits] .: binfilter/inc

2012-08-15 Thread Julien Nabet
binfilter/inc/bf_svtools/flbytes.hxx |6 -- 1 file changed, 6 deletions(-) New commits: commit 2a4b337f3540231f7016f4505c0fb64441666f0e Author: Julien Nabet Date: Wed Aug 15 21:19:59 2012 +0200 Bin (Un)LockRegion functions also in binfilter Change-Id: I530168ed13862fb0c79

fdo#53084 - BUGZILLAASSISTANT: focus on page bottom instead on Bugzilla link after Bus Submission

2012-08-15 Thread Rob Snelders
Hi, The attached patch fixes bug fdo#53084. This is a patch for the libreoffice-website-repository. -- Greetings, Rob Snelders >From 4383c528d1e8882cf68b0df4b0c0d564e5f5aea4 Mon Sep 17 00:00:00 2001 From: Rob Snelders Date: Wed, 15 Aug 2012 21:07:48 +0200 Subject: [PATCH] fdo#53084 - BUGZILLA

[Libreoffice-commits] .: android/sdremote sd/source

2012-08-15 Thread Andrzej J.R. Hunt
android/sdremote/src/org/libreoffice/impressremote/AboutDialogBuilder.java | 1 sd/source/ui/remotecontrol/ImagePreparer.cxx | 26 +- 2 files changed, 15 insertions(+), 12 deletions(-) New commits: commit 49357140beef3b2b3d0b22fa4eea8bf9add73eda Autho

Re: [PUSHED-3-6, REVIEW 3-6-1] fix crash in cond format export code with a "broken" document, fdo#53339

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 06:59 AM, Michael Meeks wrote: On Tue, 2012-08-14 at 23:09 +0200, Markus Mohrhard wrote: I'd like [1] to be backported to 3-6 and 3-6-1. It fixes a crash that should only happen with this insane document but it is a safe fix and can't harm in normal cases. Looks fine; ju

Re: [REVIEW-3-6] [PUSHED 3-6] fix background color export for cond formats

2012-08-15 Thread Kohei Yoshida
Adding PUSHED tag. -- Kohei Yoshida, LibreOffice hacker, Calc ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [REVIEW-3-6] fix background color export for cond formats

2012-08-15 Thread Kohei Yoshida
On 08/14/2012 05:17 PM, Markus Mohrhard wrote: Hey, [1] correctly exports the background color in conditional formats to xlsx. This patch also simplifies the exported xml content a bit and brings it in line with excel's export. The patch only affects cond format export to xlsx and leaves all ot

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

2012-08-15 Thread Kohei Yoshida
sc/source/filter/excel/xestyle.cxx | 48 - sc/source/filter/inc/xestyle.hxx | 13 -- 2 files changed, 48 insertions(+), 13 deletions(-) New commits: commit ad9f60fc4ccc17b99bd104e4dc1a64bbd7b73132 Author: Markus Mohrhard Date: Tue Aug 14 22:13:

[REVIEW 3-6] Skip check for DIFAT sector count

2012-08-15 Thread Kohei Yoshida
Hi there, I'd like to have http://cgit.freedesktop.org/libreoffice/core/commit/?id=50d89530eee57afb890e2e65aac8a5b0f93a74a3 cherry-picked to 3-6. Refer to http://lists.freedesktop.org/archives/libreoffice/2012-August/036852.html for the reason for this change. Best, Kohei -- Kohei Yoshida

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 01:19 PM, Ivan Timofeev wrote: first 109 sectors are in the header anyway and nMaster are in FAT (if needed). nMaster should not be checked for 109. Hi Ivan, Thanks. Pushed the change to master. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc _

[Libreoffice-commits] .: sot/source

2012-08-15 Thread Kohei Yoshida
sot/source/sdstor/stgelem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 50d89530eee57afb890e2e65aac8a5b0f93a74a3 Author: Kohei Yoshida Date: Wed Aug 15 14:06:06 2012 -0400 Do not check the stored DIFAT sector count. Refer to this thread for deta

[Libreoffice-commits] .: android/sdremote

2012-08-15 Thread Andrzej J.R. Hunt
android/sdremote/res/layout-land/fragment_blankscreen.xml | 55 ++ android/sdremote/res/layout/fragment_blankscreen.xml| 3 android/sdremote/src/org/libreoffice/impressremote/BlankScreenFragment.java | 13 ++ 3 files changed, 70 insertio

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Ivan Timofeev
Hi Kohei, On 15.08.2012 21:00, Kohei Yoshida wrote: On 08/15/2012 12:26 PM, Kohei Yoshida wrote: On 08/15/2012 12:12 PM, Kohei Yoshida wrote: Ah. Now I know. Ultimately the failure is due to StgHeader::Check() returning false on Large-Word.doc. http://opengrok.libreoffice.org/xref/core/sot/

Re: another 3.6.0beta2 build error

2012-08-15 Thread Tomáš Chvátal
2012/6/25 Michael Meeks : > Hi Andreas, > > On Sun, 2012-06-24 at 11:10 +0200, Andreas Radke wrote: >> In file included from >> /build/src/libreoffice-core-3.6.0.0.beta2/avmedia/source/framework/mediacontrol.cxx:33:0: >> /build/src/libreoffice-core-3.6.0.0.beta2/solver/unxlngx6.pro/inc/avmedia/med

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 12:26 PM, Kohei Yoshida wrote: On 08/15/2012 12:12 PM, Kohei Yoshida wrote: Ah. Now I know. Ultimately the failure is due to StgHeader::Check() returning false on Large-Word.doc. http://opengrok.libreoffice.org/xref/core/sot/source/sdstor/stgelem.cxx#186 Changing this method t

[Libreoffice-commits] .: android/sdremote

2012-08-15 Thread Andrzej J.R. Hunt
android/sdremote/src/org/libreoffice/impressremote/PresentationActivity.java |5 android/sdremote/src/org/libreoffice/impressremote/PresentationFragment.java | 11 android/sdremote/src/org/libreoffice/impressremote/SettingsActivity.java |1 android/sdremote/src/

[Libreoffice-commits] .: sc/source

2012-08-15 Thread Noel Power
sc/source/filter/xml/XMLTableShapeImportHelper.cxx | 27 + 1 file changed, 22 insertions(+), 5 deletions(-) New commits: commit 6c70bd9e2748b375b53eea4454a5b4f922c439ae Author: Noel Power Date: Wed Aug 15 17:50:26 2012 +0100 followup patch for commit:541986fef0993d74

Re: Static src analysis of LibreOffice

2012-08-15 Thread John Smith
Hi, Well I finally managed to do a 'scan-build' src analysis of LibreOffice ~master, using clang as the compiler instead of GCC. There still are a few files where analysis failed and clang crashed, but those are only a few (and I submitted a bug report for that at http://llvm.org/bugs/show_bug.cg

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 12:12 PM, Kohei Yoshida wrote: Ah. Now I know. Ultimately the failure is due to StgHeader::Check() returning false on Large-Word.doc. http://opengrok.libreoffice.org/xref/core/sot/source/sdstor/stgelem.cxx#186 Changing this method to always return true leads to Writer loading th

[REVIEW 3-5, 3-6, 3-6-1?] fdo#47434 pptx arrow import

2012-08-15 Thread Korrawit Pruegsanusak
Hello all, I'd like to propose [1] which fix fdo#47434 to be included in -3-5, 3-6, and 3-6-1 if possible. For the detailed explanation, please see in bugzilla starting from comment #13. Also, the unit test waiting in gerrit [2] couldn't be backported because I use XShapeDumper available only in

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 12:05 PM, Kohei Yoshida wrote: On 08/15/2012 12:02 PM, Kohei Yoshida wrote: On 08/15/2012 11:05 AM, Kohei Yoshida wrote: I'll go a little deeper in the type detection chain (I'm at SwIoSystem::IsFileFilter at the moment) to confirm this theory. I've now deduced it to aHdr.Load(

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 12:02 PM, Kohei Yoshida wrote: On 08/15/2012 11:05 AM, Kohei Yoshida wrote: I'll go a little deeper in the type detection chain (I'm at SwIoSystem::IsFileFilter at the moment) to confirm this theory. I've now deduced it to aHdr.Load( *pStream ) (aHdr being StgHeader) in Storage::

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 11:05 AM, Kohei Yoshida wrote: I'll go a little deeper in the type detection chain (I'm at SwIoSystem::IsFileFilter at the moment) to confirm this theory. I've now deduced it to aHdr.Load( *pStream ) (aHdr being StgHeader) in Storage::IsStorageFile() failing with Large-Word.doc,

[PATCH] fdo#47434 testcase

2012-08-15 Thread Gerrit
>From Korrawit Pruegsanusak : Korrawit Pruegsanusak has uploaded a new change for review. Change subject: fdo#47434 testcase .. fdo#47434 testcase Change-Id: Ib69fa1fff94b7a3403a45fb948ff9e7b1ebc4f0f --- A sd/qa/unit/data/fdo47

Re: Beware of Boost-1.50

2012-08-15 Thread Bjoern Michaelsen
On Wed, Aug 15, 2012 at 05:28:19PM +0200, Michael Stahl wrote: > On 15/08/12 17:08, Francois Tigeot wrote: > > > Building the same LO code bases with Boost-1.49 or previous versions > > gives perfectly fine binaries. > > perhaps true for older versions, but some version newer than 1.44 seems > to

[Libreoffice-commits] .: android/abs-lib android/sdremote

2012-08-15 Thread Andrzej J.R. Hunt
android/abs-lib/project.properties | 2 android/sdremote/.classpath | 1 android/sdremote/project.properties | 1 android/sdremote/res/layout/activity_settings.xml

Re: Beware of Boost-1.50

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 11:34 AM, Francois Tigeot wrote: On Wed, Aug 15, 2012 at 11:16:06AM -0400, Kohei Yoshida wrote: On 08/15/2012 11:08 AM, Francois Tigeot wrote: The error I got is: libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" I think David Tardon has already fixed this.

Re: Beware of Boost-1.50

2012-08-15 Thread Francois Tigeot
On Wed, Aug 15, 2012 at 11:16:06AM -0400, Kohei Yoshida wrote: > On 08/15/2012 11:08 AM, Francois Tigeot wrote: > > > >The error I got is: > >libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" > > I think David Tardon has already fixed this. Ah, it seems this was not directly a l

Re: Beware of Boost-1.50

2012-08-15 Thread Michael Stahl
On 15/08/12 17:08, Francois Tigeot wrote: > Building the same LO code bases with Boost-1.49 or previous versions > gives perfectly fine binaries. perhaps true for older versions, but some version newer than 1.44 seems to cause https://bugs.freedesktop.org/show_bug.cgi?id=51324

[Libreoffice-commits] .: Branch 'libreoffice-3-6-1' - 2 commits - sc/source svtools/source

2012-08-15 Thread Petr Mladek
sc/source/filter/excel/xiescher.cxx |9 +++- svtools/source/filter/wmf/winwmf.cxx | 67 +++ 2 files changed, 68 insertions(+), 8 deletions(-) New commits: commit 37fbcf33bd9d4fc538a1a3bb606845455f7c2d04 Author: Caolán McNamara Date: Thu Aug 9 09:59:38 20

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 2 commits - sc/source svtools/source

2012-08-15 Thread Petr Mladek
sc/source/filter/excel/xiescher.cxx |9 +++- svtools/source/filter/wmf/winwmf.cxx | 67 +++ 2 files changed, 68 insertions(+), 8 deletions(-) New commits: commit 8b13020205c2739e7bfcff9c2324184d26d78f91 Author: Caolán McNamara Date: Thu Aug 9 09:59:38 20

Re: Beware of Boost-1.50

2012-08-15 Thread Kohei Yoshida
On 08/15/2012 11:08 AM, Francois Tigeot wrote: A quick head's up as I've just been bitten by this issue. Both 3.5 and 3.6 branches fail at runtime when built with the new Boost-1.50 libraries. The error I got is: libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" I think Davi

Beware of Boost-1.50

2012-08-15 Thread Francois Tigeot
A quick head's up as I've just been bitten by this issue. Both 3.5 and 3.6 branches fail at runtime when built with the new Boost-1.50 libraries. The error I got is: libsclo.so: Undefined symbol "_ZN5boost6system16generic_categoryEv" Building the same LO code bases with Boost-1.49 or previous ve

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sc/source

2012-08-15 Thread Petr Mladek
sc/source/filter/excel/xiescher.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 6789ec4c1a9c6af84bd62e650a03226a46365d97 Author: Caolán McNamara Date: Thu Aug 9 09:59:38 2012 +0100 ensure placeholder substitution on XclImpDrawObjBase::ReadObj8 fa

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - svtools/source

2012-08-15 Thread Petr Mladek
svtools/source/filter/wmf/winwmf.cxx | 67 +++ 1 file changed, 61 insertions(+), 6 deletions(-) New commits: commit 8ca9fb05c9967f11670d045886438ddfa3ac02a7 Author: Caolán McNamara Date: Wed Aug 8 21:39:50 2012 +0100 validate polypolygon point counts

Re: 3.6.0 regression: non-deterministic filter selection ...

2012-08-15 Thread Kohei Yoshida
On Wed, Aug 15, 2012 at 12:40 AM, Kohei Yoshida wrote: > On Tue, Aug 14, 2012 at 3:15 PM, Michael Meeks wrote: > >> Thoughts ? > > It appears that the type detection asks SwFilterDetect::detect() to > detect its type, and it returns empty handed, which eventually leads > to it being "dete

Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-08-15 Thread anwen
Thank you, Stephan and Michael. Stephan, I will explain my observations with the Doc events later. Michael, would you mind explaining more about "figuring out how to fix all that without losing the "synchronous" nature of the notification that i bet extensions depend upon"? As an extension Develop

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Ivan Timofeev changed: What|Removed |Added Depends on|53113, 53175| --- Comment #79 from Ivan Timofeev 201

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

2012-08-15 Thread Julien Nabet
tools/inc/tools/stream.hxx |3 --- tools/source/stream/stream.cxx | 15 --- 2 files changed, 18 deletions(-) New commits: commit 1be58f5c257b5dd467110d3e5faf3f8f48db4995 Author: Julien Nabet Date: Wed Aug 15 16:34:32 2012 +0200 Related fdo#44989: Bin (Un)LockRegion f

[Libreoffice-commits] .: android/sdremote

2012-08-15 Thread Andrzej J.R. Hunt
android/sdremote/AndroidManifest.xml | 2 android/sdremote/res/drawable/libreoffice_logo.png |binary android/sdremote/res/layout/dialog_about.xml | 54 ++ android/sdremote/res/menu/a

[Libreoffice-commits] .: Branch 'update' - 2 commits - check.php

2012-08-15 Thread Jan Holesovsky
check.php | 112 +- 1 file changed, 89 insertions(+), 23 deletions(-) New commits: commit 36b255b7e89540661011316c90f70bebbe291a25 Author: Jan Holesovsky Date: Wed Aug 15 16:31:26 2012 +0200 3.6.0 is available from the main down

Re: image rendering regression ?

2012-08-15 Thread Tomaž Vajngerl
Hi, Yes, I left the true in the code because I want to analyze why the code in "else" is not correct anymore before I remove it. I will change the code in a future commit. There are still some problems when scrolling a document with pictures and only part of the picture should be rendered. No nee

[Libreoffice-commits] .: sw/qa

2012-08-15 Thread Michael Stahl
dev/null |binary sw/qa/extras/inc/bordertest.hxx | 190 - sw/qa/extras/odfimport/data/borders_ooo33.odt |binary sw/qa/extras/odfimport/odfimport.cxx | 197 ++ sw/qa/extras/ooxmlimport/oo

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 53113, which changed state. Bug 53113 Summary: DOCX filter loses shape containing text https://bugs.freedesktop.org/show_bug.cgi?id=53113 What|Old Value |New Value ---

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 53113, which changed state. Bug 53113 Summary: DOCX filter loses shape containing text https://bugs.freedesktop.org/show_bug.cgi?id=53113 What|Old Value |New Value ---

[PATCH] moved my border test to odfimport

2012-08-15 Thread Gerrit
>From Artur Dorda : Artur Dorda has uploaded a new change for review. Change subject: moved my border test to odfimport .. moved my border test to odfimport Change-Id: Iafab67a2e1f75f754be99a98f8e573ad07847463 --- M sw/qa/extra

Re: [GSoC] testing - Weekly Report no. 12

2012-08-15 Thread Artur Dorda
Hi Michael, 2012/8/14 Michael Meeks : >> However, I will happily continue contributing to LibreOffice, I will >> write more in my GSoC summary mail, next week. > > That's great news. Incidentally - it'd be good to respond to / process > the gerrit changeover mail you should have had - so

Re: Static src analysis of LibreOffice

2012-08-15 Thread Terrence Enger
John Smith wrote > > For those interested the results can be found here : > > http://lbalbalba.x90x.net/clang-analyzer/libreoffice/ > For some source files reporting "Other Error" under the heading "analyzer failures", for example connectivity/source/drivers/file/fanalyzer.cxx, the links "P

[Libreoffice-commits] .: svtools/bmpmaker svtools/inc svtools/source

2012-08-15 Thread Stephan Bergmann
svtools/bmpmaker/bmpcore.hxx |2 -- svtools/inc/svtools/brwbox.hxx |4 svtools/inc/svtools/calendar.hxx |3 --- svtools/inc/svtools/grfmgr.hxx |4 svtools/inc/svtools/inettbc.hxx |2 -- svtools/inc/s

[Libreoffice-commits] .: android/sdremote

2012-08-15 Thread Andrzej J.R. Hunt
android/sdremote/src/org/libreoffice/impressremote/BlankScreenFragment.java | 74 +- android/sdremote/src/org/libreoffice/impressremote/PresentationActivity.java | 20 +- android/sdremote/src/org/libreoffice/impressremote/PresentationFragment.java | 2 android/sdremote/src/org/

[Libreoffice-commits] .: 2 commits - sax/qa

2012-08-15 Thread Michael Stahl
sax/qa/cppunit/test_converter.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 5e6ba595f357be807bbbc30cf4ff7edda210835f Author: Michael Stahl Date: Wed Aug 15 14:58:33 2012 +0200 warning C4310: cast truncates constant value Change-Id: I3ebaec

[Libreoffice-commits] .: sax/qa

2012-08-15 Thread Michael Stahl
sax/qa/cppunit/test_converter.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 8ea65d9f89b7dd8af839a0e6e952b09fe28bce10 Author: Michael Stahl Date: Wed Aug 15 14:39:48 2012 +0200 oops forgot #include limits Change-Id: I49161e270eda68d693181c3fff578ba5511bc6d4 d

[Libreoffice-commits] .: 2 commits - extras/source svtools/source

2012-08-15 Thread Caolán McNamara
extras/source/autotext/lang/af-ZA/acor/META-INF/manifest.xml |2 - extras/source/autotext/lang/bg/acor/META-INF/manifest.xml|2 - extras/source/autotext/lang/cs/acor/META-INF/MANIFEST.MF |3 -- extras/source/autotext/lang/cs/acor/META-INF/manifest.xml|8 -- extras/s

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - 2 commits - cui/source sfx2/source sw/source vcl/inc vcl/source

2012-08-15 Thread Caolán McNamara
cui/source/tabpages/chardlg.cxx | 30 sfx2/source/dialog/tabdlg.cxx | 13 -- sw/source/ui/chrdlg/chardlg.cxx |6 sw/source/ui/dialog/wordcountdialog.cxx | 86 +++-- vcl/inc/brdwin.hxx |4 vcl/inc/vcl/builder.hxx

[Libreoffice-commits] .: configure.in

2012-08-15 Thread Tor Lillqvist
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0cb856816611d78f0e709c99cc99273fcdd7f724 Author: Tor Lillqvist Date: Wed Aug 15 15:26:27 2012 +0300 Be less picky about how the Android SDK is configured Change-Id: I2118314038f7df3e534d8682

[Libreoffice-commits] .: configure.in

2012-08-15 Thread Tor Lillqvist
configure.in |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit b265617923ab1efa5853a8790835a7829330fc42 Author: Tor Lillqvist Date: Wed Aug 15 15:16:56 2012 +0300 Don't bother having configure look for stuff not needed for the build platform Change

[Libreoffice-commits] .: sc/qa

2012-08-15 Thread Michael Stahl
sc/qa/unit/subsequent_filters-test.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 869379e4c82d18edb42c62910e5855890dab0484 Author: Michael Stahl Date: Wed Aug 15 14:24:14 2012 +0200 ScFiltersTest: fix overloading problem Change-Id: I691e6

Re: image rendering regression ?

2012-08-15 Thread Korrawit Pruegsanusak
Hello Tomaž, Michael, all, On Tue, Aug 14, 2012 at 9:53 PM, Michael Meeks wrote: > > On Tue, 2012-08-14 at 13:14 +0200, Tomaž Vajngerl wrote: >> I know about this problem and I am working on it. There seems to be a >> problem with rendering of transparent images in grfmgr2.cxx. > > Oh gre

[Libreoffice-commits] .: sfx2/source

2012-08-15 Thread Michael Stahl
sfx2/source/doc/templatedlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1df49b79fd33d0ed505c4bdd053607064b5ae88e Author: Michael Stahl Date: Wed Aug 15 14:04:04 2012 +0200 SfxTemplateManagerDlg::OnTemplateSaveAs: fix assert Change-Id: I5dac56a

[Libreoffice-commits] .: sc/source

2012-08-15 Thread Noel Power
sc/source/filter/xml/XMLTableShapeImportHelper.cxx | 20 1 file changed, 20 insertions(+) New commits: commit 541986fef0993d749cc7ed790eacace322f43bb0 Author: Noel Power Date: Wed Aug 15 13:03:04 2012 +0100 fix for fdo#53229, import group shapes position and size co

[Libreoffice-commits] .: 3 commits - idl/inc idl/source io/source sal/osl

2012-08-15 Thread Stephan Bergmann
idl/inc/database.hxx|2 -- idl/source/prj/database.cxx |1 - io/source/stm/opipe.cxx |2 -- sal/osl/unx/signal.c|6 +++--- 4 files changed, 3 insertions(+), 8 deletions(-) New commits: commit f25b78bd99a1eb0d81ce9993f514d0a625aaa776 Author: Stephan Bergmann Da

[Libreoffice-commits] .: sax/qa

2012-08-15 Thread Michael Stahl
sax/qa/cppunit/test_converter.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 85ebb3d85ee0f9657410e9adea8e17ef48183b44 Author: Michael Stahl Date: Wed Aug 15 13:58:02 2012 +0200 overflow in implicit constant conversion [-Werror=overflow] Chang

[Libreoffice-commits] .: sd/source

2012-08-15 Thread Radek Doulík
sd/source/filter/eppt/pptx-epptooxml.cxx | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) New commits: commit 3228062c517d886a78572d7162bc661fb41e9a32 Author: Radek Doulik Date: Wed Aug 15 13:54:46 2012 +0200 avoid writing empty p:childTnLst elements, fixes rest o

[Libreoffice-commits] .: 9 commits - sfx2/inc sfx2/source

2012-08-15 Thread Rafael Dominguez
sfx2/inc/sfx2/templateinfodlg.hxx |4 sfx2/inc/sfx2/templatelocalview.hxx | 14 +++ sfx2/inc/templatedlg.hxx |8 + sfx2/source/control/templatelocalview.cxx | 42 - sfx2/source/control/templatelocalviewitem.cxx | 52 ++-

[Libreoffice-commits] .: oox/source

2012-08-15 Thread Radek Doulík
oox/source/export/shapes.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit de77d83c15be81a194cb98f6470e52369ad578f6 Author: Radek Doulik Date: Wed Aug 15 13:39:16 2012 +0200 use a namespace for xfrm transformation element, fixes part of fdo#41992 Ch

Re: Build LO for Android on Mac OS 10.8

2012-08-15 Thread Michael Meeks
On Tue, 2012-08-14 at 22:38 +0800, James Chen wrote: > Thanks, tml and all of you! It builds successfully. Cool - I assume you noticed you need to follow a build from the top-level with something like: cd android/experimental/LibreOffice4Android/ make clean all install

Re: JPEG image opens differently on LibreOffice from on various Microsoft software -- bug or not?

2012-08-15 Thread Michael Meeks
On Tue, 2012-08-14 at 10:56 -0700, Brennan T Vincent wrote: > The JPEG image at http://i47.tinypic.com/29cx4pe.jpg is noticeably > lighter in LibreOffice (for I've seen similar issues with gamma correction information in png files - which IIRC we ignore on import; cf. http://hsivonen.iki.

[Libreoffice-commits] .: oox/source

2012-08-15 Thread Radek Doulík
oox/source/export/shapes.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 57e8f53e4f6ecfbedef4d2922935a7f7b2f467b3 Author: Radek Doulik Date: Wed Aug 15 13:33:21 2012 +0200 call WriteTransformation with namespace id, fixes part of fdo#41992 Change-

[Libreoffice-commits] .: 2 commits - cppcanvas/source svx/source

2012-08-15 Thread Radek Doulík
cppcanvas/source/mtfrenderer/implrenderer.cxx |2 +- svx/source/customshapes/EnhancedCustomShapeFontWork.cxx |7 --- 2 files changed, 5 insertions(+), 4 deletions(-) New commits: commit c3f9eb1c81319dd4a6138a1a2b4fc21bafd942cb Author: Radek Doulik Date: Wed Aug 15 09:46:5

Re: Missing ICU Library

2012-08-15 Thread Michael Meeks
On Tue, 2012-08-14 at 21:51 +0200, Samuel Mehrbrodt wrote: > and finally the build is finished :) Cool :-) so - hopefully subsequent builds will work better :-) Out of interest, what are you planning to hack on ? and/or would you like some code pointers ? or most-annoying-bugs or

[PUSHED-3-6, REVIEW 3-6-1] fix crash in cond format export code with a "broken" document, fdo#53339

2012-08-15 Thread Michael Meeks
On Tue, 2012-08-14 at 23:09 +0200, Markus Mohrhard wrote: > I'd like [1] to be backported to 3-6 and 3-6-1. It fixes a crash that > should only happen with this insane document but it is a safe fix and > can't harm in normal cases. Looks fine; just pushed to master. Looks like we should c

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

2012-08-15 Thread Michael Meeks
sc/source/filter/excel/xestyle.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 3fefa69d6d316b9e38f12e3d3eb1fdd5896513cd Author: Markus Mohrhard Date: Tue Aug 14 22:50:05 2012 +0200 check for non existing style entries, fdo#53339 Change-Id: I9

Re: Dev Daily x86_64 downloads hosed ?

2012-08-15 Thread Alex Thurgood
On 15/08/2012 11:19, Petr Mladek wrote: Hi Petr, http://dev-builds.libreoffice.org/daily/Linux-x86_64_11-Release-Configuration/libreoffice-3-6/current/ and see the following: libreoffice-3-6~2012-08-13_15.46.46_LibO-Dev_3.6.1.0_Linux_x86-64_langpack-deb_cs.tar.gz 14-Aug-2012 04:52 3.

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52078, which changed state. Bug 52078 Summary: shlxthdl_x64.dll/shlxthdl.dll causes Windows Explorer to CRASH repeatedly when Flat ODF file is in view https://bugs.freedesktop.org/show_bug.cgi?id=52078 What

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - binaryurp/source

2012-08-15 Thread Michael Stahl
binaryurp/source/bridge.cxx | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) New commits: commit d6a1b16de3df06a798d1e728219090810e6c1ebe Author: Stephan Bergmann Date: Wed Aug 15 11:37:34 2012 +0200 fdo#43433: Binary URP works gracefully with old Java URP

[Libreoffice-commits] .: sw/qa

2012-08-15 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/fdo53113.odt |binary sw/qa/extras/rtfexport/rtfexport.cxx | 37 +++ 2 files changed, 37 insertions(+) New commits: commit 97be55676b87647c099fd316ab528966a35ad2c9 Author: Miklos Vajna Date: Wed Aug 15 12:39:38 2012 +0200 fdo#5

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

2012-08-15 Thread Michael Stahl
binaryurp/source/bridge.cxx | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) New commits: commit d58a927f4a66d2df9872fbe0a609b67f90f85147 Author: Stephan Bergmann Date: Wed Aug 15 11:37:34 2012 +0200 fdo#43433: Binary URP works gracefully with old Java URP

[Libreoffice-commits] .: 2 commits - android/experimental

2012-08-15 Thread Iain Billett
android/experimental/LibreOffice4Android/src/org/libreoffice/android/DocumentLoader.java | 85 ++ android/experimental/LibreOffice4Android/src/org/libreoffice/ui/GridItemAdapter.java | 10 - android/experimental/LibreOffice4Android/src/org/libreoffice/ui/LibreOfficeUIActiv

[PATCH] String to OUString

2012-08-15 Thread Gerrit
>From Babati Bence : Babati Bence has uploaded a new change for review. Change subject: String to OUString .. String to OUString Change-Id: I424a3e91cd6163907e364c7d6f40e19d8bf12b48 --- M sc/source/ui/dbgui/pfiltdlg.cxx M sc/so

[PATCH] fix a linguistic issue on Calc UI

2012-08-15 Thread Gerrit
>From Babati Bence : Babati Bence has uploaded a new change for review. Change subject: fix a linguistic issue on Calc UI .. fix a linguistic issue on Calc UI Change-Id: I1d69be65e2d55f1de0a3d800cd920cc881e8a8ce --- M sc/source

[Libreoffice-commits] .: sfx2/inc

2012-08-15 Thread Ivan Timofeev
sfx2/inc/sfx2/sfxsids.hrc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0093e6b6a0c03a5f9e693359fcd798b0113b009a Author: Ivan Timofeev Date: Wed Aug 15 13:41:05 2012 +0400 restore the old value for SID_ATTR_ZOOM regression from 6484ccb4edad34d03d130

[Libreoffice-commits] .: binaryurp/source

2012-08-15 Thread Stephan Bergmann
binaryurp/source/bridge.cxx | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) New commits: commit edaf3e8cd146f5dadb73f1aebdf990f8a2656bc3 Author: Stephan Bergmann Date: Wed Aug 15 11:37:34 2012 +0200 fdo#43433: Binary URP works gracefully with old Java URP

Re: Bugzilla / NEEDINFO spam ...

2012-08-15 Thread Michael Meeks
On Tue, 2012-08-14 at 15:45 -0700, V Stuart Foote wrote: > Over on the user side--where a lot of these issues get picked up--the > reception was decidedly unappreciative... Sure - there are a few instances of early bug filers getting rather annoyed - that is unfortunate. On the other hand

Re: Dev Daily x86_64 downloads hosed ?

2012-08-15 Thread Petr Mladek
Alex Thurgood píše v St 15. 08. 2012 v 10:33 +0200: > Hi all, > > Am I doing something wrong, or are the daily x86_64 downloads at the > link below hosed ? > > http://dev-builds.libreoffice.org/daily/Linux-x86_64_11-Release-Configuration/libreoffice-3-6/ > > > They all seem to have the wrong f

[Libreoffice-commits] .: Branch 'feature/unitymenus' - vcl/inc vcl/unx

2012-08-15 Thread Antonio Fernandez
vcl/inc/unx/gtk/gloactiongroup.h |3 vcl/inc/unx/gtk/glomenu.h | 168 +-- vcl/unx/gtk/app/gtkinst.cxx |2 vcl/unx/gtk/window/gloactiongroup.cxx | 23 +++ vcl/unx/gtk/window/gtksalmenu.cxx | 209 +++---

Dev Daily x86_64 downloads hosed ?

2012-08-15 Thread Alex Thurgood
Hi all, Am I doing something wrong, or are the daily x86_64 downloads at the link below hosed ? http://dev-builds.libreoffice.org/daily/Linux-x86_64_11-Release-Configuration/libreoffice-3-6/ They all seem to have the wrong file size, unless we have suddenly developed some miracle compressio

  1   2   >