Re: [Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Stephan Bergmann
On 10/27/2011 08:36 AM, Jonathan Aquilina wrote: I will give these a shot i have symbols enabled and at a certain point its complaining about missing 64bit symbols. How come for users on 10.7 we dont have a native 64bit build as 10.7 runs as 64bit out of the box? Jonathan, just for clarificatio

Re: [Libreoffice] semantics of ScBaseCell* lclCloneCell

2011-10-26 Thread Stephan Bergmann
On 10/27/2011 07:10 AM, Kevin Hunter wrote: I'm nosing around ScBaseCell in sc/source/core/data/cell.cxx, and I'm curious about the semantics of the function lclCloneCell. Specifically, when would that function ever return a NULL pointer? Does Calc not know about all its cell types? Perhaps exten

Re: [Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Jonathan Aquilina
On 27/10/2011 08:32, Tor Lillqvist wrote: --with-macosx-version-min=10.5 I think this might be the problem. As our code doesn't use any 10.5 or later API anyway, you currently don't win anything by using this. Use --with-macosx-version-min=10.4. Also, y

Re: [Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Tor Lillqvist
> --with-macosx-version-min=10.5 I think this might be the problem. As our code doesn't use any 10.5 or later API anyway, you currently don't win anything by using this. Use --with-macosx-version-min=10.4. Also, you I think you need to use CC=gcc-4.2 and CXX=g++-4.2. Possibly add -arch i386 -mmaco

Re: [Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Jonathan Aquilina
On 27/10/2011 07:37, Tor Lillqvist wrote: Please show us your complete autogen.lastrun. --tml my autogen.lastrun is as follows --with-macosx-sdk=10.6 --with-max-jobs=4 --enable-symbols --disable-nss-module --disable-mozilla --with-m

Re: [Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Tor Lillqvist
Please show us your complete autogen.lastrun. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] feature/gtk3 merged ...

2011-10-26 Thread Kevin Hunter
On 10/25/2011 04:32 PM, Noel Grandin wrote: Getting there :) almost have a complete build on my machine :) After a long build, I'm there. As I'm not mired in that part of LibO internals, for what visible changes should I be looking? Heh, or put differently, what Ctrl+F should I use on http

[Libreoffice] semantics of ScBaseCell* lclCloneCell

2011-10-26 Thread Kevin Hunter
Hullo Calc Devs, I'm nosing around ScBaseCell in sc/source/core/data/cell.cxx, and I'm curious about the semantics of the function lclCloneCell. Specifically, when would that function ever return a NULL pointer? Does Calc not know about all its cell types? Perhaps extensions are able to add

Re: [Libreoffice] [PUSHED-3-4] [REVIEW-3-4-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-26 Thread Thorsten Behrens
Michael Stahl wrote: > >We missed 3.4.4 for that, but a useful fix for 3.4.5 - your review& > >commit to that branch appreciated. :) > > looks good to me > Ok, pushed to -3-4 with the two approvals; one more missing for -3-4-4 Cheers, -- Thorsten pgpsxMu0moPlU.pgp Description: PGP signature __

Re: [Libreoffice] (real) Windows build, needs help.

2011-10-26 Thread Regina Henschel
Hi Kohei, Kohei Yoshida schrieb: I've been trying to build master on Windows with MSVC, and could use some help. Multiple git pull -r, and multiple clean builds over the past several days, and my build always fails in desktop with the following message: (lots of WARN prior to this similar to t

[Libreoffice] (real) Windows build, needs help.

2011-10-26 Thread Kohei Yoshida
I've been trying to build master on Windows with MSVC, and could use some help. Multiple git pull -r, and multiple clean builds over the past several days, and my build always fails in desktop with the following message: (lots of WARN prior to this similar to the one below) /cygdrive/c/libo/core

Re: [Libreoffice] [REVIEW-3-4-4] )one more needed) fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-26 Thread Noel Power
On 26/10/11 20:43, Noel Power wrote: type of a variant containing a SAFEARRAY is set to VT_VARIANT regardless of the type of the SAFEARRAY meant to say SAFEARRAY is set to array of VT_VARIANT e.g. ( VT_ARRAY | VT_VARIANT ) ___ LibreOffice mailing list

