Re: [PATCH] More STL'ification (7)

2012-08-14 Thread Noel Grandin
On 2012-08-13 22:53, Michael Stahl wrote: On 13/08/12 15:37, Noel Grandin wrote: Hi These patches convert various places from using tools/list.hxx to using normal STL containers. thanks, pushed to master. Thanks. At this point, it seems like all of the STL'ification work is done, unless

Re: minutes of ESC call ...

2012-08-14 Thread Stephan Bergmann
On 08/13/2012 08:10 PM, Bjoern Michaelsen wrote: On Mon, Aug 13, 2012 at 10:26:57AM -0700, bfo wrote: I think many bugs introduced are an effect of omitting one (or more) steps from that list by the developer. nope, I think you are just underestimating the size of the codebase (and the range o

Re: [REVIEW 3-6] Fix pivot table import from xlsx (fdo#53456)

2012-08-14 Thread Pedro
Hi Kohei, all I know I shouldn't post here. I came across this awful bug which caused me to loose some work. I'm sure glad you fixed it. Can it please be cherry picked to the 3.5 branch? Regards, Pedro -- View this message in context: http://nabble.documentfoundation.org/REVIEW-3-6-Fix-pivo

Re: [PATCH] More STL'ification (7)

2012-08-14 Thread David Tardon
Hi Noel, On Tue, Aug 14, 2012 at 08:57:30AM +0200, Noel Grandin wrote: > > On 2012-08-13 22:53, Michael Stahl wrote: > >On 13/08/12 15:37, Noel Grandin wrote: > >>Hi > >> > >>These patches convert various places from using tools/list.hxx to using > >>normal STL containers. > >thanks, pushed to ma

Re: minutes of ESC call ...

2012-08-14 Thread Norbert Thiebaud
On Tue, Aug 14, 2012 at 1:59 AM, Stephan Bergmann wrote: > ... and suggested action: writing a dozen fixes for LO. There is no > shortage of wisdom around here how to do things well in theory, I think. > Sorry for sounding rude... Nah, that did not sound rude at all... especially compared to wha

Re: [Libreoffice-ux-advise] [REVIEW 3-6] Window background of toolbars

2012-08-14 Thread Stefan Knorr
Hello there, > I tend to push it for rc1. It will be easier to revert to the old code > for rc2 than to push new code for rc2 :-) > > You have last chance to stop me ;-) No, sounds good to me. At least the bottom toolbars seem to be fixed now and this is what most people probably use. Of course

[Libreoffice-commits] .: jvmfwk/Library_sunjavaplugin.mk

2012-08-14 Thread Tomáš Chvátal
jvmfwk/Library_sunjavaplugin.mk |4 1 file changed, 4 insertions(+) New commits: commit 3269a0d10e28e183e2c443859b3fbc6ec11fb0db Author: Tomas Chvatal Date: Mon Aug 13 20:48:34 2012 +0200 Depend on headers so we wont get crasher on missing framework.h. Change-Id: I2734f5

[PUSHED] logerrit: Fix some typos.

2012-08-14 Thread Gerrit
>From Tomáš Chvátal : Tomáš Chvátal has submitted this change and it was merged. Change subject: logerrit: Fix some typos. .. logerrit: Fix some typos. Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea --- M logerrit 1 file

Re: [PATCH] More STL'ification (7)

2012-08-14 Thread Noel Grandin
On 2012-08-14 09:23, David Tardon wrote: There is still List (tools/inc/tools/list.hxx) and Container (tools/inc/tools/contnr.hxx :-) There is only one usage of tools/list.hxx remaining, after which it could be moved to binfilter. Although Michael might have already done that, in which case i

[Libreoffice-commits] .: sd/source

2012-08-14 Thread Andrzej J.R. Hunt
sd/source/ui/dlg/RemoteDialog.src |4 sd/source/ui/dlg/RemoteDialogClientBox.cxx | 25 +++-- sd/source/ui/inc/RemoteDialog.hrc |1 - 3 files changed, 23 insertions(+), 7 deletions(-) New commits: commit 331c410205f6f456af7c3ab54e981c771784fd6c

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

