Re: [Libreoffice] Get rid of unused direct dependencies

2011-08-23 Thread Stephan Bergmann
On Aug 20, 2011, at 6:18 PM, 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. > > I wrote some c++ code (attached) to find these needles

[Libreoffice] cherry pick graphite into 3.4.4

2011-08-23 Thread Martin Hosken
This is a request for revision 6aed24cc5bc1 to be cherry picked from master into the latest 3.4. TIA, Martin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [REVIEW] Fix for fdo#39510 to backport

2011-08-23 Thread Cedric Bosdonnat
Hi all, Could some of you please review this commit to be backported to the 3.4.3 branch fixing a nasty crasher with loads of dupes (fdo#39510)? http://cgit.freedesktop.org/libreoffice/writer/commit/?id=9ecab7 Thanks for your reviews. -- Cédric Bosdonnat LibreOffice hacker http://documentfound

Re: [Libreoffice] partial build and make dev-install

2011-08-23 Thread Michael Meeks
Hi Lionel, On Mon, 2011-08-22 at 18:30 +0200, Lionel Elie Mamane wrote: > I just got bitten by the fact that: .. > 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] cherry pick graphite into 3.4.4

2011-08-23 Thread Rene Engelhard
On Tue, Aug 23, 2011 at 02:49:17PM +0700, Martin Hosken wrote: > This is a request for revision 6aed24cc5bc1 to be cherry picked from master > into the latest 3.4. I know this s bbroken right now, too, but shouldn't we (if we add this version), then fix the big-endian stuff, too? (As we don't u

Re: [Libreoffice] Rectangle width