Re: [Libreoffice] [REVIEW-3-4-4] )one more needed) fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-26 Thread Noel Power
On 26/10/11 20:26, Michael Meeks wrote: The code is similarly opaque to me :-) if you're happy it is tested and works I don't know that we'll find any more competent reviewers. It is slightly concerning to me that this method has seemingly been using a SAFEARRAY since 2000: SAFEARRAY is n

[Libreoffice] [REVIEW-3-4-4] )one more needed) fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-26 Thread Michael Meeks
On Wed, 2011-10-26 at 19:49 +0200, Michael Stahl wrote: > On 26/10/11 18:55, Noel Power wrote: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=3fcb94311fd7dd40c05ca132e3a30a888316cbbe .. > have no clue when it comes to OLE automation, but after reading the bug > your patch looks like

Re: [Libreoffice] Dumping to valgrind.log from soffice shell script needed?

2011-10-26 Thread Stephan Bergmann
On 10/26/2011 01:55 PM, Petr Mladek wrote: What is your preferred way of use? What exactly do you hate and/or miss? One problem is output of multiple (batched, like "make subsequentcheck") valgrind'ed invocations of soffice.bin is lost. Another problem is attaching a debugger (VALGRIND_OPTS=

[Libreoffice] compilation issues of apple_remote

2011-10-26 Thread Jonathan Aquilina
Hey guys I am trying to build LO against the 10.6 SDK which i know is highly experimental. I have enabled symbols as I have a build issue in apple_remote. Below is the command line output that i get when building this given module on its own. (1/1) Building

Re: [Libreoffice] [REVIEW-3-4] fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-26 Thread Michael Stahl
On 26/10/11 18:55, Noel Power wrote: there were at least a few people trying to make this a blocker for 3.4 ( makes ole automation quite broken ), the fix on master I would like to backport is here http://cgit.freedesktop.org/libreoffice/core/commit/?id=3fcb94311fd7dd40c05ca132e3a30a888316cbbe

[Libreoffice] [REVIEW-3-4] fix ole automation bridge handling of SAFEARRAY (fdo#38441)

2011-10-26 Thread Noel Power
there were at least a few people trying to make this a blocker for 3.4 ( makes ole automation quite broken ), the fix on master I would like to backport is here http://cgit.freedesktop.org/libreoffice/core/commit/?id=3fcb94311fd7dd40c05ca132e3a30a888316cbbe Noel __

Re: [Libreoffice] [PUSHED 3-4] fix for fdo#37129 - Dotted and Dashed table borders are not drawn correctly

2011-10-26 Thread Kohei Yoshida
On Wed, 2011-10-26 at 14:17 +0200, Cedric Bosdonnat wrote: > Hi Kohei, all, > > On Tue, 2011-10-25 at 09:46 -0400, Kohei Yoshida wrote: > > The patch looks safe to me. Cedric, if it's okay with you, I'd like to > > backport this to the 3.4 branch with my sign-off. What do you think? > > I'm all

[Libreoffice] development summary: year 2011, week 42

2011-10-26 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 42th 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 + li

Re: [Libreoffice] Integrating EuroOffice Extension Creator into LibreOffice SDK

2011-10-26 Thread Michael Meeks
Hi Kami, On Wed, 2011-10-26 at 10:02 +0200, Kálmán „KAMI” Szalai wrote: > EuroOffice Extension Creator is a LGPLv3 licensed Python language > framework for easy extension development. Our Barcode extension also > uses it. What about to integrate EOEC to LibreOffice SDK? It would be > useful for

Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-26 Thread Thorsten Behrens
Eike Rathke wrote: > Done. As, naturally, there is no OASIS reference for functions not > defined by OASIS ;) I changed the OASIS-reference column to a Note > column. > Thanks - and of course, the latter makes more sense. :) Cheers, -- Thorsten pgpTPlyZj64md.pgp Description: PGP signature _

Re: [Libreoffice] open office unlimted condition patch required