2012-08-14 Thread Stephan Bergmann
On 08/14/2012 12:35 AM, anwen wrote: I implemented the above code with c++ . However, it did not work. Anything wrong with the following code: m_xCC is a given Reference Reference xBrd(m_xCC->getServiceManager()->createInstanceWithContext(OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.frame.

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

2012-08-14 Thread David Tardon
filter/inc/filter/msfilter/svdfppt.hxx | 10 +- filter/source/msfilter/svdfppt.cxx | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) New commits: commit 71248cadf6736fbb14b57e1b3edea0a924781609 Author: David Tardon Date: Tue Aug 14 10:05:12 2012 +0200 the

Re: [PATCH] More STL'ification (7)

2012-08-14 Thread David Tardon
Hi, On Tue, Aug 14, 2012 at 09:46:11AM +0200, Noel Grandin wrote: > > On 2012-08-14 09:23, David Tardon wrote: > >There is still List (tools/inc/tools/list.hxx) and Container > >(tools/inc/tools/contnr.hxx :-) > > There is only one usage of tools/list.hxx remaining, after which it > could be mov

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - jvmfwk/Library_sunjavaplugin.mk

2012-08-14 Thread Petr Mladek
jvmfwk/Library_sunjavaplugin.mk |4 1 file changed, 4 insertions(+) New commits: commit e77bbc82f98c0006b39842e1afe1f74940d547cc Author: Tomas Chvatal Date: Mon Aug 13 20:48:34 2012 +0200 Depend on headers so we wont get crasher on missing framework.h. Change-Id: I2734f5

Re: [PATCH] More STL'ification (7)

2012-08-14 Thread Noel Grandin
On 2012-08-14 10:09, David Tardon wrote: Anything else that you're aware of? Well, there is still Container :-) It is used at ~10 places in svx and possibly elsewhere. Thanks, I'll go work on those. Disclaimer: http://www.peralex.com/disclaimer.html __

[Libreoffice-commits] .: logerrit

2012-08-14 Thread Tomáš Chvátal
logerrit |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit e06c1f56b9c70cbf208e508d4a6dd8b276e1bd19 Author: Tim Retout Date: Mon Aug 13 21:52:02 2012 +0100 logerrit: Fix some typos. Change-Id: I0d6f3f5521d32dad1ffaa8675d5f43c7d7fa7cea Reviewed

Re: [PATCH] More STL'ification (7)

2012-08-14 Thread Michael Meeks
On Tue, 2012-08-14 at 08:57 +0200, Noel Grandin wrote: > At this point, it seems like all of the STL'ification work is done, > unless there is something more you are aware of? Wow - fantastic work ! :-) this is really encouraging, thank you to all involved ! Naturally removing t

[Libreoffice-commits] .: sw/source

2012-08-14 Thread Philipp Riemer
sw/source/core/docnode/ndnotxt.cxx | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) New commits: commit a6c7410c1391b67f4550dadf105c8f4979c21dcd Author: Bertrand Lorentz Date: Mon Aug 13 19:01:29 2012 +0200 fdo#39468: Translated German comments in sw/source/

[Libreoffice-commits] .: hunspell/makefile.mk

2012-08-14 Thread Stephan Bergmann
hunspell/makefile.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit d3bec41a1b92cc8ca9f4750c5f9740da52879085 Author: Stephan Bergmann Date: Tue Aug 14 10:53:06 2012 +0200 Patches reported upstream Change-Id: I1275b73d4f18633ba03831b6973b801b0467cf0d diff --git a

[Libreoffice-commits] .: framework/source

2012-08-14 Thread Noel Power
framework/source/uielement/menubarmanager.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 7bfb229230a439c2edb3e8452fe0d3430f9931ce Author: Noel Power Date: Mon Aug 13 16:14:34 2012 +0100 sync cell context menu & edit menu 'PasteSpecial' entries for calc

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/win

2012-08-14 Thread Petr Mladek
vcl/win/source/gdi/salnativewidgets-luna.cxx | 61 +++ 1 file changed, 35 insertions(+), 26 deletions(-) New commits: commit 53f23d99b0f5549ede0b5e868f884c7bce2e9746 Author: Jan Holesovsky Date: Fri Aug 10 16:16:21 2012 +0200 Windows toolbars: Use our own theming

[PUSHED][PATCH] fdo#39468 translate German comments in core/tools

2012-08-14 Thread Philipp Riemer
2012/8/12 Philipp Riemer : > Hey Oliver, > > 2012/8/12 Oliver Günther : >> Hi, >> I finished translation all german comments in the core/tools folder. >> >> Please find the patch attached. >> Sorry for messing up with the whitespace, I was simply missing the >> approriate Vim highlights and git wa

Re: [Libreoffice-ux-advise] [PUSHED 3-6] Window background of toolbars

2012-08-14 Thread Petr Mladek
Stefan Knorr píše v Út 14. 08. 2012 v 11:26 +0200: > Hello there, > > > I tend to push it for rc1. It will be easier to revert to the old code > > for rc2 than to push new code for rc2 :-) > > > > You have last chance to stop me ;-) > > No, sounds good to me. At least the bottom toolbars seem to

[Libreoffice-commits] .: sw/source

2012-08-14 Thread Caolán McNamara
sw/source/filter/ww8/ww8par.cxx | 37 ++--- 1 file changed, 30 insertions(+), 7 deletions(-) New commits: commit 2cd01f9c90dec1c3b4409d5268cd642d397df136 Author: Caolán McNamara Date: Tue Aug 14 10:05:26 2012 +0100 minimize fractured text spans

visualising improved quality practices ...

