Re: [Libreoffice] cppcheck duplicate if expressions in bulmaper.cxx (sd part)

2011-09-08 Thread Stephan Bergmann
On 09/08/2011 10:47 PM, julien2412 wrote: Here is the pb : if( 0 )<--- Found duplicate if expressions. { nFontID = EE_CHAR_FONTINFO_CJK; nFontHeightID = EE_CHAR_FONTHEIGHT_CJK; nWeightID = EE_CHAR_WEIGHT_CJK;

Re: [Libreoffice] [PUSHED] cppcheck cleanliness: duplicate expression

2011-09-08 Thread Herbert Duerr
Hi, (a.nChar1 < b.nChar1) || ((a.nChar1 == a.nChar2) && (a.nChar2 < b.nChar2)) ? Somehow, that expression still looks suspicious. (At least, it does not implement a lexicographical less-than relation. Not sure whether it should or not, however.) It should not indeed. On the other hand Output

Re: [Libreoffice] Commit 66f05b5d5acc43e4615bc19045d3600ed93e328b breaks the build

2011-09-08 Thread David Tardon
On Thu, Sep 08, 2011 at 09:22:52PM +0200, Francois Tigeot wrote: > Hi, > > This commit has added a file named filter/source/svg/js2hxx.py > which has the following shebang : > >#!/usr/bin/env python > > Unfortunately, system python is not always named 'python'. On one of my > systems, it is

Re: [Libreoffice] License for my patches

2011-09-08 Thread Marc-André Laverdière
Thanks for pointing out to that wiki page. I had missed it too!!! -- Marc-André Laverdière Software Security Scientist Innovation Labs, Tata Consultancy Services Hyderabad, India On Thu 08 Sep 2011 09:13:56 PM IST, Regina Henschel wrote: > Hi, > > I want to add me to > http://wiki.documentfound

[Libreoffice] Buqfrekponqhxntj

2011-09-08 Thread joan
Message could not be delivered ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] A belated hello

2011-09-08 Thread Sophie Gautier
Hi Stephan, On Mon, Sep 5, 2011 at 1:00 PM, Bjoern Michaelsen wrote: > Hi Stephan, > > On Fri, 2 Sep 2011 09:32:28 +0200 > Stephan Bergmann > > wrote: > >> As you might already have noticed, I've started to become active >> around here recently.  That's because, since yesterday, I'm an >> employ

Re: [Libreoffice] [PATCH] speed up localized builds by introducing po2lo

2011-09-08 Thread Miklos Vajna
I'm attaching an updated patch that fixes po2lo on Windows, where it did not translate anything due to path translating (/ vs \) issues. From a1e8bad75279a05bf6a061c53351898eea72433d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 7 Sep 2011 23:39:15 +0200 Subject: [PATCH] Add po2lo tool -

[Libreoffice] A few questions for developers

2011-09-08 Thread Dmitry. A. Ashkadov
Hello! I found that images as a resource defined in *.src file with parameter «MaskColor»: Image RID_SVXBMP_SLIDERINCREASE { ImageBitmap = Bitmap { File = "slidezoomin_11.png" ; }; MaskColor = STD_MASKCOLOR; }; What does this parameter mean? Can I don't set MaskColor?

[Libreoffice] cppcheck duplicate if expressions in bulmaper.cxx (sd part)