2011-10-26 Thread Michael Meeks
Hi Paul, On Wed, 2011-10-26 at 11:29 +0100, Paul Scarbro wrote: > Hello, please could you direct me to the relevant patch. Checkout the code cf. http://wiki.documentfoundation.org/Development/Developers git log sc/ search for Dargaud HTH,

Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-26 Thread Eike Rathke
Hi Thorsten, On Wednesday, 2011-10-26 11:38:21 +0200, Thorsten Behrens wrote: > > http://wiki.documentfoundation.org/Development/ODF_Implementer_Notes#LibreOffice_ODFF_extensions > > - would you want to fill in the blanks? Done. As, naturally, there is no OASIS reference for functions not de

Re: [Libreoffice] [PUSHED] Re: [PATCH] fix for fdo#37129 - Dotted and Dashed table borders are not drawn correctly

2011-10-26 Thread Cedric Bosdonnat
Hi Kohei, all, On Tue, 2011-10-25 at 09:46 -0400, Kohei Yoshida wrote: > The patch looks safe to me. Cedric, if it's okay with you, I'd like to > backport this to the 3.4 branch with my sign-off. What do you think? I'm all for it... I only don't have time these days as I'm attending/presenting

Re: [Libreoffice] Dumping to valgrind.log from soffice shell script needed?

2011-10-26 Thread Petr Mladek
Stephan Bergmann píše v St 26. 10. 2011 v 13:39 +0200: > On 10/03/2011 03:11 PM, Petr Mladek wrote: > > Stephan Bergmann píše v Po 19. 09. 2011 v 11:02 +0200: > >> Petr, > >> > >> following is an excerpt from #libreoffice-dev this morning: > >> > >>> caolan, btw valgrind, is there any good reason

Re: [Libreoffice] SmART Gallery as integrated part of LibreOffice core

2011-10-26 Thread Stephan Bergmann
(don't get me wrong, folks; I have nothing against adding it into the core, was just wondering what the benefits of the rewrite would be) Stephan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listin

Re: [Libreoffice] Cherry-pick request for libreoffice-3-4-4

2011-10-26 Thread Michael Stahl
On 26/10/11 12:00, Fridrich Strba wrote: Hello good people, Could 2 additional people OK this for inclusion in libreoffice-3-4-4 branch? http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=b1e37e258351a51556d4128d08768edd8fd05d3d http://cgit.freedesktop.org/libreoffic

[Libreoffice] open office unlimted condition patch required

2011-10-26 Thread Paul Scarbro
Hello, please could you direct me to the relevant patch. Thank you, Paul Scarbro ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] SmART Gallery as integrated part of LibreOffice core

2011-10-26 Thread Thorsten Behrens
Stephan Bergmann wrote: > Just a blunt question: Why not keep it as an extension > Beyond what Michael said - I consider this core functionality wrt interop. Cheers, -- Thorsten pgpeyi0cdhzBi.pgp Description: PGP signature ___ LibreOffice mailing lis

Re: [Libreoffice] Cherry-pick request for libreoffice-3-4-4

2011-10-26 Thread Thorsten Behrens
Fridrich Strba wrote: > Could 2 additional people OK this for inclusion in libreoffice-3-4-4 branch? > > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=b1e37e258351a51556d4128d08768edd8fd05d3d > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice

Re: [Libreoffice] SmART Gallery as integrated part of LibreOffice core

2011-10-26 Thread Thorsten Behrens
Michael Meeks wrote: > > Should we create a chart2 like module for SmART or what would be the > > best solution? If our plan get green light from you we need a mentor > > who help us. > > By far the best person here is Thorsten - he has already done quite > some work on implementing some Sma

Re: [Libreoffice] Cherry-pick request for libreoffice-3-4-4

2011-10-26 Thread Jesús Corrius
> Hello good people, > > Could 2 additional people OK this for inclusion in libreoffice-3-4-4 branch? > > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=b1e37e258351a51556d4128d08768edd8fd05d3d > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice

[Libreoffice] Cherry-pick request for libreoffice-3-4-4

2011-10-26 Thread Fridrich Strba
Hello good people, Could 2 additional people OK this for inclusion in libreoffice-3-4-4 branch? http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=b1e37e258351a51556d4128d08768edd8fd05d3d http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=7c

Re: [Libreoffice] FillStyle and LineStyle for Math-objects

2011-10-26 Thread Thorsten Behrens
Regina Henschel wrote: > I want to draw your attention to the work of Armin Le Grand [1]. He > has developed, that graphic properties like filling and rotation now > work on OLE-objects too. > Hi Regina, thanks for flagging this - I'll poke Armin and look into this. Cheers, -- Thorsten pgp2aU9