2012-08-14 Thread Michael Meeks
On Tue, 2012-08-14 at 02:25 -0500, Norbert Thiebaud wrote: > On Tue, Aug 14, 2012 at 1:59 AM, Stephan Bergmann wrote: > > ... and suggested action: writing a dozen fixes for LO. There is no > > shortage of wisdom around here how to do things well in theory, I think. > > Sorry for sounding rude..

Translate German comments in sw/source/core/docnode/ndnotxt....

2012-08-14 Thread Gerrit
>From Björn Michaelsen : Björn Michaelsen has abandoned this change. Change subject: Translate German comments in sw/source/core/docnode/ndnotxt.cxx .. Patch Set 1: Abandoned abandoning this change, it has been merged as per a

Re: --with-mozilla-build required on windows ?

2012-08-14 Thread Caolán McNamara
On Mon, 2012-08-13 at 17:17 +0200, Matúš Kukan wrote: > Hello, > > Since 500261a6b6e9dbeacce7f693b01a1c32a112f4fb nss seems to be needed for vcl. > I'd push attached patch to fix W2008R2_16-minimal_build but It would > fail anyway because one needs Mozilla build tools for that ? > So - what's wron

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

2012-08-14 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx| 78 -- vcl/unx/gtk/app/gtkinst.cxx |2 vcl/unx/gtk/window/gtksalmenu.cxx | 97 -- 3 files changed, 63 insertions(+), 114 deletions(-) New commits: commit 376df92806d3ae1138529bccae28

Re: --with-mozilla-build required on windows ?

2012-08-14 Thread Michael Stahl
On 14/08/12 11:18, Caolán McNamara wrote: > On Mon, 2012-08-13 at 17:17 +0200, Matúš Kukan wrote: >> Hello, >> >> Since 500261a6b6e9dbeacce7f693b01a1c32a112f4fb nss seems to be needed for >> vcl. >> I'd push attached patch to fix W2008R2_16-minimal_build but It would >> fail anyway because one nee

[Libreoffice-commits] .: configure.in

2012-08-14 Thread Caolán McNamara
configure.in |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 690078182aa82ba41e7da849d0fef271bb55c847 Author: Matúš Kukan Date: Mon Aug 13 17:09:45 2012 +0200 nss is now required unconditionally in vcl Change-Id: I846c9ef6bf9682ff02f586de6b979845

Re: Missing ICU Library

2012-08-14 Thread Caolán McNamara
On Mon, 2012-08-13 at 22:51 +0200, Samuel Mehrbrodt wrote: > Yes, I followed the instructions there. > I already had a successful build, but that was last year and on an older > Ubuntu version. Are you building from scratch (i.e. after a make clean) or incrementally inside last years build ? If t

Re: Missing ICU Library

2012-08-14 Thread Michael Meeks
Hi Samuel, On Mon, 2012-08-13 at 22:51 +0200, Samuel Mehrbrodt wrote: > Yes, I followed the instructions there. > I already had a successful build, but that was last year and on an older > Ubuntu version. Ah ! :-) there is always fun when you've updated. > I am compiling from master, pu

[Libreoffice-commits] .: sw/source

2012-08-14 Thread Cédric Bosdonnat
sw/source/ui/misc/pggrid.cxx | 10 ++ 1 file changed, 10 insertions(+) New commits: commit 89587e6cf1182095e52f6c5a3ddab35c783fca2e Author: Takeshi Abe Date: Sun Jul 15 23:46:05 2012 +0900 fdo#50941: "Characters per line" will not change when changing "Max base text size"

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

2012-08-14 Thread Petr Mladek
sw/source/core/doc/docfld.cxx | 30 -- 1 file changed, 28 insertions(+), 2 deletions(-) New commits: commit b5edfe152737650772504dc6464dbbb2f607f453 Author: Miklos Vajna Date: Fri Aug 10 21:09:40 2012 +0200 fdo#53210 SwDoc::UpdateExpFlds don't crash when hidi

Change in core[libreoffice-3-5]: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all s...

2012-08-14 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has abandoned this change. Change subject: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections .. Patch Set 1: Abandoned Petr will push a fixed commit to -3-5 -- To view, vis

Change in core[libreoffice-3-6]: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all s...

2012-08-14 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has abandoned this change. Change subject: fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding all sections .. Patch Set 1: Abandoned Petr will push a fixed commit to -3-6 -- To view, vis

Re: --with-mozilla-build required on windows ?

2012-08-14 Thread Caolán McNamara
On Tue, 2012-08-14 at 11:22 +0200, Michael Stahl wrote: > On 14/08/12 11:18, Caolán McNamara wrote: > > On Mon, 2012-08-13 at 17:17 +0200, Matúš Kukan wrote: > > I think we really have to bite the bullet and just state that we *need* > > nss (and we *need* xmlsec) and if the buildbots die with "can

Re: --with-mozilla-build required on windows ?