2011-09-08 Thread julien2412
Hello, Here is the pb : if( 0 )<--- Found duplicate if expressions. { nFontID = EE_CHAR_FONTINFO_CJK; nFontHeightID = EE_CHAR_FONTHEIGHT_CJK; nWeightID = EE_CHAR_WEIGHT_CJK; nPostureID = EE_CHAR_ITALIC_CJK;

Re: [Libreoffice] 3.5 release from QA to point-zero

2011-09-08 Thread Cor Nouws
Hi Sophie, Sophie Gautier wrote (08-09-11 22:38) We need to change the way we involve the native-lang communities in our testing process. They are currently a bit lost by the quick turn over of the versions, [...] Indeed, that is an extra load for the testers/ native-lang community members.

Re: [Libreoffice] 3.5 release from QA to point-zero

2011-09-08 Thread Sophie Gautier
Hi Cor, all, I jump to the point I would like to discuss: [...] > - development in the quality and the use of tools for testing > > - is attention in testing well spread over Windows / Linux / MacOS ? > > - are there other releases/tasks that need attention during that time ? > > - how many peopl

[Libreoffice] cppcheck duplicateExpression

2011-09-08 Thread julien2412
Hello, Cppcheck has detected a duplicateExpression in vcl/ios/source/window/salframe.cxx, line 470 I checked on salframe.cxx of aqua, there's the same duplicate (line 631) Here is the line : if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_X) ) I compared with gtk part and think

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 39365, which changed state. Bug 39365 Summary: Spell check does not work after copy / paste, modified language not recognized https://bugs.freedesktop.org/show_bug.cgi?id=39365 What|Old Value

Re: [Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Good! The office was build successfully! :-) Why «make dev-install» works as simple «make» now? How can I install office to local directory? Thank you. -- Best Regards, Dmitry <>___ LibreOffice mailing list LibreOffice@lists.freedesktop.org ht

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 40449, which changed state. Bug 40449 Summary: SPELLCHECK does not recognize text language https://bugs.freedesktop.org/show_bug.cgi?id=40449 What|Old Value |New Value ---

[Libreoffice] Commit 66f05b5d5acc43e4615bc19045d3600ed93e328b breaks the build

2011-09-08 Thread Francois Tigeot
Hi, This commit has added a file named filter/source/svg/js2hxx.py which has the following shebang : #!/usr/bin/env python Unfortunately, system python is not always named 'python'. On one of my systems, it is named 'python2.6' and the build breaks when it encounters this script... Configure

[Libreoffice] o3tl/cow_wrapper.hxx not found

2011-09-08 Thread Simon Brouwer
Hi, Trying to build LibreOffice on Windows XP, the build stops in o3tl with the below error. I do have ~/git/libo/o3tl/inc/03tl/cow_wrapper.hxx and in ~/git/libo/o3tl/qa/cow_wrapper_clients.hxx it says #include "o3tl/cow_wrapper.hxx" Why is the file not found? Best regards Simon Simon@LAPTOP_

Re: [Libreoffice] Build errors

2011-09-08 Thread Markus Mohrhard
Execute: rm workdir/unxlngx6/RdbTarget/sc_filters_test.rdb or make clean in sc and run a new make in tail_build It's the result of my makefile change yesterday evening. Regards, Markus 2011/9/8 Dmitry. A. Ashkadov > Hello! > > > The building now reaches module 'tail_build' and fails: > >

Re: [Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Hello! The building now reaches module 'tail_build' and fails: = (1/1) Building module tail_build = Entering /home/user/projects/libreoffice/tail_build/prj cd .. && make -s -r -j2 && make -s -r deliverlog [ build MOD ] sc [ build CUT ] hwpfilter_test_hwpfilter [ build

Re: [Libreoffice] Documentation about building on Windows with Cygwin and MSVC Express

2011-09-08 Thread Bjoern Michaelsen
On Thu, 08 Sep 2011 19:05:02 +0200 Regina Henschel wrote: > I suggest, that I move the content from my 'private' area to a more > 'official' place. Do you agree? Yes! > (1) Please have a look, whether the content is correct. I have > written it as beginner and have no deeper knowledge about b

[Libreoffice] Documentation about building on Windows with Cygwin and MSVC Express

2011-09-08 Thread Regina Henschel
Hi all, I have finished my build :) I have collected a lot of notices on http://wiki.documentfoundation.org/User:Regina/DraftParametersForAutogenForWindows I think, that such information might help others starting on development on Windows and I suggest, that I move the content from my 'private

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

2011-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 vitriol changed: What|Removed |Added Depends on||40701 --- Comment #200 from vitriol 2011-09-0

[Libreoffice] 最新007专用数码/录像/手表抢购!(AD)libreoffice@lists.freedesktop.org

2011-09-08 Thread Xdazuv
  最新007专用数码录像手表抢购 重要会议录音录像,隐性拍摄,交通事故记录,课堂记录,记者采访及时记录,重要采访录音 抢购进入>> libreoffice@lists.freedesktop.org ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libr

[Libreoffice] License for my patches

2011-09-08 Thread Regina Henschel
Hi, I want to add me to http://wiki.documentfoundation.org/Development/Developers and noticed that there is no public license statement yet. So for the records: All my patches are under LGPLv3+/MPL. This holds for new patches too until I explicitly revoke this statement. Kind regards Regina

Re: [Libreoffice] minutes of tech. steering call ...

2011-09-08 Thread Kohei Yoshida
On Thu, 2011-09-08 at 16:28 +0100, Michael Meeks wrote: > AA: + give mdds website / commit rights out more diversly > (Kohei) This is already done. Now Caolan and David should have the same rights as I do. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc __

[Libreoffice] minutes of tech. steering call ...

2011-09-08 Thread Michael Meeks
Present: + Norbert, David, Stephan, Cedric, Thorsten, Andras, Bjoern, Rainer, Michael, Kohei, Caolan + Completed Action Items + get Bjoern setup with a vhost for gerrit (Thorsten / Christian) + playground already constructed / public: at

[Libreoffice] endless build - pcre-config

2011-09-08 Thread Olivier Hallot
hi I updated my linux to mandriva 2011 this week and now my build hangs forever with process pcre-config taking most of the cpu cycles... Did I missed something? Thank's -- Olivier Hallot Founder and Steering Commitee Member The Document Foundation ___

[Libreoffice] Returned mail: Data format error

2011-09-08 Thread subscribe
This Message was undeliverable due to the following reason: Your message was not delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely ther

[Libreoffice] Fix configure to not require java packages when passed --without-java

2011-09-08 Thread Tomáš Chvátal
As requested in the fdo#40687 attaching the from the bug. From 86454d6b5b1c6aff1466b174ffcf2ad73ea8a5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 8 Sep 2011 14:20:48 +0200 Subject: [PATCH] Do not search for java packages if --without-java is passed. MIME-

Re: [Libreoffice] configure.in monstrosity

2011-09-08 Thread Eike Rathke
Hi Tomáš, On Thursday, 2011-09-08 14:50:00 +0200, Tomáš Chvátal wrote: > It would be really nice if that huge file would be split into several > separate parts per-use. > > So I would like to propose slow cleanup/splitting to have simple > configure.ac with > platform check, and then i would mov

Re: [Libreoffice] configure.in monstrosity

2011-09-08 Thread Tor Lillqvist
> It would be really nice if that huge file would be split into several > separate parts per-use. But it is split up into separate parts that do different things. It is even consistently indented nowadays. It isn't as if it was full of random statements in no particular order. I really fail to see

Re: [Libreoffice] Background image in Mac 343 installer image disappeared ?

2011-09-08 Thread Alexander Thurgood
Le 08/09/11 09:33, Alexander Thurgood a écrit : Now known as : https://bugs.freedesktop.org/show_bug.cgi?id=40714 Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] configure.in monstrosity

2011-09-08 Thread Stephan Bergmann
On 09/08/2011 02:50 PM, Tomáš Chvátal wrote: I was editing the configure.in file in order to fix one tiny bug and found out it is horrible scarry place. It would be really nice if that huge file would be split into several separate parts per-use. So I would like to propose slow cleanup/splittin

[Libreoffice] configure.in monstrosity

2011-09-08 Thread Tomáš Chvátal
Hi guys, I was editing the configure.in file in order to fix one tiny bug and found out it is horrible scarry place. It would be really nice if that huge file would be split into several separate parts per-use. So I would like to propose slow cleanup/splitting to have simple configure.ac with pl

Re: [Libreoffice] [PUSHED] cppcheck cleanliness: duplicate expression

2011-09-08 Thread Korrawit Pruegsanusak
Hello Eike, Stephan, * On Thu, Sep 8, 2011 at 17:23, Eike Rathke wrote: > It didn't occur to me that the original expression > actually would had been wrong at two places.. Also for me too. My bad for didn't notice it. > On Thursday, 2011-09-08 08:40:24 +0200, Stephan Bergmann wrote: >> Now act

Re: [Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Hello, Caolán! I had tried full rebuild: $ make clean $ make but the problems are left. For module 'filter' command dmake depend=t wokrs as 'touch' for extensions! thank you! 08.09.2011 13:59, Caolán McNamara пишет: On Thu, 2011-09-08 at 13:53 +0400, Dmitry. A. Ashkadov wrote: Hello! I ha

Re: [Libreoffice] idlc/gbuild baddness and leaked /tmp files...

2011-09-08 Thread Matúš Kukan
On 8 September 2011 03:03, Norbert Thiebaud wrote: > Recently my MacOSX tinderbox started to die for weir reason... (too > many open pipe, etc) > > as it turned out there was massive leakage fo file in the temp > directory with each build.. 150 or so per build... after a while > mktemp was running

Re: [Libreoffice] odd (master) style application bug ...

2011-09-08 Thread Eike Rathke
Hi Michael, On Thursday, 2011-09-08 09:56:18 +0100, Michael Meeks wrote: > > Classical copy&paste error ;-) > Thanks ! :-) perhaps from an stl: conversion ? Indirectly, while ScMarkData got a set iterator for selected sheets instead of needing to loop through all existing sheets and asking

Re: [Libreoffice] odd (master) style application bug ...

2011-09-08 Thread Cor Nouws
hi Michael, Michael Meeks wrote (08-09-11 10:56) Goodness - you knew about it already ? :-) No, I checked it late yesterday evening. It's great to report these known regressions in master to the dev list fast :-) Never seen my issues in BugZilla, here, or on IRC ? Then th