2011-08-23 Thread Dmitry. A. Ashkadov
Hello! For example, there is small bug corresponding to this problem. See function «ImplDrawDropdownArrow» in «toolbox.cxx» («vcl» module). A lines     long x = rDropDownRect.Left() + (rDropDownRect.getWidth() - width)/2;     long y = rDropDownRect.Top() + (r

[Libreoffice] Build failing in tail_build module

2011-08-23 Thread swagat sharma
Hi I got the following error. Any ideas? I didn't make any changes in the code, just trying to build the master. Error --> scripting deliver Module 'scripting' delivered successfully. 5 files copied, 30 files unchanged odk deliver [ build CXX ] sd/source/ui/dlg/TemplateScanner Module 'odk' delive

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

2011-08-23 Thread Petr Mladek
Lionel Elie Mamane píše v Po 22. 08. 2011 v 18:01 +0200: > 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 i

Re: [Libreoffice] [REVIEW] Fix for fdo#39510 to backport

2011-08-23 Thread cedric . bosdonnat . ooo
Here is an update patch for 3.4 branch with the following fixes: * Added missing #if OSL_DEBUG_LEVEL > 1 * Initialized pPrecede to 0 in constructor Thanks, -- Cedric - Mail original - > Hi all, > > Could some of you please review this commit to be backported to the > 3.4.3 branch fix

Re: [Libreoffice] [PATCH][REVIEW] fix missing DESTDIR variable in chmod call

2011-08-23 Thread Petr Mladek
Tomáš Chvátal píše v St 17. 08. 2011 v 11:56 +0200: > Should be applied to master > and 3-4-3 branch for which we need two more sign offs. It is in the 3-4 branch, see http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=aabeb64cc0be9fe0eb840323b835ace956bdb65f We still

Re: [Libreoffice] [PATCH] Enable CUPS unconditionally

2011-08-23 Thread Caolán McNamara
On Mon, 2011-08-22 at 20:25 +0200, Francois Tigeot wrote: > However, it is my intention to make the print code link with cups normally, Probably a good thing. As an aside see http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg03549.html for the horrors of cups+libgcrypt+neon C.

Re: [Libreoffice] Build failing in tail_build module

2011-08-23 Thread Cor Nouws
Hi swagat, swagat sharma wrote (23-08-11 11:30) Hi I got the following error. Any ideas? Did you try to do what was advised by the output? -- - Cor - http://nl.libreoffice.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://

[Libreoffice] [PATCH] build dependencies, removing headers and getting away with it. (was build errors on Ubuntu)

2011-08-23 Thread Caolán McNamara
On Mon, 2011-08-22 at 23:37 +0200, Cor Nouws wrote: > ERROR: error 65280 occurred while making > /home/cono/src/git/libo_core/rsc/prj > /home/cono/src/git/libo_core/xmloff/prj Well, firstly these don't really include the actual error, but I'm going to guess that its very likely the problem is hea

Re: [Libreoffice] Build failing in tail_build module

2011-08-23 Thread Jenei Gábor
Hello Swagat, As Cor suggested try to follow the instructions in the output, go to root dir of your source and 'source Env.Host.sh' after running this: 'cd tail_build', 'make clean', 'make -sr' I had the same problem and it resolved me the issue,however I don't know why this error occured, it

Re: [Libreoffice] [PUSHED] Enable CUPS unconditionally

2011-08-23 Thread Francois Tigeot
On Mon, Aug 22, 2011 at 11:32:50PM +0200, Francois Tigeot wrote: > > That was just the configure check beeing too zealous. I've fixed it. Mark as pushed -- Francois Tigeot ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fre

Re: [Libreoffice] [REVIEW] Fix for fdo#39510 to backport

2011-08-23 Thread Bjoern Michaelsen
On Tue, 23 Aug 2011 11:40:35 +0200 (CEST) cedric.bosdonnat@free.fr wrote: > > Could some of you please review this commit to be backported to the > > 3.4.3 branch fixing a nasty crasher with loads of dupes (fdo#39510)? > > > > http://cgit.freedesktop.org/libreoffice/writer/commit/?id=9ecab7 >

[Libreoffice] [PUSHED] cherry pick graphite into 3.4.4

2011-08-23 Thread Michael Meeks
Hi Martin, On Tue, 2011-08-23 at 14:49 +0700, Martin Hosken wrote: > This is a request for revision 6aed24cc5bc1 to be cherry picked from > master into the latest 3.4. By which I assume you mean: commit 977bc66a2a641c809cbb152960f1fb691eb77b63 Author: Martin Hosken Date: Tue Aug 23 09

Re: [Libreoffice] cherry pick graphite into 3.4.4

2011-08-23 Thread Caolán McNamara
On Tue, 2011-08-23 at 14:49 +0700, Martin Hosken wrote: > This is a request for revision 6aed24cc5bc1 to be cherry picked from master > into the latest 3.4. Needs the additional patch of http://cgit.freedesktop.org/libreoffice/core/commit/?id=d3bf28445af8080b7daace1b536fbc289b175bdd to build unde

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

2011-08-23 Thread Michael Meeks
On Mon, 2011-08-22 at 22:29 -0500, Jordan Ayers wrote: > Another minor cleanup, related to fdo#39747. Nice work :-) the more of these we knock out of the code, the better life will be when we start to need to add features there :-) I just pushed the patch. eg. our cross-compiling

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

2011-08-23 Thread Caolán McNamara
On Mon, 2011-08-22 at 19:12 +0200, Petr Mladek wrote: > Is the hack with uno.py needed at all? > Do I test the python stuff a wrong way? Nothing to do with emailmerge, that's used from inside LibreOffice itself, this just matters for external python scripts that want to communicate/use LibreOffice

[Libreoffice] [PUSHED] Remove an unused perl module

2011-08-23 Thread Michael Meeks
Hi Jordan, On Mon, 2011-08-22 at 23:53 -0500, Jordan Ayers wrote: > Another one related to fdo#39747. Another nice catch :-) pushed it. Thanks, Michael. -- michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot __

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

2011-08-23 Thread Caolán McNamara
On Mon, 2011-08-22 at 22:35 +0200, Lionel Elie Mamane wrote: > if uno.py is being loaded (presumably from its place in > @libdir@/@OOOINSTALLDIRNAME@/basis-link/program), it means the python > load path already contains that. If the python load path does not > contain that directory, adding it from

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

2011-08-23 Thread Caolán McNamara
On Tue, 2011-08-23 at 12:42 +0100, Caolán McNamara wrote: > the URE_BOOTSTRAP whose purpose I forget at the moment. http://openoffice.org/bugzilla/show_bug.cgi?id=90701 C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.free

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 39510, which changed state. Bug 39510 Summary: CRASH closing document with footnotes https://bugs.freedesktop.org/show_bug.cgi?id=39510 What|Old Value |New Value -

[Libreoffice] [PATCH] make graphite2 work on bigendian (was: Re: cherry pick graphite into 3.4.4)

2011-08-23 Thread Rene Engelhard
Hi, On Tue, Aug 23, 2011 at 11:19:29AM +0200, Rene Engelhard wrote: > I know this s bbroken right now, too, but shouldn't we (if we add this > version), then fix the > big-endian stuff, too? > > (As we don't use the cmake build we need to sett he -DWORDS_BIGENDIAN > manually, I think we > can r

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Alex Thurgood changed: What|Removed |Added Depends on||39950 --- Comment #191 from Alex Thurgoo

[Libreoffice] [PATCH] build errors

2011-08-23 Thread Jenei Gábor
Hello, As I tried to build a fully debug version I saw several errors in different source files, finally I made the build to work, but I still cannot do make dev-install (I'm going to work on this now). Here is a patch that contains all the necessary modifications of sources. Gabor >From 98e

[Libreoffice] [PUSHED][PATCH] build errors

2011-08-23 Thread Caolán McNamara
On Tue, 2011-08-23 at 14:33 +0200, Jenei Gábor wrote: > Hello, > > As I tried to build a fully debug version I saw several errors in > different source files Looks good, pushed, thanks for this. Can you verify that your patches are under the preferred LGPLv3+/MPLv1.1 combo ? (can also do a "all

[Libreoffice] DrawPolyLine on Windows

2011-08-23 Thread Dmitry. A. Ashkadov
Hello! I tried to draw polyline But on Windows... the end point is not drawn... the main problem is WinAPI LineTo() function. MSDN says: The *LineTo* function draws a line from the current position up to, but not including, the specified point. I think WinAPI Polyline() function uses LineT

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

2011-08-23 Thread Jan Holesovsky
Hi all, On 2011-08-22 at 18:08 +0200, Petr Mladek wrote: > > Aggregated the various fixes together, and pushed complete work as > > http://cgit.freedesktop.org/libreoffice/libs-core/commit/?h=libreoffice-3-4&id=05e819b26a47089f56c1084302d4afcff3f66de7 > > to 3-4 which should make it easier to re

Re: [Libreoffice] [PATCH] make graphite2 work on bigendian (was: Re: cherry pick graphite into 3.4.4)

2011-08-23 Thread Michael Meeks
On Tue, 2011-08-23 at 14:08 +0200, Rene Engelhard wrote: > Can commit to master tonight, and if someone agres I can also cherry-pick > to -3-4 then... Looks good to me :-) if I was paranoid, I'd point out that I'd prefer the options to be "TRUE" vs. empty rather than: WORDS_BIGENDIAN

Re: [Libreoffice] [PATCH][PUSHED-3-4-3] fix missing DESTDIR variable in chmod call

2011-08-23 Thread Thorsten Behrens
Looks good, cherry-picked to 3-4-3 Cheers, -- Thorsten pgpENYBZDsl23.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2011-08-23 Thread Eike Rathke
Hi Kohei, On Monday, 2011-08-22 18:46:22 -0400, Kohei Yoshida wrote: > But we still need to modify the original base class to have the > additional boolean member (m_bFireEvent) in order for the fire() method > to see that member and use it in that method. I suppose there is no way > around it (

[Libreoffice] [GSOC][patch] Multiline inputbar

2011-08-23 Thread Anurag Jain
Hello Kohei, This is a fix to some of the things you mentioned in last patch. Setting the paper size inside the Resize() of ScMultiTextWnd solves two issues 1: Prevents premature wrapping which was happening before. 2: The paperSize is recalculated as per the window size. Regards -- Anurag Jai

Re: [Libreoffice] [PUSHED][PATCH] build errors

2011-08-23 Thread Jenei Gábor
Yes,naturally, however I've already certified,but all my codes are under the mentioned license unless I state something else. Thanks, Gabor 2011. 08. 23. 15:07 keltezéssel, Caolán McNamara írta: On Tue, 2011-08-23 at 14:33 +0200, Jenei Gábor wrote: Hello, As I tried to build a fully debug v

Re: [Libreoffice] Build break in module basic

2011-08-23 Thread Eike Rathke
Hi Regina, On Tuesday, 2011-08-23 01:43:09 +0200, Regina Henschel wrote: > In IRC erAck guesses, that the reason might be blanks in the pathes > and missing quotes. > > I'll try his advise: it _might_ help to change > solenv/gbuild/platform/windows.mk in line 360 from $(ML_EXE) to > "$(ML_EXE)"

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

2011-08-23 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 08:35:11PM -0400, Kohei Yoshida wrote: > 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 th

Re: [Libreoffice] [PATCH][REVIEWED][PUSHED:3-4; 3-4-3] fix missing DESTDIR variable in chmod call

2011-08-23 Thread Petr Mladek
Petr Mladek píše v Út 23. 08. 2011 v 11:44 +0200: > Tomáš Chvátal píše v St 17. 08. 2011 v 11:56 +0200: > > Should be applied to master > > and 3-4-3 branch for which we need two more sign offs. > > It is in the 3-4 branch, see > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoff

Re: [Libreoffice] DrawPolyLine on Windows

2011-08-23 Thread Tor Lillqvist
> I tried to draw polyline But on Windows... the end point is not drawn... I am not saying your patch is not useful, but just out of interest, how do you interpret the word "point" in the GDI documentation for LineTo()? Does it in fact simply mean "pixel"? But what if the current pen is wide

Re: [Libreoffice] [PUSHED:3-4-3][REVIEWED] Cherry-pick in 3.4.2?

2011-08-23 Thread Petr Mladek
Petr Mladek píše v Po 22. 08. 2011 v 18:08 +0200: > 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 var

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

2011-08-23 Thread Lionel Elie Mamane
On Mon, Aug 22, 2011 at 11:53:59PM +0200, Eike Rathke wrote: > On Monday, 2011-08-22 15:30:04 -0400, Kohei Yoshida wrote: >> What this tells me is that, we can't change OPropertySetHelper >> implementation, at least not in a way that changes its virtual >> function table (until LibreOffice 4 I sup

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

2011-08-23 Thread Kohei Yoshida
On Tue, 2011-08-23 at 17:00 +0200, Lionel Elie Mamane wrote: > > Any better idea? I'm still holding on to my earlier evil idea. To me making a duplicate is starting to feel like lesser of an evil. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc

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

2011-08-23 Thread Kohei Yoshida
On Tue, 2011-08-23 at 17:09 +0200, Lionel Elie Mamane wrote: > On Mon, Aug 22, 2011 at 11:53:59PM +0200, Eike Rathke wrote: > > Maybe due to some overzealous introduction of such helper > > implementations into the UDK. Sure, it eases development of > > applications, but at the costs we're facing n

[Libreoffice] [PUSHED][PATCH] Remove unnecessary parameter to IDocumentStatistics::UpdateDocStat

2011-08-23 Thread Caolán McNamara
On Sun, 2011-08-21 at 20:41 +0200, Arnaud Versini wrote: > Hi, > > New version of the patch. I have added a method : > IDocumentStatistic::GetUpdatedDocStat wich check state before > returning. I left some UpdateDocStat but I will continue it later. Looks basically good to me. We can distinguish

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

2011-08-23 Thread Kohei Yoshida
Hi Anurag, On Tue, 2011-08-23 at 20:25 +0530, Anurag Jain wrote: > Hello Kohei, > > This is a fix to some of the things you mentioned in last patch. > Setting the paper size inside the Resize() of ScMultiTextWnd solves > two issues > > 1: Prevents premature wrapping which was happening before. >

[Libreoffice] Licensing for my work

2011-08-23 Thread Anurag Jain
Hello everyone, I'd like to say that all my contribution towards Libre office suite codebase can be licensed under LGPSv3/MPL dual license. My work will includes all the patches which I've submitted under GSOC program and apart from that , and LGPLv3/MPL can be applied to all of them. Thanks and

[Libreoffice] [PUSHED] patch for Bug 39468 - translate German comments, removing redundant ones

2011-08-23 Thread Michael Meeks
Hi Florian, On Mon, 2011-08-22 at 21:52 +0200, Florian Allmann-Rahn wrote: > I have attached a patch for Bug 39468 "translate German comments, removing > redundant ones" > for the directories (in core) accessibility to (incl.) basemp. So in these > directories > there should be no more German co

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

2011-08-23 Thread Michael Meeks
Hi Cato, On Mon, 2011-08-22 at 20:35 +0200, Cato Auestad wrote: > Oh, I totally agree, but when I saw the bug report I worked from the > same perspective as I do in my work. We aren't usually provided with > the source, just a vendor MSI, so we make transforms. Ah :-) > I don't think I

[Libreoffice] [ANNOUNCE] libreoffice-3.4.3.2 tag created (3.4.3-rc2)

2011-08-23 Thread Petr Mladek
Hi, there have been created the libreoffice-3.4.3.2 tag for 3.4.3-rc2 release. The corresponding official builds will be available by the end of the week. It will be used as final if no blocker is found. See the attached list of changes against 3.4.3-rc1. Now, you might switch your current 3-4

[Libreoffice] (no subject)

2011-08-23 Thread Alexander Thurgood
Hi all, After a fresh clone, I'm still seeing the following build breakage in globlmn.hrc on Mac OSX : svx 0 #define ITEM_FORM_CONTROL_PROPERTIES !defined _GLOBLMN_HRC 3 all Con~trol... 20110821 20:34:29 ^ f640: "/Users/alex/DevHack/git/libo/workdir/unxmacxi.pro/inc/svx/globlmn.hrc", line 1

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

2011-08-23 Thread Kohei Yoshida
On Tue, 2011-08-23 at 11:11 -0400, Kohei Yoshida wrote: > On Tue, 2011-08-23 at 17:00 +0200, Lionel Elie Mamane wrote: > > > > Any better idea? > > I'm still holding on to my earlier evil idea. To me making a duplicate > is starting to feel like lesser of an evil. Anyway, don't listen to my ra

[Libreoffice] development summary: year 2011, week 33

2011-08-23 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 33rd 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 + libreoffice-3-4: fixes for LO-3.4.4 bug fix

Re: [Libreoffice] (no subject)

2011-08-23 Thread Alexander Thurgood
Le 22/08/11 12:44, Alexander Thurgood a écrit : Please ignore this particular message, which has appeared elsewhere already, just Gmane and/or Thunderbird doing some strange things to my "reply to list" button. Caolan has already suggested something on this elsewhere. Alex ___

[Libreoffice] old releases available as tags in core [was: Merging old tags]

2011-08-23 Thread Bjoern Michaelsen
Hi all, I just executed the corereleasebranch script from dev-tools. The intent is to reduce the number of tags in core and make at least the released versions (without all commits between them) available in core too. You can now do a: git checkout libreoffice-3.3.0.4 or a git diff

Re: [Libreoffice] [PATCH] make graphite2 work on bigendian (was: Re: cherry pick graphite into 3.4.4)

2011-08-23 Thread Martin Hosken
Dear Michael, > On Tue, 2011-08-23 at 14:08 +0200, Rene Engelhard wrote: > > Can commit to master tonight, and if someone agres I can also cherry-pick > > to -3-4 then... > > Looks good to me :-) if I was paranoid, I'd point out that I'd prefer > the options to be "TRUE" vs. empty rather th

[Libreoffice] smoke test failed

2011-08-23 Thread Jenei Gábor
Hello, I just wanted to do make dev-install after a successful make -sr debug=true dbglevel=2. I have already posted so patches,because I met problems even in making, but finally I made it all. Now smoke-test fails with the error messages: invokeComponentFactory envDcp:gcc3 implName:com.sun.star.

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

2011-08-23 Thread Stephan Bergmann
On Aug 23, 2011, at 5:00 PM, Lionel Elie Mamane wrote: > On Mon, Aug 22, 2011 at 08:35:11PM -0400, Kohei Yoshida wrote: >> 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 OPropertySetH

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

2011-08-23 Thread Stephan Bergmann
On Aug 23, 2011, at 5:16 PM, Kohei Yoshida wrote: > On Tue, 2011-08-23 at 17:09 +0200, Lionel Elie Mamane wrote: >> On Mon, Aug 22, 2011 at 11:53:59PM +0200, Eike Rathke wrote: >>> Maybe due to some overzealous introduction of such helper >>> implementations into the UDK. Sure, it eases development

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

2011-08-23 Thread Stephan Bergmann
On Aug 23, 2011, at 5:09 PM, Lionel Elie Mamane wrote: > On Mon, Aug 22, 2011 at 11:53:59PM +0200, Eike Rathke wrote: >> On Monday, 2011-08-22 15:30:04 -0400, Kohei Yoshida wrote: > >>> What this tells me is that, we can't change OPropertySetHelper >>> implementation, at least not in a way that ch

Re: [Libreoffice] Build break in module basic

2011-08-23 Thread Regina Henschel
Hi Eike, Eike Rathke schrieb: Hi Regina, On Tuesday, 2011-08-23 01:43:09 +0200, Regina Henschel wrote: In IRC erAck guesses, that the reason might be blanks in the pathes and missing quotes. I'll try his advise: it _might_ help to change solenv/gbuild/platform/windows.mk in line 360 from $(M

Re: [Libreoffice] Build failing in tail_build module

2011-08-23 Thread Cor Nouws
Hi Swagat, swagat sharma wrote (23-08-11 20:36) I did as the output suggested but still landed up at the same place. Might have something to do with the version ofmake 3.81in combination withwith-num-cpus larger then 1 However I solved by commenting some lines which were cal

[Libreoffice] Newbie question: Defaults fonts for LibreOffice

2011-08-23 Thread Olivier Hallot
Hi I need to know what are the fonts the we garantedly have in every LibreOffice standard/vanilla installation (shipped with the builds) Is that Bitstream family? DejaVu family? I am asking this because Writer, Calc, Impress use Microsoft fonts as default and tese fonts may not exist natively in

Re: [Libreoffice] Build failing in tail_build module

2011-08-23 Thread Cor Nouws
Cor Nouws wrote (23-08-11 20:57) Might have something to do with the version of make 3.81 in combination with with-num-cpus larger then 1 I knew I had seen a mail about that. Found it in the archives: http://lists.freedesktop.org/archives/libreoffice/2011-August/016470.html ;-) -- - Cor

Re: [Libreoffice] smoke test failed

2011-08-23 Thread Stephan Bergmann
On Aug 23, 2011, at 7:09 PM, Jenei Gábor wrote: > Hello, > > I just wanted to do make dev-install after a successful make -sr > debug=true dbglevel=2. I have already posted so patches,because I met > problems even in making, but finally I made it all. Now smoke-test fails > with the error messag

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

2011-08-23 Thread julien2412
Hello again, First, thank you Jan for your help. Now i'm almost at the end, the symbol "There does not exist" appears in dialog window. The pb is when I select it, it appears correctly very quickly (0,5s) the first time then I've got a rectangle. Then if i test again, it doesn't appear anymore cor

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

2011-08-23 Thread Andras Timar
Hi, 2011/8/23 julien2412 : > Hello again, > > First, thank you Jan for your help. > Now i'm almost at the end, the symbol "There does not exist" appears in > dialog window. The pb is when I select it, it appears correctly very quickly > (0,5s) the first time then I've got a rectangle. Then if i te

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

2011-08-23 Thread Julien Nabet
Le 23/08/2011 22:22, Andras Timar a écrit : Hi, 2011/8/23 julien2412: Hello again, First, thank you Jan for your help. Now i'm almost at the end, the symbol "There does not exist" appears in dialog window. The pb is when I select it, it appears correctly very quickly (0,5s) the first time then

Re: [Libreoffice] Class Time and its funny ideas about time

2011-08-23 Thread Terrence Enger
Michael, Sorry to be slow responding. I have not been ignoring you just for the sake of ignoring you. On Thu, 2011-08-18 at 20:36 +0100, Michael Meeks wrote: > Hi Terrence, > > On Thu, 2011-08-18 at 14:27 -0400, Terrence Enger wrote:But of course, before > creating bug 40273, I did a bug searc

Re: [Libreoffice] DrawPolyLine on Windows

2011-08-23 Thread Dmitry. A. Ashkadov
23.08.2011 19:06, Tor Lillqvist пишет: I tried to draw polyline But on Windows... the end point is not drawn... I am not saying your patch is not useful, but just out of interest, how do you interpret the word "point" in the GDI documentation for LineTo()? Does it in fact simply mean "pixe

Re: [Libreoffice] Build failing in tail_build module

2011-08-23 Thread Jonathan Aquilina
On 23/08/2011 20:57, Cor Nouws wrote: Hi Swagat, swagat sharma wrote (23-08-11 20:36) I did as the output suggested but still landed up at the same place. Might have something to do with the version ofmake 3.81in combination withwith-num-cpus larger then 1 I can confirm this

Re: [Libreoffice] LibreOffice Java API

2011-08-23 Thread Paulo Ortolan
Thanks, Lionel I did some resource today and I found a java API called ODFDOM Toolkit. I believe that this could be useful too. I'm checking out your links to get more information about Java ODF Binding. Thanks! Paulo On Tue, Aug 23, 2011 at 2:59 AM, Lionel Elie Mamane wrote: > On Mon,

Re: [Libreoffice] [PUSHED][PATCH] Remove unnecessary parameter to IDocumentStatistics::UpdateDocStat

2011-08-23 Thread Miklos Vajna
On Tue, Aug 23, 2011 at 04:41:59PM +0100, Caolán McNamara wrote: > d) I'm not sure there's any good reason to set the DocStat in the > (current) rtf filter. You mean something like this? Given that the idl says these properties are readonly (I did not notice that so far), I don't think there is

Re: [Libreoffice] [REVIEW] fix for fdo#39850 and fdo#39820: update range names and database ranges in formula cells

2011-08-23 Thread Eike Rathke
Hi Markus, On Wednesday, 2011-08-17 14:14:18 +0200, Eike Rathke wrote: > > > Apparently the FormulaToken used is not a FormulaIndexToken. > > > > Oh. I should not only override SetByte but also SetIndex. In calc all > > formula tokens are derived from ScToken which is derived from FormulaToken >

Re: [Libreoffice] Build break in module basic

2011-08-23 Thread Eike Rathke
Hi Regina, On Tuesday, 2011-08-23 20:28:20 +0200, Regina Henschel wrote: > >>In IRC erAck guesses, that the reason might be blanks in the pathes > >>and missing quotes. > >> > >>I'll try his advise: it _might_ help to change > >>solenv/gbuild/platform/windows.mk in line 360 from $(ML_EXE) to > >>