2012-08-14 Thread Tor Lillqvist
> @tml: On the --disable-xmlsec stuff in the Android and iOS default > configs. Why is that ?, it is because they don't build, because its just > handier to not worry about nss and xmlsec for now, or is there a > fundamental problem ? It's handier not to worry about building NSS now. Presumably th

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

2012-08-14 Thread Petr Mladek
sw/source/core/doc/docfld.cxx | 30 -- 1 file changed, 28 insertions(+), 2 deletions(-) New commits: commit d2a5e4bb705673119b13c2e203562fecfd386be8 Author: Miklos Vajna Date: Fri Aug 10 21:09:40 2012 +0200 fdo#53210 SwDoc::UpdateExpFlds don't crash when hidi

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

2012-08-14 Thread Miklos Vajna
oox/source/export/vmlexport.cxx | 10 +++--- sw/source/filter/ww8/rtfsdrexport.cxx |9 - writerfilter/source/rtftok/rtfsdrimport.cxx |5 +++-- 3 files changed, 18 insertions(+), 6 deletions(-) New commits: commit 5da2e40292e420dc48da7ea5aef29c96a1127140 Aut

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

2012-08-14 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx|1 - vcl/unx/gtk/window/gtksalmenu.cxx | 22 -- 2 files changed, 16 insertions(+), 7 deletions(-) New commits: commit 02f0ab10969751353bd850f9704da7ef975b6926 Author: Antonio Fernandez Date: Tue Aug 14 11:22:57 2012 +0100 Fixed

[Libreoffice-commits] .: android/experimental

2012-08-14 Thread Michael Meeks
android/experimental/LibreOffice4Android/Makefile |3 +- android/experimental/LibreOffice4Android/jni/Application.mk |2 - android/experimental/LibreOffice4Android/src/org/libreoffice/ui/LibreOfficeUIActivity.java

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

2012-08-14 Thread Michael Meeks
Hi Artur, On Tue, 2012-08-14 at 00:52 +0200, Artur Dorda wrote: > This week I wrote some tests for the XML unit converter in sax. I have > expanded test_converter.cxx in sax/qa/cppunit of the following > functions tested: Looks really nice :-) > However, I will happily continue contribut

[Libreoffice-commits] .: starmath/source