[Libreoffice] [PUSHED][REVIEW-3-4] Fix for hang in slideshow

2011-09-08 Thread Caolán McNamara
On Tue, 2011-09-06 at 16:48 +0200, Thorsten Behrens wrote: > Hi, > > could someone please review & cherry-pick for 3-4 this fix: > > http://cgit.freedesktop.org/libreoffice/core/commit/?id=044c534b2deb985052e7977bba3290c5d2c3ad77 Looks reasonably sane, as sane as Reschedules go anyway. Pushed.

Re: [Libreoffice] [PUSHED] cppcheck cleanliness: duplicate expression

2011-09-08 Thread Eike Rathke
Hi Stephan, On Thursday, 2011-09-08 08:40:24 +0200, Stephan Bergmann wrote: > On 09/08/2011 08:18 AM, Stephan Bergmann wrote: > >Korrawit, Eike, did you check the context to verify that it should > >really read > > > >a.nChar1 == a.nChar2 > > > >instead of > > > >a.nChar1 == b.nChar1 > > > >in th

Re: [Libreoffice] New Hunspell feature

2011-09-08 Thread Cor Nouws
Cor Nouws wrote (08-09-11 12:06) R.J. Baars wrote (08-09-11 11:32) Can anyone direct me to the correct way to get this new feature on the to-do-list? A clear issue does help. http://wiki.documentfoundation.org/BugReport But more important is: who will have it on his/her to-do-list ... I co