Re: [Libreoffice] [REVIEW-3-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-26 Thread Thorsten Behrens
Michael Stahl wrote: > looks good to me; except that i cannot see in SwGrfNode::MakeCopy > where the aGraphicURL is permanently set at the newly created node > like it is in SwGrfNode::ImportGraphic via SetUserData; does it work > without this? > Yes, but it might still be a good idea - was just a

Re: [Libreoffice] SmART Gallery as integrated part of LibreOffice core

2011-10-26 Thread Michael Meeks
On Tue, 2011-10-25 at 22:50 +0200, Kálmán „KAMI” Szalai wrote: > We (my friend Tibusz and me) are thinking about to integrate SmART into > LibreOffice suite. I hope you saw the ligtning talk about SmART. What > you think about this extension ? It captures a really valuable missing piece o

Re: [Libreoffice] [PATCH] Frac function in calc/BASIC

2011-10-26 Thread Thorsten Behrens
Eike Rathke wrote: > Yep, we're already doing that for some functions, see > formula/source/core/resource/core_resource.src section > RID_STRLIST_FUNCTION_NAMES_ENGLISH_ODFF where we have several > ORG.OPENOFFICE.* and even one COM.MICROSOFT.BAHTTEXT > Ah cool, wasn't aware - added some placeholde

Re: [Libreoffice] SmART Gallery as integrated part of LibreOffice core

2011-10-26 Thread Michael Meeks
On Wed, 2011-10-26 at 08:39 +0200, Stephan Bergmann wrote: > Just a blunt question: Why not keep it as an extension, if that already > works fine? Could be a pre-installed one (in an extra package with a > Java dependency, for those package distributions that choose to do so). We are

Re: [Libreoffice] [REVIEW-3-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-26 Thread Michael Stahl
On 25/10/11 22:33, Thorsten Behrens wrote: it seems, though the filter is there, we don't read .svg files from the Pictures stream inside the odf zip container. Easy fix attached, could someone please review& commit to -3-4? And one more of that kind - Writer has its own implementation, needin

Re: [Libreoffice] [REVIEW-3-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-26 Thread Noel Power
On 26/10/11 09:39, Petr Mladek wrote: Thorsten Behrens píše v Út 25. 10. 2011 v 22:33 +0200: We still could get it into 3.4.4-rc2 if we get 3 approvals. 1 more approval from me at least ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] question .Programation in LibreOffice

2011-10-26 Thread Michael Meeks
Hi Mariano, On Tue, 2011-10-25 at 17:13 -0300, mariano gaudix wrote: > apologize for my question .. the user interface (graphical > interfaces) in LibreOffice. It is written in gtkmm (gtkmm = c + + in > GNOME). Or is written in C + + standard ... Of course, the best way to

Re: [Libreoffice] [REVIEW-3-4] Fix fdo#41995 fallout - recognize .svg in odf container

2011-10-26 Thread Petr Mladek
Thorsten Behrens píše v Út 25. 10. 2011 v 22:33 +0200: > > it seems, though the filter is there, we don't read .svg files from > > the Pictures stream inside the odf zip container. Easy fix attached, > > could someone please review & commit to -3-4? > > > And one more of that kind - Writer has its

Re: [Libreoffice] Photos from the conference

2011-10-26 Thread Radek Doulik
On Thu, 2011-10-20 at 14:16 +0200, Radek Doulík wrote: > On Wed, 2011-10-19 at 21:23 +0200, Radek Doulík wrote: > > Hi all, > > > > I have put my photos from the LibOCon on the web. These are from Tuesday > > and Wednesday. I will add more of them later. > > > > http://naplatno.cz/libocon2011-day

[Libreoffice] Integrating EuroOffice Extension Creator into LibreOffice SDK

2011-10-26 Thread Kálmán „KAMI” Szalai
Hi, EuroOffice Extension Creator is a LGPLv3 licensed Python language framework for easy extension development. Our Barcode extension also uses it. What about to integrate EOEC to LibreOffice SDK? It would be useful for Python extension developers. Easy to start, easy to develop: http://www.