2012-08-14 Thread Tor Lillqvist
starmath/source/smdetect.cxx | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) New commits: commit aa4b8a8164f01a120ba9bfb2e86b1ed33cc1d69c Author: Tor Lillqvist Date: Tue Aug 14 12:33:52 2012 +0200 Be more careful in recognizing MathML (bnc#774921) Chan

image rendering regression ?

2012-08-14 Thread Michael Meeks
Hi guys, I was just looking at: http://users.freedesktop.org/~michael/dfaure/print-sample.odt And (interestingly) it seems that while we can load, and save the embedded image successfully as a graphic; we don't appear to be able to render it ;-) Mercifully -3-6-0

[Libreoffice-commits] .: svx/source

2012-08-14 Thread Muthu Subramanian
svx/source/svdraw/svdoashp.cxx |4 1 file changed, 4 insertions(+) New commits: commit e3acf19c0502b0758359b56abda81e504d167630 Author: Muthu Subramanian Date: Tue Aug 14 16:12:53 2012 +0530 fdo#47434: Zero rect. size causing wrong line positions. Thanks to Korrawit Prue

Re: Update.

2012-08-14 Thread Miklos Vajna
On Mon, Aug 13, 2012 at 01:29:55PM +0100, Iain Billett wrote: > I've worked out a way of getting reasonable box-shadow around the page > thumbnails. Ultimately it requires pixel by pixel modification to soften > the shadow ( It was too dark before ). All the same it doesn't seem too > slow but cu

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

2012-08-14 Thread Eike Rathke
sc/inc/stringutil.hxx | 26 ++ sc/qa/unit/ucalc.cxx |9 + sc/source/core/data/column3.cxx|4 ++-- sc/source/core/data/dpoutput.cxx |6 +++--- sc/source/core/tool/stringutil.cxx |2 +- sc/source/filter/rtf/eeimpars.c

Re: [PUSHED 3-6] Fix for fdo#53089

2012-08-14 Thread Eike Rathke
Hi Kohei, On Monday, 2012-08-13 15:13:10 -0400, Kohei Yoshida wrote: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=51f1fc69aa539dec8035195b98e0b128026388e9 Cherry-picked to 3-6, all three bugs mentioned are/remain fixed. http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoff

Re: image rendering regression ?

2012-08-14 Thread Tomaž Vajngerl
Hi, 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. Regards, Tomaž Vajngerl On Tue, Aug 14, 2012 at 12:42 PM, Michael Meeks wrote: > Hi guys, > > I was just looking at: > > http://users.freedeskto

Re: Update.

2012-08-14 Thread Andrzej J. R. Hunt
Hi Iain, On 08/13/2012 02:29 PM, Iain Billett wrote: I've worked out a way of getting reasonable box-shadow around the page thumbnails. Ultimately it requires pixel by pixel modification to soften the shadow ( It was too dark before ). All the same it doesn't seem too slow but currently the t

[Libreoffice-commits] .: sd/qa

2012-08-14 Thread Muthu Subramanian
sd/qa/unit/data/n759180.pptx |binary sd/qa/unit/regression-test.cxx | 45 + 2 files changed, 45 insertions(+) New commits: commit 3ccb8dac1405dc4ffa0ca3c45bd0724cc339d8ad Author: Muthu Subramanian Date: Tue Aug 14 17:04:40 2012 +0530 Adding uni

[Libreoffice-commits] .: config_host.mk.in configure.in distro-configs/LibreOfficeAndroid.conf distro-configs/LibreOfficeAndroidX86.conf distro-configs/LibreOfficeiOS.conf libxmlsec/makefile.mk nss/ma

2012-08-14 Thread Caolán McNamara
config_host.mk.in|1 configure.in | 17 -- distro-configs/LibreOfficeAndroid.conf |1 distro-configs/LibreOfficeAndroidX86.conf|1 distro-configs/LibreOfficeiOS.conf |1 libxmlsec/make

[REVIEW: 3-5] fdo#47311 crash when copying cells into more than one sheet

2012-08-14 Thread David Tardon
Hi all, fdo#47311 has got at least 2 duplicates since it was first reported, so I think we should fix it in 3.5. It has got clear and simple reproducer and one-liner fix. Any takers? D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http

Re: --with-mozilla-build required on windows ?

2012-08-14 Thread Caolán McNamara
On Tue, 2012-08-14 at 12:59 +0300, Tor Lillqvist wrote: > > @tml: On the --disable-xmlsec stuff in the Android and iOS default > > configs. Why is that ?, it is because they don't build, because its just > > handier to not worry about nss and xmlsec for now, or is there a > > fundamental problem ?

Cherry-pick request: aa4b8a8164f01a120ba9bfb2e86b1ed33cc1d69c

2012-08-14 Thread Tor Lillqvist
Makes the MathML filter less prone to think any random XML file is for it. Some people want to open XML files in Writer (through the ASCII filter), yes, weird, which worked in 3.3. Please cherry-pick to the 3-6 branch. I was not able to do this request through gerrit, sorry, need larger cluebat. -

[PUSHED] fdo#35323 - fix for The standard date format for Swedish is ...

2012-08-14 Thread Gerrit
>From Eike Rathke : Eike Rathke has submitted this change and it was merged. Change subject: fdo#35323 - fix for The standard date format for Swedish is wrong .. fdo#35323 - fix for The standard date format for Swedish is wron

[Libreoffice-commits] .: i18npool/source

2012-08-14 Thread Eike Rathke
i18npool/source/localedata/data/sv_SE.xml |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 789b162cce8ad306861344e8497eab460983440b Author: Albert Thuswaldner Date: Mon Aug 13 22:08:23 2012 +0200 fdo#35323 - fix for The standard date format for Swedish is w

[Libreoffice-commits] .: 2 commits - oox/inc oox/source

2012-08-14 Thread Muthu Subramanian
oox/inc/oox/drawingml/textparagraphproperties.hxx |2 +- oox/source/drawingml/textparagraph.cxx|9 +++-- oox/source/drawingml/textparagraphproperties.cxx |7 --- 3 files changed, 12 insertions(+), 6 deletions(-) New commits: commit b8b054785b9718f0ec08f92b0c53cac7

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

2012-08-14 Thread Eike Rathke
sc/source/filter/oox/workbookhelper.cxx | 12 1 file changed, 8 insertions(+), 4 deletions(-) New commits: commit 0eeab7204ac244bebb0f8c4d8a8891037423534a Author: Kohei Yoshida Date: Mon Aug 13 17:08:57 2012 -0400 fdo#53456: initialize pivot tables *after* the formula cells

Re: [PUSHED 3-6] Fix pivot table import from xlsx (fdo#53456)

2012-08-14 Thread Eike Rathke
Hi Kohei, On Monday, 2012-08-13 17:16:28 -0400, Kohei Yoshida wrote: > http://cgit.freedesktop.org/libreoffice/core/commit/?id=ae296a60781a2b5d5b7523cbda3444e3dd21506f Cherry-picked to 3-6 http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6&id=0eeab7204ac244bebb0f8c4d8a8891037

Re: [REVIEW 3-6] Fix pivot table import from xlsx (fdo#53456)

2012-08-14 Thread Eike Rathke
Hi Pedro, On Tuesday, 2012-08-14 00:11:26 -0700, Pedro wrote: > I came across this awful bug which caused me to loose some work. I'm sure > glad you fixed it. > > Can it please be cherry picked to the 3.5 branch? This does not appear to be a problem in 3-5, I assume you'll be happy with the fix

[Libreoffice-commits] .: 3 commits - offapi/com offapi/type_reference offapi/UnoApi_offapi.mk

2012-08-14 Thread Stephan Bergmann
offapi/UnoApi_offapi.mk | 11 +++ offapi/com/sun/star/auth/SSOExceptions.idl| 33 -- offapi/com/sun/star/auth/SSOManagerFactory.idl| 11 ++- offapi/com/sun/star/auth/SSOPasswordCache.idl | 11 ++- offapi/com/sun/star

[Libreoffice-commits] .: xmlsecurity/Module_xmlsecurity.mk

2012-08-14 Thread Stephan Bergmann
xmlsecurity/Module_xmlsecurity.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d72568fc7d2680107c8f86f777bc6f55e5f09ae7 Author: Stephan Bergmann Date: Tue Aug 14 14:47:20 2012 +0200 Fix condition Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340

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

2012-08-14 Thread Cédric Bosdonnat
svtools/inc/svtools/slidesorterbaropt.hxx | 90 ++-- svtools/source/config/slidesorterbaropt.cxx | 210 +++- 2 files changed, 138 insertions(+), 162 deletions(-) New commits: commit b843d9056898f916b8c1bf86b36190c3c796a60f Author: Rob Snelders Date: Sat Aug

[Libreoffice-commits] .: slideshow/source

2012-08-14 Thread David Tardon
slideshow/source/engine/transitions/slidechangebase.cxx| 10 + slideshow/source/engine/transitions/slidechangebase.hxx| 12 + slideshow/source/engine/transitions/slidetransitionfactory.cxx | 95 +- 3 files changed, 71 insertions(+), 46 deletions(-) New commits: comm

[Libreoffice-commits] .: dbaccess/source

2012-08-14 Thread Cédric Bosdonnat
dbaccess/source/ui/inc/FieldDescControl.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ea7b1af01511d147ba7bfea925d407e72723a7db Author: Philipp Riemer Date: Sun Aug 12 18:58:02 2012 +0200 Moved method declaration in class definition The follo

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

2012-08-14 Thread anwen
Stephan Bergmann-2 wrote > > On 08/14/2012 12:35 AM, anwen wrote: >> I implemented the above code with c++ . However, it did not work. >> Anything >> wrong with the following code: >> m_xCC is a given Reference >> >> Reference >> xBrd(m_xCC->getServiceManager()->createInstanceWithContext(OUString

[PUSHED] Change in core[libreoffice-3-6]: fdo#47495 fix RTF import of multiple shapes inside textframe...

2012-08-14 Thread Gerrit
>From Petr Mladek : Petr Mladek has submitted this change and it was merged. Change subject: fdo#47495 fix RTF import of multiple shapes inside textframes .. fdo#47495 fix RTF import of multiple shapes inside textframes (cherr

Fwd: LineEnding issues, .md > .docx

2012-08-14 Thread Joop Kiefte
FYI, just interested if there is a known issue here and/or compliance errors you can help pandoc with... -- Forwarded message -- From: Oliver Schrenk Date: 2012/8/14 Subject: Re: LineEnding issues, .md > .docx To: "pandoc-disc...@googlegroups.com" Cc: "pandoc-disc...@googlegroup

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

2012-08-14 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 9f6ede5c0a998d2925b017b82ff73dd0a793a858 Author: Miklos Vajna Date: Mon Aug 13 12:23:05 2012 +0200 fdo#47495 fix RTF import of multiple shapes inside textframes

[PUSHED] Change in core[libreoffice-3-5]: fdo#47495 fix RTF import of multiple shapes inside textframe...

2012-08-14 Thread Gerrit
>From Petr Mladek : Petr Mladek has submitted this change and it was merged. Change subject: fdo#47495 fix RTF import of multiple shapes inside textframes .. fdo#47495 fix RTF import of multiple shapes inside textframes (cherr

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

2012-08-14 Thread Antonio Fernandez
vcl/inc/unx/gtk/gtksalmenu.hxx|3 - vcl/unx/gtk/window/gtksalmenu.cxx | 84 +- 2 files changed, 59 insertions(+), 28 deletions(-) New commits: commit cd3845cb77a77293bcd3db00058c4e45bdc959b1 Author: Antonio Fernandez Date: Tue Aug 14 14:38:35 2012

[Libreoffice-commits] .: 2 commits - officecfg/registry sc/inc sc/source

2012-08-14 Thread Eike Rathke
officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 133 sc/inc/scabstdlg.hxx |4 sc/source/ui/attrdlg/scdlgfact.cxx |9 sc/source/ui/attrdlg/scdlgfact.hxx |3 sc/source/ui/dbgui/scuiasc

Re: [REVIEW 3-6] Fix pivot table import from xlsx (fdo#53456)

2012-08-14 Thread Pedro
Hi Eike Eike Rathke-2 wrote > > This does not appear to be a problem in 3-5, I assume you'll be happy > with the fix in 3-6? > You are correct. That bug does not affect 3.5.5.3. Just downloaded the sample file. My bad for assuming it was the same problem. The problem I had is related to https

Reminder: IP change tomorrow

2012-08-14 Thread Florian Effenberger
Hello, this is just a short reminder that tomorrow, we will do the IP change on various TDF virtual machines. Affected should be at least MozTrap, AskBot and Gerrit, and probably others. We expect only some short downtime to occur, but since Murphy is everywhere, be warned. ;-) Affected ol

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

2012-08-14 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 1067832bbfae15811ff2e1d478139b5af283de51 Author: Miklos Vajna Date: Mon Aug 13 12:23:05 2012 +0200 fdo#47495 fix RTF import of multiple shapes inside textframes

Re: [PUSHED] fdo#47674 Calc: save settings for import ascii text dialog

2012-08-14 Thread Eike Rathke
Hi jumbo444, On Friday, 2012-08-10 06:26:52 -0700, jumbo444 wrote: > I propose a patch for fdo#47674 Pushed http://cgit.freedesktop.org/libreoffice/core/commit/?id=597bdd89d108fb8325d81f5b30ffdd0d3ea68072 with changes http://cgit.freedesktop.org/libreoffice/core/commit/?id=d26599c3e1dea940439985

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

2012-08-14 Thread Michael Meeks
On Tue, 2012-08-14 at 15:28 +0200, Joop Kiefte wrote: > FYI, just interested if there is a known issue here and/or compliance > errors you can help pandoc with... Looks like yet-another interoperability bug fix opportunity. The trick is to file a bug - this is not the right place for prom

[Libreoffice-commits] .: vcl/aqua vcl/source vcl/unx vcl/win

2012-08-14 Thread Arnaud Versini
vcl/aqua/source/dtrans/DataFlavorMapping.cxx |4 ++-- vcl/aqua/source/dtrans/HtmlFmtFlt.cxx|6 +++--- vcl/aqua/source/dtrans/PictToBmpFlt.cxx |5 +++-- vcl/source/control/edit.cxx |3 +-- vcl/source/gdi/bitmap3.cxx |2 +- vcl/sour

[Libreoffice-commits] Changes to 'libreoffice-3-6-1'

2012-08-14 Thread Petr Mladek
New branch 'libreoffice-3-6-1' available with the following commits: commit 09128ff9c1ff9e56dfd8f111aa1c062a86e6162b Author: Petr Mladek Date: Tue Aug 14 16:18:17 2012 +0200 Branch libreoffice-3-6-1 This is 'libreoffice-3-6-1' - the stable branch for the 3.6.1 release. Only ver

[Libreoffice-commits] Changes to 'libreoffice-3-6-1'

2012-08-14 Thread Petr Mladek
New branch 'libreoffice-3-6-1' available with the following commits: commit dc888d2535d8e914dd3b645a38ef8f1ff0750282 Author: Petr Mladek Date: Tue Aug 14 16:18:18 2012 +0200 Branch libreoffice-3-6-1 This is 'libreoffice-3-6-1' - the stable branch for the 3.6.1 release. Only ver

[Libreoffice-commits] Changes to 'libreoffice-3-6-1'

2012-08-14 Thread Petr Mladek
New branch 'libreoffice-3-6-1' available with the following commits: commit 756d1ba15d3841552d0ed4500ff05f668d9c71e6 Author: Petr Mladek Date: Tue Aug 14 16:18:18 2012 +0200 Branch libreoffice-3-6-1 This is 'libreoffice-3-6-1' - the stable branch for the 3.6.1 release. Only ver

[Libreoffice-commits] .: sc/source

2012-08-14 Thread Stephan Bergmann
sc/source/core/data/colorscale.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 480dc0740cf5112b595902dc44d5640899c40d85 Author: Stephan Bergmann Date: Tue Aug 14 16:18:46 2012 +0200 warning C4702: unreachable code Change-Id: I02e6f646ee5deb278f4193185ffac8835efa

[Libreoffice-commits] .: sal/rtl

2012-08-14 Thread Cédric Bosdonnat
sal/rtl/source/cipher.cxx |4 1 file changed, 4 deletions(-) New commits: commit 3c23dfb5d06bce5ebdd6886c1f879eadce1b0f6f Author: Olivier Hallot Date: Sun Aug 12 10:46:32 2012 -0300 Remove some dead assignements in sal/cipher.cxx Remove some dead assignements indicated b

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - instsetoo_native/util solenv/inc

2012-08-14 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 40 +-- solenv/inc/minor.mk |6 ++--- 2 files changed, 23 insertions(+), 23 deletions(-) New commits: commit a6d7773ec90891cf59754cdb46f5eaf884e7072c Author: Petr Mladek Date: Tue Aug 14 16:24:39 2012

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

2012-08-14 Thread Stephan Bergmann
On 08/14/2012 03:20 PM, anwen wrote: In addition, from the link (http://www.openoffice.org/api/docs/common/ref/com/sun/star/sdb/OfficeDatabaseDocument.html), I saw that both "OnPrepareUnload" and "OnUnload" events are synchronously broadcaster. Does it mean SolarMutex protection again? I really h

[Libreoffice-commits] .: 3 commits - oox/inc oox/source sw/source

2012-08-14 Thread Miklos Vajna
oox/inc/oox/export/vmlexport.hxx |2 oox/source/export/vmlexport.cxx | 20 ++- sw/source/filter/ww8/docxattributeoutput.cxx |5 + sw/source/filter/ww8/docxattributeoutput.hxx |1 sw/source/filter/ww8/rtfsdrexport.cxx| 75 +++---

Re: Build LO for Android on Mac OS 10.8

2012-08-14 Thread James Chen
>> There are several "undefined reference" errors according to >>vcl:PDEFWriter >> and PDFWriterImpl during tail_build. > >Should be fixed since yesterday evening, git pull -r and try again. > >--tml Thanks, tml and all of you! It builds successfully. ___

[Libreoffice-commits] .: chart2/source

2012-08-14 Thread Cédric Bosdonnat
chart2/source/controller/dialogs/tp_Scale.cxx | 53 +++--- 1 file changed, 23 insertions(+), 30 deletions(-) New commits: commit 84a219020ca37a28799972cc60d9286c82ca7511 Author: Joseph Brown <1st...@gmail.com> Date: Mon Aug 13 23:23:04 2012 -0400 fdo#51695 Check for T

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

2012-08-14 Thread Joop Kiefte
I just crossposted here to check about this, it's not a personal issue, just something that I thought was asking for sharing with Libreoffice-devs. I let it to the pandoc-list/John MacFarlane on how to handle this further (either adapt pandoc to work around and/or filing a bug and/or patching Libre

Re: image rendering regression ?

2012-08-14 Thread Michael Meeks
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 great ! :-) thanks for digging into that - just trying to raise master regressions here quickl

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

2012-08-14 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 7910c47221d07e836d62b7d816e1afe19859b601 Author: Miklos Vajna Date: Tue Aug 14 16:50:16 2012 +0200 Fix fdo#47495 backport On master, the fix was fine, b

[Libreoffice-commits] .: 2 commits - drawinglayer/inc drawinglayer/source

2012-08-14 Thread Cédric Bosdonnat
drawinglayer/inc/drawinglayer/primitive2d/baseprimitive2d.hxx |2 drawinglayer/source/primitive2d/baseprimitive2d.cxx | 31 +- 2 files changed, 18 insertions(+), 15 deletions(-) New commits: commit 234738874f29ed23cd2aafb470511b5acf411e3c Author: Lennard Date: Sat Aug

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

2012-08-14 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 558f5af9feec7825f4edf5f7e4e6f7094fc1c094 Author: Miklos Vajna Date: Tue Aug 14 16:50:16 2012 +0200 Fix fdo#47495 backport On master, the fix was fine, b

Re: [PATCH] fdo#35079: EDITING: Drawing element completely in mouse selection frame not selected

2012-08-14 Thread Cedric Bosdonnat
Hi Lennard, Many thanks for your patch, it works like a charm. I only transformed the magical number 61 into its corresponding ID in drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx I just pushed it to master branch. http://cgit.freedesktop.org/libreoffice/core/commit/?id=234738874f29ed

[PUSHED] fileaccess: use anonymous namespace

2012-08-14 Thread Michael Meeks
On Sun, 2012-08-12 at 23:52 +, Gerrit wrote: > Matúš Kukan has uploaded a new change for review. > Change subject: fileaccess: use anonymous namespace found pushed. Michael. -- michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot __

[PUSHED] unusedcode: SpriteCanvasHelper's methods

2012-08-14 Thread Michael Meeks
On Sun, 2012-08-12 at 23:52 +, Gerrit wrote: > Matúš Kukan has uploaded a new change for review. > Change subject: unusedcode: SpriteCanvasHelper's methods found pushed, Michael. -- michael.me...@suse.com <><, Pseudo Engineer, itinerant idiot _

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

2012-08-14 Thread Petr Mladek
writerfilter/source/rtftok/rtfdocumentimpl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 53d64c71d3a4fcc6b238e946fd6883b8b4593bca Author: Miklos Vajna Date: Tue Aug 14 16:50:16 2012 +0200 Fix fdo#47495 backport On master, the fix was fine, b

[PUSHED] merge these libraries only for android

2012-08-14 Thread Michael Meeks
On Sun, 2012-08-12 at 23:52 +, Gerrit wrote: > Matúš Kukan has uploaded a new change for review. > Change subject: merge these libraries only for android Found pushed, Michael. PS. It would be -really- nice if gerrit correctly sent out the [PUSHED] mail when such a c

  1   2   >