Re: [Libreoffice] New Hunspell feature

2011-09-08 Thread Cor Nouws
Hi Ruud, R.J. Baars wrote (08-09-11 11:32) Can anyone direct me to the correct way to get this new feature on the to-do-list? A clear issue does help. http://wiki.documentfoundation.org/BugReport But more important is: who will have it on his/her to-do-list ... Best, -- - Cor - http://

Re: [Libreoffice] Build errors

2011-09-08 Thread Caolán McNamara
On Thu, 2011-09-08 at 13:53 +0400, Dmitry. A. Ashkadov wrote: > Hello! > > I had tried to build LO, but thereare two errors during build: Its an incremental build isn't it ?, i.e. built, git pulled and rebuild. > > Compiling: filter/source/graphicfilter/epict/epict.cxx > > Making:epict.lib >

[Libreoffice] Build errors

2011-09-08 Thread Dmitry. A. Ashkadov
Hello! I had tried to build LO, but thereare two errors during build: Compiling: filter/source/graphicfilter/epict/epict.cxx Making:epict.lib Making:libeptlo.so Making:all_epict.dpslo Entering /home/user/projects/libreoffice/filter/source/svg Compiling: filter/source/svg/parserfrag

[Libreoffice] New Hunspell feature

2011-09-08 Thread R.J. Baars
Hunspell 1.3 introduced the 'warning' level of mistake. To use this, an extra setting in the UI will be needed, and Hunspell to be called accordingly. In the UI, a differently colored underline is expected. I am not a programmer, but have been working with Laszlo Nemeth on this from a language sup

[Libreoffice] [PUSHED][REVIEW] new patch for svgwriter

2011-09-08 Thread Caolán McNamara
On Wed, 2011-09-07 at 14:34 -0700, julien2412 wrote: > Hello, > > After having listened the advice of Caolán and Thorsten, here is a new patch > for svgwriter.cxx (filter module). > I hope having followed the guidelines and haven't missed anything this time. > > Julien. > http://nabble.documentfo

Re: [Libreoffice] odd (master) style application bug ...

