Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Lionel Elie Mamane
On Tue, Aug 23, 2011 at 07:48:19AM +0200, Lionel Elie Mamane wrote: > On Mon, Aug 22, 2011 at 07:06:59PM -0400, Kohei Yoshida wrote: >> BTW, how do you plan to use that m_bFireEvent data member to decide to >> skip or fire events in OPropertySetHelper::fire() ? The method that >> needs to be infl

Re: [Libreoffice] LibreOffice Java API

2011-08-22 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 10:38:21PM -0300, Paulo Ortolan wrote: > Hi, there > >I have to do something uncommon on Libre Office calc and it's not > just something that a macro can do. I decided to use Libre Office Java API > and I can't find anyway a help on how to integrate them. Do you hav

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 07:06:59PM -0400, Kohei Yoshida wrote: > On Mon, 2011-08-22 at 18:18 +0200, Lionel Elie Mamane wrote: >> class OPropertySetHelperFireEventOption : public OPropertySetHelper, >> public >> ::com::sun::star::beans::XPropertySetOptions

Re: [Libreoffice] No Edit entry in context menu of a chart: bug or intentional ?

2011-08-22 Thread Jean-Baptiste Faure
Le 03/08/2011 12:29, Caolán McNamara a écrit : > On Tue, 2011-06-21 at 22:07 +0200, Jean-Baptiste Faure wrote: >> Hi all, >> >> In LibO 3.4.1 rc1 the context menu of a chart inserted in a speadsheet >> does not show the menu entry Edit as it does in LibO 3.3.x. In addition, >> the menu Edit > Objec

[Libreoffice] [PATCH] Remove an unused perl module

2011-08-22 Thread Jordan Ayers
Another one related to fdo#39747. The file solenv/bin/modules/installer/configuration.pm isn't used at all currently. (I see that it was used for a while back in 2004 by make_installer.pl.) This patch drops the file. LGPLv3+/MPL Jordan Ayers From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon Se

[Libreoffice] [PATCH] Remove unused globals from make_installer.pl

2011-08-22 Thread Jordan Ayers
Another minor cleanup, related to fdo#39747. -Removing some completely unused global variables. -Removing the $exiter exit handling function hook (nothing exists which could assign it a function reference). -Demoting $packjobref to a local variable in make_installer.pl (only mentioned twice; a glo

[Libreoffice] LibreOffice Java API

2011-08-22 Thread Paulo Ortolan
Hi, there I have to do something uncommon on Libre Office calc and it's not just something that a macro can do. I decided to use Libre Office Java API and I can't find anyway a help on how to integrate them. Do you have some tutorial, guide or URL that's reliable to kickstart this? T

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 19:06 -0400, Kohei Yoshida wrote: > BTW, how do you plan to use that m_bFireEvent data member to decide to > skip or fire events in OPropertySetHelper::fire() ? The method that > needs to be influenced by that boolean is still in the > OPropertySetHelper. Actually, if this

[Libreoffice] Build break in module basic