2011-09-08 Thread Michael Meeks
Hi Eike, On Thu, 2011-09-08 at 01:27 +0200, Eike Rathke wrote: > Classical copy&paste error ;-) > http://cgit.freedesktop.org/libreoffice/core/commit/?id=7e1bafb2f1f324167e9b438fbf06e0ec346e55ca Thanks ! :-) perhaps from an stl: conversion ? Hi Cor, On Wed, 2011-09-07 at 23:14 +0200, Co

Re: [Libreoffice] idlc/gbuild baddness and leaked /tmp files...

2011-09-08 Thread Caolán McNamara
On Wed, 2011-09-07 at 20:03 -0500, Norbert Thiebaud wrote: > PS: osl's qa is also leaking a /tmp/http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Webdav lock support

2011-09-08 Thread Stephan Bergmann
On 09/08/2011 10:34 AM, Davide Dozza wrote: I wonder to know the status of webdav implementation in LibO 3.4.3. apparently unsupported at the "UI level," see my link in the issue -Stephan That is, I've open an issue (#39529) about support of lock file feature that seems to be supported but n

Re: [Libreoffice] Licensing

2011-09-08 Thread Norbert Thiebaud
On Wed, Sep 7, 2011 at 1:58 PM, Peter Foley wrote: > On Wed, 7 Sep 2011, Peter Foley wrote: > > All of my patches are contributed under > MPL 1.1/GLPv3+/LGPLv3+ > > Thanks, Thanks you for that, and thank you for having updated http://wiki.documentfoundation.org/Development/Developers, much apprec

[Libreoffice] Webdav lock support

2011-09-08 Thread Davide Dozza
Hi all, I wonder to know the status of webdav implementation in LibO 3.4.3. That is, I've open an issue (#39529) about support of lock file feature that seems to be supported but not yet implemented. Ciao Davide ___ LibreOffice mailing list LibreOffic

Re: [Libreoffice] idlc/gbuild baddness and leaked /tmp files...

2011-09-08 Thread Norbert Thiebaud
On Thu, Sep 8, 2011 at 2:48 AM, Bjoern Michaelsen wrote: > > > On Wed, 7 Sep 2011 20:03:20 -0500 > Norbert Thiebaud > wrote: > >> in anycase, I'm enclined to revert for now... because, as is, I need >> to keep the tinderbox offline... > > Please do for now. Michael Meeks noted the leakage too btw

Re: [Libreoffice] idlc/gbuild baddness and leaked /tmp files...

2011-09-08 Thread Bjoern Michaelsen
On Wed, 7 Sep 2011 20:03:20 -0500 Norbert Thiebaud wrote: > in anycase, I'm enclined to revert for now... because, as is, I need > to keep the tinderbox offline... Please do for now. Michael Meeks noted the leakage too btw. Best, Bjoern -- https://launchpad.net/~bjoern-michaelsen _

Re: [Libreoffice] Background image in Mac 343 installer image disappeared ?

2011-09-08 Thread Alexander Thurgood
Le 08/09/11 09:29, Alexander Thurgood a écrit : > Just a heads up, haven't checked yet whether there's an fdo number for > this, but has anyone noticed that the TDF background image that used to > display in the Mac DMG is no longer there ? > > Should I open an issue ? > > I might add that this

[Libreoffice] Background image in Mac 343 installer image disappeared ?

2011-09-08 Thread Alexander Thurgood
Hi all, Just a heads up, haven't checked yet whether there's an fdo number for this, but has anyone noticed that the TDF background image that used to display in the Mac DMG is no longer there ? Should I open an issue ? I might add that this is also currently the case for the daily builds from m

[Libreoffice] Nouvelles Astuces Pratiques semaine 36

2011-09-08 Thread Astuces Pratiques
Astuces Pratiques Vous recevez notre newsletter tous les mois en vous inscrivant à notre newsletter vous recevrez une newsletter toutes les semaines avec désinscription possible tous les semaines. N’hésitez pas envoyer l'email d'inscription à webmaster.netpratique-subscr...@domeus.fr sans rien

Re: [Libreoffice] [REVIEW] Patch for importing hyperliks from .doc files

2011-09-08 Thread Harald Kagerer
Hi, > > Hyperlinks in theese two location was wrong (as I already explaind in > the bugreport): > gsf cat buggy.doc WordDocument # (I guess this is where FormFields are > located) > gsf cat buggy.doc Data > > This was right: > gsf cat buggy.doc DocumentSummaryInformation > > And that's what y