2011-08-22 Thread Regina Henschel
Hi all, I get a build break in module basic. I use cygwin on WinXp with MSVC 2008 Express. Error logs are in http://libreoffice.pastebin.ca/2077749 http://libreoffice.pastebin.ca/2077743 (I hope they are still there.) In IRC erAck guesses, that the reason might be blanks in the pathes and mis

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Kohei Yoshida
Hi Lionel, On Mon, 2011-08-22 at 18:18 +0200, Lionel Elie Mamane wrote: > class OPropertySetHelperFireEventOption : public OPropertySetHelper, > > public ::com::sun::star::beans::XPropertySetOptions > { > bool m_bFireEvent; > public: > (...) > virtual void SAL_CALL enableChangeListenerNot

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 23:53 +0200, Eike Rathke wrote: > There may be a way out of it: _append_ the new virtual function after > all existing. This works only though if new code using it is not mixed > with old implementation. Old code using the new implementation > shouldn't see a problem as it exp

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Eike Rathke
Hi Kohei, On Monday, 2011-08-22 15:30:04 -0400, Kohei Yoshida wrote: > On Mon, 2011-08-22 at 20:52 +0200, Eike Rathke wrote: > > This is why API marked as published shall not be changed after a > > release > > and you see all the XName2 derived from XName and so on. > > Sure. But we are talkin

[Libreoffice] build errors on Ubuntu

2011-08-22 Thread Cor Nouws
Hi, Pulled this afternoon. Build successful (Build ID: 117281b-4eb4f62-260b7c1) but only after two interruptions: ERROR: error 65280 occurred while making /home/cono/src/git/libo_core/rsc/prj ERROR: error 65280 occurred while making /home/cono/src/git/libo_core/xmloff/prj I do have a full

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-22 Thread Francois Tigeot
On Mon, Aug 22, 2011 at 04:58:37PM -0400, Kohei Yoshida wrote: > On Mon, 2011-08-22 at 22:47 +0200, Francois Tigeot wrote: > > > > Are we sure that all supported *ixes have CUPS available nowadays? > > > > Pretty much. CUPS runs on AIX, the five *BSDs and Linux. > > What about Windows? > I just

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 22:47 +0200, Francois Tigeot wrote: > > Are we sure that all supported *ixes have CUPS available nowadays? > > Pretty much. CUPS runs on AIX, the five *BSDs and Linux. What about Windows? I just got the configure failure not finding CUPS on Windows. Kohei -- Kohei Yoshi

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-22 Thread Francois Tigeot
Hi Eike, On Mon, Aug 22, 2011 at 09:50:13PM +0200, Eike Rathke wrote: > > On Sunday, 2011-08-21 20:53:14 +0200, Francois Tigeot wrote: > > > There is still some old (and broken) code to try to print with something > > else than CUPS on Unix systems. > > Are we sure that all supported *ixes have

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 07:12:55PM +0200, Petr Mladek wrote: > Caolán McNamara píše v Po 22. 08. 2011 v 11:00 +0100: >> On Mon, 2011-08-22 at 11:36 +0200, Tomáš Chvátal wrote: >>> Should apply to master, worth backporting to 3.4. >> I've hacked around this with... >> echo "import sys, os" > uno.p

Re: [Libreoffice] Restoring the slide names in the Slide pane? (was: slide names in Slide pane Impress)

2011-08-22 Thread Christoph Noack
Hi Thorsten, thanks for the pointer! Am Montag, den 22.08.2011, 17:56 +0200 schrieb Thorsten Behrens: > Cor Nouws wrote: [...] > > Apart from /besides the ideas and questions above, I think it is > > important to ask the UX list about their ideas. > > > Well I guess that cannot harm, presumably

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 15:42 -0400, Kohei Yoshida wrote: > On Mon, 2011-08-22 at 18:18 +0200, Lionel Elie Mamane wrote: > > If people agree that this would be the way to go, I'll prepare a patch > > that does that; I'm also looking for a better class name than > > OPropertySetHelperFireEventOption :

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-22 Thread Eike Rathke
Hi Francois, On Sunday, 2011-08-21 20:53:14 +0200, Francois Tigeot wrote: > There is still some old (and broken) code to try to print with something > else than CUPS on Unix systems. Are we sure that all supported *ixes have CUPS available nowadays? Eike -- PGP/OpenPGP/GnuPG encrypted mail

Re: [Libreoffice] [PATCH] BUG 36594

2011-08-22 Thread Eike Rathke
Hi Jenei, On Sunday, 2011-08-21 14:59:26 +0200, Jenei Gábor wrote: > +::rtl::OUStringBuffer sTemp; Construct the buffer with a sufficient capacity beforehand so no memory allocation needs to be done in between: ::rtl::OUStringBuffer sTemp( nQueryLen); > [...] > +return (::rtl::O

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 18:18 +0200, Lionel Elie Mamane wrote: > If people agree that this would be the way to go, I'll prepare a patch > that does that; I'm also looking for a better class name than > OPropertySetHelperFireEventOption :) Let's just call it OPropertySethelper2. We may still change

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 20:52 +0200, Eike Rathke wrote: > This is why API marked as published shall not be changed after a > release > and you see all the XName2 derived from XName and so on. Sure. But we are talking about the concrete implementation of the API, not the API itself. So, in that se

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Eike Rathke
Hi Lionel, On Sunday, 2011-08-21 01:54:17 +0200, Lionel Elie Mamane wrote: > >From the second (later) commit log message, you intended to preserve > ABI, but I get the impressions ABI backwards compatibility is still > broken in a different way by the addition of > > virtual void SAL_CALL en

Re: [Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Cato Auestad
On Mon, Aug 22, 2011 at 7:24 PM, Tor Lillqvist wrote: > Ah. But we don't want to use some *interactive* tool to modify the installer, > when we build the installer from *source* (well, not "source code" in the > sense of programming language, but data) programmatically. If this is what we > wan

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-22 Thread Eike Rathke
Hi, On Monday, 2011-08-22 14:46:57 +0200, Jan Holesovsky wrote: > > The cleanest solution (to me) is to have icu produce icui18n.lib > > instead of icuin.lib, but I'm guessing there is a reason why MSVC > > generates icuin.lib with the '18' stripped out? > > Even the up-stream icu produces icuin

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-22 Thread Francois Tigeot
On Mon, Aug 22, 2011 at 07:20:24PM +0200, Rene Engelhard wrote: > On Mon, Aug 22, 2011 at 08:29:12AM +0200, Francois Tigeot wrote: > > On Sun, Aug 21, 2011 at 10:50:43PM +0200, Rene Engelhard wrote: > > > On Sun, Aug 21, 2011 at 08:53:14PM +0200, Francois Tigeot wrote: > > > > Right, I may have be

Re: [Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Tor Lillqvist
> I work daily with creating and modifying installer packages (msi's) on > the Windows platform for deployment, and that sounds like a really > hard way to do it. 2.3k lines of code to create an MSI. Oh, it is a lot more than 2.3 kloc... most of the Perl code is in the modules in solenv/bin/modul

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-22 Thread Rene Engelhard
On Mon, Aug 22, 2011 at 08:29:12AM +0200, Francois Tigeot wrote: > On Sun, Aug 21, 2011 at 10:50:43PM +0200, Rene Engelhard wrote: > > On Sun, Aug 21, 2011 at 08:53:14PM +0200, Francois Tigeot wrote: > > > -dnl check for cups support > > > -dnl ==

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Petr Mladek
Caolán McNamara píše v Po 22. 08. 2011 v 11:00 +0100: > On Mon, 2011-08-22 at 11:36 +0200, Tomáš Chvátal wrote: > > Should apply to master, worth backporting to 3.4. > > I've hacked around this with... > > echo "import sys, os" > uno.py > echo "sys.path.append('%{basisinstdir}/program')" >> uno.p

[Libreoffice] [GSoC] [rtfimport] final report

2011-08-22 Thread Miklos Vajna
Hi, Last week starts here: http://cgit.freedesktop.org/~vmiklos/lo-gsoc/tree/README#n1390 In short, it was about: - implemented text frames - enabled the new rtf tokenizer in master in non-experimental mode - wrote up a summary on new features: http://people.freedesktop.org/~vmiklos/gsoc2011-n

Re: [Libreoffice] [PATCH] produce smaller .res files with the resource compiler

2011-08-22 Thread Andras Timar
Hi Michael, 2011.08.01. 19:10 keltezéssel, Michael Meeks írta: > > I think this is more like what you want to be doing. We would > want to remove the code that dumps this table in tools/ - it seems > to be only enabled as DBG_UTIL - and (as you say) seems to be unused. In fact I wanted to

Re: [Libreoffice] [GSoC 2011][svgexport] weekly report #13

2011-08-22 Thread Thorsten Behrens
Marco wrote: > I attached a new patch set: > The embedded script now includes detailed license notices: > the source code has been partitioned in separated parts according to the > license the code is subject to. > > Fixed two bugs: > - the page number placeholder field was not exported correctly

Re: [Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Cato Auestad
On Mon, Aug 22, 2011 at 5:49 PM, Tor Lillqvist wrote: > Hmm, OK, so it isn't a relational database like .msi files. The way I understood it, it is a chunk of XML but I might be wrong. It's not a subject I have researched a lot. > They are created from .idt files (textual source/dump format for t

[Libreoffice] partial build and make dev-install

2011-08-22 Thread Lionel Elie Mamane
Hi, I just got bitten by the fact that: make make dev-install #change things in cppuhelper/ cd cppuhelper build Does not make the libreoffice in ./install use the new changed code; is this to be considered a bug, or are some modules on purpose not symlinked but copied in a dev-install for s

Re: [Libreoffice] cppu::OPropertySetHelper ABI backwards compatibility

2011-08-22 Thread Lionel Elie Mamane
On Sun, Aug 21, 2011 at 12:08:23PM +0200, Lionel Elie Mamane wrote: > On Sun, Aug 21, 2011 at 01:54:17AM +0200, Lionel Elie Mamane wrote: >> 11207ae93191fb966676423e6d377c8292a8cf0b >> Make XPropertSet2 not a child interface of XPropertySet. >> This is to preserve ABI backward compatibili

[Libreoffice] buglet in 1ec7b6a4 (?)

2011-08-22 Thread Tom Tromey
Commit 1ec7b6a4 changed autogen.sh to create autogen.lastrun only if some arguments were provided when invoking autogen.sh. However, Makefile still has: Makefile: autogen.lastrun configure.in ooo.lst.in set_soenv.in Makefile.in ./autogen.sh This means that my build fails with: $ make ma

[Libreoffice] gcc/g++ compilation issue in desktop/splash

2011-08-22 Thread Kevin Hunter
Hi Folks, I haven't seen a fix go by, and have seen nothing mentioned on the list regarding building the splash part of desktop, but I'm having an issue that appears to be solved by switching to g++ instead of gcc: - $ cd desktop $ build [...snip...] Entering /home/kevin/devel/libreoffi

Re: [Libreoffice] [PUSHED][REVIEW] Cherry-pick in 3.4.2?

2011-08-22 Thread Petr Mladek
Caolán McNamara píše v Po 22. 08. 2011 v 15:00 +0100: > On Wed, 2011-08-17 at 14:03 +0200, Cedric Bosdonnat wrote: > > Ok, after some details on the list, this is an additional fix for this > > and Lubos' comment: > > Aggregated the various fixes together, and pushed complete work as > http://cgit

Re: [Libreoffice] [PUSHED] Re: [PATCH] typo in (private) member name

2011-08-22 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 03:25:18PM +0200, Jan Holesovsky wrote: > On 2011-08-14 at 17:11 +0200, Lionel Elie Mamane wrote: >> Patch attached. > Just marking it [PUSHED] - somebody has done that already :-) Yes, Norbert did, and marked it PUSHED, albeit not in *front* of the subject line, but mor

[Libreoffice] [META] nitpicking on cherry-picking review rules

2011-08-22 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 02:24:09PM +0200, Jan Holesovsky wrote: > On 2011-08-21 at 08:36 +0200, Lionel Elie Mamane wrote: >> I'm unsure whether the acks needed for cherrypick are "any committer" >> or a more restricted group, but in case it is the former: I agree that >> commit 03e9161e2eca9d389d7

Re: [Libreoffice] Restoring the slide names in the Slide pane? (was: slide names in Slide pane Impress)

2011-08-22 Thread Thorsten Behrens
Cor Nouws wrote: > ( Maybe something that I could take a look at ...?) > Cool, looking forward to your patches! ;) > Apart from /besides the ideas and questions above, I think it is > important to ask the UX list about their ideas. > Well I guess that cannot harm, presumably the removal of the t

Re: [Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Tor Lillqvist
> There isn't really any other source files than the transform itself. > The transform is an encoded XML file Hmm, OK, so it isn't a relational database like .msi files. > and I don't know of a way to > decompile it. There are some tools that can decompile Windows > Installer files but not tran

Re: [Libreoffice] [REVIEW] Patch for #36800: "Find & replace" does not search single cell

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 09:13 -0400, Kohei Yoshida wrote: > > Your patch remove only the first nCol--. It looks a bit asymmetric. Of > > course, it might be correct but... > > I had already commented in bugzilla, but the patch not only breaks the > symmetry it changes the expected behavior. So, it

Re: [Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-22 Thread Kohei Yoshida
Hi Anurag, On Sat, 2011-08-20 at 23:16 +0530, Anurag Jain wrote: > Hello Kohei, > > I've Worked around ScrollBar and Made it appear. But still not able to > get the event handling thing working. Also I've improved some previous > code which handles sizing and positioning of button and other > con

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

2011-08-22 Thread Jan Holesovsky
Hi Honza, So we have some proof-of-concept LTO work pushed to the LibreOffice repository - care to have a look & try it how it copes with your changes in gcc etc.? ;-) git clone git://anongit.freedesktop.org/libreoffice/core sudo zypper si -d libreoffice-bootstrap ./autogen.sh --enable-lto make m

Re: [Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Cato Auestad
On Mon, Aug 22, 2011 at 2:45 PM, Tor Lillqvist wrote: > It was I who initially came up with the EasyHack back when they were still in > the Wiki. I didn't really have any specific solution in mind. All I knew was > that the current way to do an end-user machine installation from an > "administr

Re: [Libreoffice] localization of officecfg is broken in master

2011-08-22 Thread Andras Timar
Hi Michael, 2011/8/22 Michael Stahl : > On 22.08.2011 12:31, Andras Timar wrote: >> Hi, >> >> I was away in the last two weeks and I don't know, if it is a known >> issue. officecfg module was gbuildified and now the translations are >> not merged into the xcu files. >> >> Andras > > the reason wh

[Libreoffice] REMINDER: Release 3.4.3-rc2 from libreoffice-3-4-3 branch

2011-08-22 Thread Petr Mladek
Hi, please note that the commit deadline for 3.4.3-rc2 is today, August 22, 2011. It will be used as LO-3.4.3 final if no blocker is reported. See also http://wiki.documentfoundation.org/ReleasePlan#3.4_release http://wiki.documentfoundation.org/Release_Criteria http://wiki.documentfoundation.org

[Libreoffice] [PUSHED][PATCH] servicefactory.cxx build error

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 16:07 +0200, Jenei Gábor wrote: > Hello, > > While compiling debug version I found an error in servicefactory.cxx, it > uses fprintf without include,so C++ does not know about fprintf. Here is > a patch to resolve the issue, please put it to git. Yup, this is in a higher-t

Re: [Libreoffice] [GSoC 2011][svgexport] weekly report #13

2011-08-22 Thread Thorsten Behrens
Marco wrote: > == porting/adapting == > ... > > == implemented == > ... > > == available effects == > Entrance:Appear, Fly in, Zoom, Fade in, Fade in and Zoom > Emphasis:Change Fill Color, Change Line Color, Darken, > Desaturate, Lighten > Exit:Disappear, Fly out, Zoom, Fade out,

[Libreoffice] [PATCH] servicefactory.cxx build error

2011-08-22 Thread Jenei Gábor
Hello, While compiling debug version I found an error in servicefactory.cxx, it uses fprintf without include,so C++ does not know about fprintf. Here is a patch to resolve the issue, please put it to git. thanks: Gabor >From 1ea5796bbb53ae90cde8099d0676475cd7083db3 Mon Sep 17 00:00:00 2001 F

[Libreoffice] [PUSHED][REVIEW] Cherry-pick in 3.4.2?

2011-08-22 Thread Caolán McNamara
On Wed, 2011-08-17 at 14:03 +0200, Cedric Bosdonnat wrote: > Ok, after some details on the list, this is an additional fix for this > and Lubos' comment: Aggregated the various fixes together, and pushed complete work as http://cgit.freedesktop.org/libreoffice/libs-core/commit/?h=libreoffice-3-4&i

[Libreoffice] [PUSHED] Re: [PATCH] typo in (private) member name

2011-08-22 Thread Jan Holesovsky
Hi Lionel, On 2011-08-14 at 17:11 +0200, Lionel Elie Mamane wrote: > Patch attached. Just marking it [PUSHED] - somebody has done that already :-) Thank you! Kendy ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskto

Re: [Libreoffice] [REVIEW] Patch for #36800: "Find & replace" does not search single cell

2011-08-22 Thread Kohei Yoshida
On Mon, 2011-08-22 at 14:49 +0200, Petr Mladek wrote: > I did a quick look and the patch looks suspicious to me. The code is > like: > > if > if > nCol--; > else > nRow--; > fi > else > if > nCol++; > else > nRow++; > fi > > Your patch remove only th

Re: [Libreoffice] [PUSHED] - cherrypick to 3.4.3 Base fdo#40079 "file / save (as)" inoperant

2011-08-22 Thread Petr Mladek
Noel Power píše v St 17. 08. 2011 v 14:12 +0100: > On 15/08/11 13:10, Lionel Elie Mamane wrote: > > I've committed the patch to the 3.4 branch ( and master ), I've changed > the subject to cherry-pick to 3.4.2 as this issue causes data loss and > as such I think should go into the branch. Huh,

Re: [Libreoffice] Build from master failing on MacOSX in svx with globlmn.hrc

2011-08-22 Thread Alexander Thurgood
Hi Caolàn, Le 22/08/11 14:50, Caolán McNamara a écrit : > Slice and dice it down to see what the reproducer thing is, e.g. drop > -ext-foo's and see if its one of them, drop the mysql connector etc. C. That's what I'm doing right now :-)), but when I corrected the file as I indicated the first t

[Libreoffice] [GSoC] bigger libraries

2011-08-22 Thread Matúš Kukan
Hi, Now sending patch for enabling bigger library in gbuild. Unfortunately the modules have to be in tail_build and there is nothing to merge now. Only uui. Hopefully it will be soon better although I don't know who is/will be working on gbuildification. How to call it in configure? what should b

Re: [Libreoffice] localization of officecfg is broken in master

2011-08-22 Thread Michael Stahl
On 22.08.2011 12:31, Andras Timar wrote: > Hi, > > I was away in the last two weeks and I don't know, if it is a known > issue. officecfg module was gbuildified and now the translations are > not merged into the xcu files. > > Andras the reason why this works in OOo and not in LO is that apparen

Re: [Libreoffice] Get rid of unused direct dependencies

2011-08-22 Thread Michael Meeks
Hi Peter, On Sat, 2011-08-20 at 18:18 +0200, Péter Rabi wrote: > I'm interested in your opinion about the following problem of mine: :-) > There are probably libraries and executables in LibO that are > dynamically linked to libraries that they do not use. Ok ? > I wrote some c

Re: [Libreoffice] [REVIEWED][PUSHED:3-4] fdo#39348 checking grammar button deletes sentence

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 14:33 +0200, Petr Mladek wrote: > Caolán McNamara píše v Po 22. 08. 2011 v 11:47 +0100: > > suggested fix, possible 3-4 candidate. Make "SpellDialog::Impl_Restore" > > re-read the current sentence the same way as SPELLUNDO_UNDO_EDIT_MODE > > does. > > > > http://cgit.freedesk

Re: [Libreoffice] Build from master failing on MacOSX in svx with globlmn.hrc

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 14:41 +0200, Alexander Thurgood wrote: > Le 05/07/11 17:14, Caolán McNamara a écrit : > > This is still failing for me, even after a complete delete and reclone. > > Autogen options : > > ./autogen.sh 'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0' --with-max-jobs=4 > --with-num-c

Re: [Libreoffice] [REVIEW] Patch for #36800: "Find & replace" does not search single cell

2011-08-22 Thread Petr Mladek
Hi Kohei, Marcus, could you please have a look. Nguyen Vu Hung píše v St 17. 08. 2011 v 11:05 +0700: > Hello all, > > mhst has done the patch for #36800 which turns out to be an one-line fix. > > Can anyone take a look at this and commit to the 3.4.x? > > cf. > The bug: https://bugs.freedeskto

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-22 Thread Jan Holesovsky
Hi Kohei, On 2011-08-20 at 10:33 -0400, Kohei Yoshida wrote: > The cleanest solution (to me) is to have icu produce icui18n.lib > instead of icuin.lib, but I'm guessing there is a reason why MSVC > generates icuin.lib with the '18' stripped out? Even the up-stream icu produces icuin.* when build

Re: [Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Tor Lillqvist
> I have now created a transform that disables all languages except for > english and let's you define more languages like so: > > msiexec /i libreoffice33.msi TRANSFORMS="libreoffice33.mst" > NORWEGIAN=1 DANISH=1 SWEDISH=1 ... etc. > I am only wondering if this is how the initial bug reporter en

Re: [Libreoffice] Build from master failing on MacOSX in svx with globlmn.hrc

2011-08-22 Thread Alexander Thurgood
Le 05/07/11 17:14, Caolán McNamara a écrit : This is still failing for me, even after a complete delete and reclone. Autogen options : ./autogen.sh 'CC=ccache gcc-4.0' 'CXX=ccache g++-4.0' --with-max-jobs=4 --with-num-cpus=2 --with-lang="en-US" --with-distro="LibreOfficeMacOSX" --enable-python=a

Re: [Libreoffice] [REVIEWED][PUSHED:3-4] fdo#39348 checking grammar button deletes sentence

2011-08-22 Thread Petr Mladek
Caolán McNamara píše v Po 22. 08. 2011 v 11:47 +0100: > suggested fix, possible 3-4 candidate. Make "SpellDialog::Impl_Restore" > re-read the current sentence the same way as SPELLUNDO_UNDO_EDIT_MODE > does. > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=63eef1c1cf203aa75093b479a1e8dd

Re: [Libreoffice] [PATCH] avmedia.jar unused?

2011-08-22 Thread Michael Meeks
On Mon, 2011-08-22 at 13:28 +0200, Matúš Kukan wrote: > How could I know avmedia.jar is used somewhere ? The consensus on IRC from Mac/Win/Linux was that this is an anachronism, that didn't work well anyway - and we're much better off with a pure-native-platform play here anyway: DirectX,

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

2011-08-22 Thread Matúš Kukan
On 22 August 2011 13:22, Michael Meeks wrote: > Hi Matus, > > On Sat, 2011-08-20 at 23:04 +0200, Matúš Kukan wrote: >> I created patch, which allows link-time optimization (--enable-lto) >> for shared libraries, you need at least gcc-4.5 (I'm not checking for >> version in configure). > >        P

[Libreoffice] Bug 38882 - [EasyHack] Make it easier to select/deselect UI languages in the Windows installer

2011-08-22 Thread Cato Auestad
Hi, A bug was submitted regarding how the Windows Installer for LibreOffice deals with international settings during installation. I have now created a transform that disables all languages except for english and let's you define more languages like so: msiexec /i libreoffice33.msi TRANSFORMS="l

Re: [Libreoffice] [REVIEW] - cherrypick to 3.4.3 Base fdo#40079 "file / save (as)" inoperant

2011-08-22 Thread Jan Holesovsky
Hi Lionel, On 2011-08-21 at 08:36 +0200, Lionel Elie Mamane wrote: > I'm unsure whether the acks needed for cherrypick are "any committer" > or a more restricted group, but in case it is the former: I agree that > commit 03e9161e2eca9d389d7ce419495538c31f6aed31 is worthwhile to > cherrypick for 3

Re: [Libreoffice] [PATCH] avmedia.jar unused?

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 13:28 +0200, Matúš Kukan wrote: > Could the attached patch be pushed? Almost certainly, yes. Its *incredibly* difficult to setup and use the avmedia java backend and the gstreamer one supersedes it in practice under Unix platforms. C. __

[Libreoffice] Испoльзование иностранных юpиcдикций

2011-08-22 Thread Защитa бизнеса
- |Иcпользование иноcтранных юpисдикций | |для выxодa укpаинских компaний нa IPO, | |минимизaции нaлoгoобложения| |и зaщиты бизнeса | - > г. Kиeв, ул. Гopь

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

2011-08-22 Thread Jan Holesovsky
Hi Julien, On 2011-08-21 at 15:01 +0200, Julien Nabet wrote: > I'm working on Easyhack 37007. I don't understand how are defined the > values of RID_XXX starmath/inc/starmath.hrc. First, I thought it was > Unicode but it's not. Any idea ? No, the RID_XXX values are resource ID's. Usually, whe

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Tomáš Chvátal
Dne 22.8.2011 12:18, Michael Meeks napsal(a): On Mon, 2011-08-22 at 11:00 +0100, Caolán McNamara wrote: a) do we need the PYTHONPATH hack in soffice.sh, I seem to be able to get away without it ? On my slow motion mission to kill the shell-piece of LibreOffice startup completely, I'm no

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

2011-08-22 Thread Michael Meeks
Hi Matus, On Sat, 2011-08-20 at 23:04 +0200, Matúš Kukan wrote: > I created patch, which allows link-time optimization (--enable-lto) > for shared libraries, you need at least gcc-4.5 (I'm not checking for > version in configure). Patch looks great to me :-) > I don't know what should I

Re: [Libreoffice] slide names in Slide pane Impress

2011-08-22 Thread Cor Nouws
Hi Christian, Christian Dywan wrote (22-08-11 11:19) I would suggest you don't mix up a regression with new features. The bug you mentioned is a regression, it worked until 3.3.1.2 at least. Well, the change in 3.4.0 was made by design. There are more changes that visible on the screenshot (

[Libreoffice] [REVIEW] fdo#39348 checking grammar button deletes sentence

2011-08-22 Thread Caolán McNamara
suggested fix, possible 3-4 candidate. Make "SpellDialog::Impl_Restore" re-read the current sentence the same way as SPELLUNDO_UNDO_EDIT_MODE does. http://cgit.freedesktop.org/libreoffice/core/commit/?id=63eef1c1cf203aa75093b479a1e8dd24593546e7&context=24 C. _

[Libreoffice] localization of officecfg is broken in master

2011-08-22 Thread Andras Timar
Hi, I was away in the last two weeks and I don't know, if it is a known issue. officecfg module was gbuildified and now the translations are not merged into the xcu files. Andras ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://list

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Michael Meeks
On Mon, 2011-08-22 at 03:46 -0600, Tor Lillqvist wrote: > I wonder if we should just move the oowintool code into configure.in? > Sure, oowintool is Perl and configure.in is shell, but oowintool isn't > that extremely perlish Perl, it would be relatively simple to > implement its logic in shell cod

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Michael Meeks
On Mon, 2011-08-22 at 11:00 +0100, Caolán McNamara wrote: > a) do we need the PYTHONPATH hack in soffice.sh, I seem to be able to > get away without it ? On my slow motion mission to kill the shell-piece of LibreOffice startup completely, I'm not a huge fan of yet more going into there, u

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 11:36 +0200, Tomáš Chvátal wrote: > Should apply to master, worth backporting to 3.4. I've hacked around this with... echo "import sys, os" > uno.py echo "sys.path.append('%{basisinstdir}/program')" >> uno.py echo "os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname: %{baseins

Re: [Libreoffice] Git tags: why not "3.3.4-rc2" instead of "3.3.4.2"

2011-08-22 Thread Petr Mladek
Gioele Barabucci píše v St 17. 08. 2011 v 12:27 +0200: > Hello, > > I was wondering why the git tags are named `3.3.4.2` for 3.3.4-rc2 > instead of the more natural `3.3.4-rc2` or the more common `v3.3.4-rc2`. > I am used to see 3.3.4.2 as the second bugfix release for 3.3.4, or, in > more math

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Tor Lillqvist
> Attached was my hack-around "fix" for the problem I had, which might be > the same fundamental problem. Hmm, I know you say it's just a hack-around, but in general, I am not sure I like the idea of doing similar stuff as oowintool does (i.e. read the Registry through its Cygwin /proc/registry

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Caolán McNamara
On Mon, 2011-08-22 at 02:11 -0600, Tor Lillqvist wrote: > I build LO on Windows Server 2008R2 (i.e. the server version of Windows > 7, 64-bit). I have the Windows SDK 7.0 installed in its default > location(s), i.e. in C:\Program Files\Microsoft SDKs\Windows\v7.0 > *and* C:\Program Files (x86)\M

[Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Tomáš Chvátal
Should apply to master, worth backporting to 3.4. >From 4e5cc18d29501bd6b8c46f6586ae2c47945a0d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Aug 2011 11:29:44 +0200 Subject: [PATCH] Try to make pyuno work with system python. MIME-Version: 1.0 Content-Ty

Re: [Libreoffice] Naming clash on icuin.lib on Windows build

2011-08-22 Thread Caolán McNamara
On Sat, 2011-08-20 at 10:33 -0400, Kohei Yoshida wrote: > After many hours of hair-pulling investigation, I've come to find out > that both icu and cui modules produce a static library named > "icuin.lib" Ah, excellent. I'd been baffled by that a load of times. I could never see what the problem i

Re: [Libreoffice] Are these wmf files real malware or just antivirus false positive?

2011-08-22 Thread Caolán McNamara
On Sun, 2011-08-21 at 10:59 +0700, Korrawit Pruegsanusak wrote: > I found that you have committed these files, so I write to ask you > that: is it false positive of antivirus? They undoubtedly have the same signature/header bytes that the virus-checkers/malware scanners search for. If its a big de

Re: [Libreoffice] slide names in Slide pane Impress

2011-08-22 Thread Christian Dywan
Le 21/08/2011 18:11, Cor Nouws a écrit : Hi Thorsten, I was thinking about this issue https://bugs.freedesktop.org/show_bug.cgi?id=37654 as a possible easy hack. ( Maybe something that I could take a look at ...?) I expect that the next approach would do: – shrink the slide preview in the slide

Re: [Libreoffice] Merging old tags

2011-08-22 Thread Bjoern Michaelsen
On Mon, 22 Aug 2011 10:53:25 +0200 Petr Mladek wrote: > libreoffice-3.3.* are missing in the "translation" repo because we > used "l10n repo for LO-3.3. Is this the problem? Or are the tags > missing in more repositories? They are missing in core for all repos but bootstrap mostly. The cause is

Re: [Libreoffice] Merging old tags

2011-08-22 Thread Petr Mladek
Bjoern Michaelsen píše v Ne 21. 08. 2011 v 02:35 +0200: > It could do even more, but it seems the following tags: > DEV300_m32-64 > libreoffice-3.3.0.4 > libreoffice-3.3.1.1 > libreoffice-3.3.1.2 > libreoffice-3.3.3.1 > libreoffice-3.3.4.1 > OOO310_m2-19 >

Re: [Libreoffice] [PATCH] Base fdo#40079 "file / save (as)" inoperant

2011-08-22 Thread Noel Power
On 20/08/11 17:32, Lionel Elie Mamane wrote: I'd rather we fix*that* separate bug cleanly; after all, other exceptions may by thrown during a save. That commit is only in master (not libreoffice-3-4) anyway, so we have breathing space. > it appears the exception here isn't really handled, I t

Re: [Libreoffice] Newbie question: Windows SDK exact path

2011-08-22 Thread Tor Lillqvist
I build LO on Windows Server 2008R2 (i.e. the server version of Windows 7, 64-bit). I have the Windows SDK 7.0 installed in its default location(s), i.e. in C:\Program Files\Microsoft SDKs\Windows\v7.0 *and* C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A , with some overlap, partly same fil