Re: [Libreoffice] cppcheck Found duplicate branches for if and else in libs-core

2011-04-28 Thread David Tardon
On Fri, Apr 22, 2011 at 02:06:54PM +0200, Julien Nabet wrote: Hello, Hi, many thanks for your hard work! I've runned a cppcheck last git version on libs-core (master branch updated today) and found this oddity : [basic/source/app/mybasic.cxx:265] - [basic/source/app/mybasic.cxx:260]:

Re: [Libreoffice] [2nd attempt] Cleaning sal/inc/osl/file.hxx

2011-04-28 Thread Chr. Rossmanith
Am 26.04.2011 20:34, schrieb Thorsten Behrens: Chr. Rossmanith wrote: Maybe it helps to put the question a second time? Sure, makes a lot of sense to me. Go for it! :) And I'll replace the wrapper functions like getSystemPathFromFileURL with the wrapped functions

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Tor Lillqvist
But can you tell me that you *really* aren't aware of the OOo-dev builds build process? You developed on OOo: http://wiki.services.openoffice.org/wiki/DomainDeveloper Sure, I am/was a registered domain developer, but I always worked in the ooo-build a.k.a. go-oo build mechanism. Never the

Re: [Libreoffice] [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-28 Thread Lubos Lunak
On Wednesday 27 of April 2011, Christian Dywan wrote: Am 27.04.2011 13:01:36 schrieb Christoph Noack: Just a small question ... do I get it right that the disabled menu items get hidden instead of being grayed out? Real interest: could you please explain what the rationale for the change

Re: [Libreoffice] [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-28 Thread Lubos Lunak
On Wednesday 27 of April 2011, Christian Lohmaier wrote: Hi Christian, *, On Thu, Apr 21, 2011 at 3:44 PM, Christian Dywan christ...@lanedo.com wrote: I'm introducing a setting that decides if disabled menu items should be hidden. Currently the code is broken in the sense that items are

Re: [Libreoffice] Crash log attached....

2011-04-28 Thread Michael Meeks
Hi Peter, On Wed, 2011-04-27 at 19:55 -0400, Peter Teeson wrote: As a retired Mac developer I would like to help track down this reproducible bug. Great stuff :-) nasty that it affects the stable release - it would be great to have you digging into that. Whom should I contact? Do I

[Libreoffice] [PUSHED] Introduce HideDisabledMenuItems style setting

2011-04-28 Thread Michael Meeks
Hi Christian, On Wed, 2011-04-27 at 11:13 +, Christian Dywan wrote: I updated the patch and attached a second one to get rid of UpdateApplicationSettings which for no good reason tries to flip the same switch in a very misleading way. Thanks for the nice patches, which I just

Re: [Libreoffice] FW: [PATCH] Introduce HideDisabledMenuItems style setting

2011-04-28 Thread Michael Meeks
Hi Allen, I'm picking on you because you SHOUTED ;-) but there are plenty of other problems in this thread, and my mail is fairly generic. Firstly - progress is not well served by hindering, and slowing down people committing patches - yes, some things may break when things are

Re: [Libreoffice] [PATCH][PUSHED] Remove List from ZoomList class

2011-04-28 Thread Katarina Machalkova
Pushed, thanks B. -- \ Katarina Machalkova \\\__o LibO developer __\\\'/_ hedgehog painter signature.asc Description: This is a digitally signed message part. ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH][PUSHED] Remove deprecated List container

2011-04-28 Thread Katarina Machalkova
They all related to the same files, try to apply them in the same order, thanks All pushed, thanks. Good work, esp. replacing home-grown Dictionary struct with std::map, which is much more appropriate in this case. B. -- \ Katarina Machalkova \\\__o

Re: [Libreoffice] [PATCH][PUSHED] Remove List usage in SdPublishingDlg

2011-04-28 Thread Katarina Machalkova
... pushed also this one ... Thanks! B. -- \ Katarina Machalkova \\\__o LibO developer __\\\'/_ hedgehog painter signature.asc Description: This is a digitally signed message part. ___ LibreOffice

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Michael Meeks
Hi NoOp, On Tue, 2011-04-26 at 18:43 -0700, NoOp wrote: I'm not a developer, but I consider my self to be an above-average user/tester with exeperience in installing, bug reporting et al on OOo and more recently LO. I can/do install test versions on everything from linux to Win (2K, XP, and

Re: [Libreoffice] Installation issue

2011-04-28 Thread Thorsten Behrens
Dan Hopper wrote: I'm running on an iMac G5 w/intel chip. Hi Dan, then you don't need the command line. Just open the .dmg, and drag the LibreOffice icon to where you want to install it. Cheers, -- Thorsten pgpkh6rzmjqEw.pgp Description: PGP signature

Re: [Libreoffice] [PATCH][PUSHED] Remove DECLARE_TABLE( SwRTFCharStyleTbl, SwCharFmt* )

2011-04-28 Thread Katarina Machalkova
Pushed this + the one from the previous mail (removing similar usage of DECLARE_TABLE from rtf filter). Thanks :) B. -- \ Katarina Machalkova \\\__o LibO developer __\\\'/_ hedgehog painter signature.asc Description: This is a digitally

Re: [Libreoffice] [PATCH][PUSHED] Remove DECLARE_TABLE( SwRTFStyleTbl, SwTxtFmtColl* )

2011-04-28 Thread Katarina Machalkova
( ... see below ... ) :) -- \ Katarina Machalkova \\\__o LibO developer __\\\'/_ hedgehog painter signature.asc Description: This is a digitally signed message part. ___ LibreOffice mailing list

Re: [Libreoffice] [2nd attempt] Cleaning sal/inc/osl/file.hxx

2011-04-28 Thread Michael Meeks
Hi there, On Thu, 2011-04-28 at 09:10 +0200, Chr. Rossmanith wrote: And I'll replace the wrapper functions like getSystemPathFromFileURL with the wrapped functions osl_getSystemPathFromFileURL. Um - I wouldn't do that. Particularly because these hide the impl. details of the string -

Re: [Libreoffice] [PATCH][PUSHED] Remove deprecated List container

2011-04-28 Thread Katarina Machalkova
Pushed. Good catch, thanks B. -- \ Katarina Machalkova \\\__o LibO developer __\\\'/_ hedgehog painter signature.asc Description: This is a digitally signed message part. ___ LibreOffice mailing

Re: [Libreoffice] [PUSHED] Introduce HideDisabledMenuItems style setting

2011-04-28 Thread Lubos Lunak
On Thursday 28 of April 2011, Michael Meeks wrote: Hi Christian, On Wed, 2011-04-27 at 11:13 +, Christian Dywan wrote: I updated the patch and attached a second one to get rid of UpdateApplicationSettings which for no good reason tries to flip the same switch in a very misleading way.

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-28 Thread Vik Tara
Cedric Bosdonnat wrote: Did you test on several platforms / Window managers? I remember having a grey window with GTK several years ago. Have tested on Fedora and Ubuntu 32 and 64 bit both running Gnome. According to the bug entry on ooo the issue does not occur on KDE -

[Libreoffice] Next section: Save on great pillz up to 300 per month

2011-04-28 Thread Maude
The best of the anti-ED meddds are here! http://youraffiliatex.com/c0laqo0n.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Installation issue

2011-04-28 Thread Dan Hopper
Thank you for responding. I'm using an iMac (Intel Chip) OSX 10.6.7 Dan Hopper On 4/27/11 5:44 PM, Xuacu [via Document Foundation Mail Archive] wrote: El martes, 26-abril-2011 a les 17:24 -0700, Dan Hopper escribió: I

Re: [Libreoffice] Crash log attached....

2011-04-28 Thread Thorsten Behrens
Michael Meeks wrote: On Wed, 2011-04-27 at 19:55 -0400, Peter Teeson wrote: As a retired Mac developer I would like to help track down this reproducible bug. Great stuff :-) nasty that it affects the stable release - it would be great to have you digging into that. Hi Peter,

Re: [Libreoffice] [PATCH][PUSHED] Fix cppcheck warnings in components (easy hack)

2011-04-28 Thread Katarina Machalkova
The attached patch fixes lots of cppcheck warnings in the components repository. Thanks! All of those are good points. Just small nitpicking (cui/source/dialogs/thesdlg.cxx) -- I did the following change to your patch: -(aLookUpHistory.empty() == 0 || aLookUpText !=

Re: [Libreoffice] Bug in main function libs-core/desktop/source/app/app.cxx ?

2011-04-28 Thread Lubos Lunak
On Friday 22 of April 2011, Julien Nabet wrote: I think this line nAcquireCount = Application::ReleaseSolarMutex() - 1; should be added before the line 1850 : if ( !bTerminateRequested !rCmdLineArgs.IsInvisible() ) In the code before the wrong commit, the SolarMutex stuff surrounds the

[Libreoffice] [PATCH] Display non printable characters on the end of line

2011-04-28 Thread Bartosz
Hi. I have created patch which resolve problem with displaing non printable characters at the end of line: https://bugs.freedesktop.org/attachment.cgi?id=45888 Full bug report: https://bugs.freedesktop.org/show_bug.cgi?id=33167 It works only with left align (the rest aligns was unchanged) One

[Libreoffice] [PATCH] Set GTK+ native mouse behaviour settings

2011-04-28 Thread Christian Dywan
This patch adds mouse behaviour settings for GTK+. Tested with for example double click time that renders me unable to double click and works even without a restart. Note that unlike the Windows code, I put the SetMouseSettings directly after the block because I find it non-obvious at the

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Cor Nouws
Hi Tor, Tor Lillqvist wrote (28-04-11 10:48) But can you tell me that you *really* aren't aware of the OOo-dev builds build process? You developed on OOo: http://wiki.services.openoffice.org/wiki/DomainDeveloper Sure, I am/was a registered domain developer, but I always worked in the

Re: [Libreoffice] [PATCH] Remove tools/list.hxx include

2011-04-28 Thread Katarina Machalkova
Hi Rafael (all) before I integrate this patch (thanks a lot for the remaining ones, btw), can you please clarify something to me? I understand that you want to remove inclusion of tools/list.hxx file, as LIST_APPEND constant is perhaps a single point of dependency on it in the affected files.

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Tor Lillqvist
And is/was that OOo-dev thing ever used by anyone except Hamburg? Oh yes. It was the primary opportunity for anyone to install snap-shots, dev builds, betas or however they were called, I meant, were such builds *produced* by anyone except the Hamburg guys? I do believe they were *used*

Re: [Libreoffice] [PATCH] Remove DECLARE_LIST(DdeServices, DdeService*) [Windows only]

2011-04-28 Thread Katarina Machalkova
Hey Rafael, Windows only patch, please compile and check that theres no errors, thanks Didn't you actually forget to attach something? :) B. -- \ Katarina Machalkova \\\__o LibO developer __\\\'/_ hedgehog painter signature.asc

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Cor Nouws
Tor Lillqvist wrote (28-04-11 14:50) And is/was that OOo-dev thing ever used by anyone except Hamburg? Oh yes. It was the primary opportunity for anyone to install snap-shots, dev builds, betas or however they were called, I meant, were such builds *produced* by anyone except the Hamburg

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Christian Lohmaier
On Thu, Apr 28, 2011 at 3:19 PM, Cor Nouws oo...@nouenoff.nl wrote: Tor Lillqvist wrote (28-04-11 14:50) And is/was that OOo-dev thing ever used by anyone except Hamburg? Oh yes. It was the primary opportunity for anyone to install snap-shots, dev builds, betas or however they were called,

[Libreoffice] problem with libereoffice

2011-04-28 Thread Studio Tecnico Ing. Federico Benedetti
I apologize for what comes from the English automatic translator, so I hope to be clear nell'eposizione the problem. In LibreOffice calcium is not updated link to external pages when they are moved from their original position, which is the case in OpenOffice. For example, except for two files

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Kohei Yoshida
On Thu, 2011-04-28 at 00:21 +0200, Cor Nouws wrote: Do we already have a simple text on the website/wiki, that explains the use of the developer list, and what expectations are? That might be linked to by devs when needed, thus preventing them to get bored or 'funny' or wasting time on

Re: [Libreoffice] problem with libereoffice

2011-04-28 Thread Cor Nouws
Hi Frederico, Studio Tecnico Ing. Federico Benedetti wrote (28-04-11 16:39) I apologize for what comes from the English automatic translator, so I hope to be clear nell'eposizione the problem. Thanks for writing. This list is however for developers working together, not for reporting bugs.

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Cor Nouws
Kohei Yoshida wrote (28-04-11 16:53) On Thu, 2011-04-28 at 00:21 +0200, Cor Nouws wrote: Do we already have a simple text on the website/wiki, that explains the use of the developer list, and what expectations are? That might be linked to by devs when needed, thus preventing them to get bored

[Libreoffice] minutes of tech steering call ...

2011-04-28 Thread Michael Meeks
I omitted to remind people of this one, so poor attendance; but: Present: Kendy, Andras, Bjoern, Petr, Christian, Koehi * AA completed + discuss Debian adding a second apply file support to apply.pl or using patches/hotfixes/ directory (done) + will do

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Michael Meeks
Hi Cor, On Thu, 2011-04-28 at 17:05 +0200, Cor Nouws wrote: I placed a first draft here: http://wiki.documentfoundation.org/User:Cornouws Looking forward to comments, ideas, .. Its a great start; can you put it in a public place so it can be jointly edited ? One of my

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-28 Thread Michael Meeks
Reading this again I missed a few obvious pieces: * Listen before speaking + get to know the people you're interacting with on the lists before sending mail + in particular, attempting to explain things to people that

[Libreoffice] extensions rant

2011-04-28 Thread Arno Teigseth
Hi all Are there any plans of launching a LO extensions site to take over? The openoffice one is more and more often offline... http://extensions.services.openoffice.org/ was down yesterday, and today too. I know of http://libreplanet.org/wiki/Group:OpenOfficeExtensions/List but it's actually

[Libreoffice] [PATCH] Clean up GtkSettings use in GTK+ platform module

2011-04-28 Thread Christian Dywan
This patch cleans up the GTK+ module a bit, fixing theming bugs in corner cases by using ONE way to get screen and settings, the different variants were either wrong or needlessly confusing. ciao, ChristianFrom 56349903b4f4b3350499263cb150346ff407471a Mon Sep 17 00:00:00 2001 From:

Re: [Libreoffice] [2nd attempt] Cleaning sal/inc/osl/file.hxx

2011-04-28 Thread Chr. Rossmanith
Hi, after removing all redundant #defines from file.hxx I had a look at the enum RC. At a first glance it seems that e.g. E_None is used only in pyuno_module.cxx (and in some comments in file.hxx) and could be replaced by the value osl_File_E_None from file.h. So put into a single question:

Re: [Libreoffice] [PATCH] Bug 36390 title / breaks html filter fixed

2011-04-28 Thread Chr. Rossmanith
Hi, my fix for bug 34666 has been too conservative. Now the test for HTML_UNKNOWNCONTROL_ON is removed and title / is treated correctly (c.f. bug 36390). I'm not sure whether there should be a test if the token is a ONOFF token? And I'm not sure if bug 36080 should be listed in the comment as

[Libreoffice] Pivot Table perf fix for 3.4

2011-04-28 Thread Kohei Yoshida
Hi there, As a heads-up, I just checked in a large-ish fix in the 3.4 branch [1], to address performance issues in the DataPilot (or Pivot Table, whatever the official name is now). Unfortunately the change turned out to be larger than I wanted it to be, especially for 3.4 which we are trying to

[Libreoffice] Professional printing services

2011-04-28 Thread admin
___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] extensions rant

2011-04-28 Thread Júlio Hoffimann
Hi Arno, Good question, i'm curious too about the website for LibreOffice extensions. Someone has good news? :-) Regards, Júlio. 2011/4/28 Arno Teigseth arnot...@gmail.com Hi all Are there any plans of launching a LO extensions site to take over? The openoffice one is more and more often

Re: [Libreoffice] extensions rant

2011-04-28 Thread Júlio Hoffimann
Hi Cor, I know this list is for developers, extensions website is not a developer stuff? The question is: A website will be created? What is the development plans for it? Sorry anyway, Júlio. 2011/4/28 Cor Nouws oo...@nouenoff.nl Hi Júlio, Arno, Pls mail the question to

Re: [Libreoffice] extensions rant

2011-04-28 Thread Thorsten Behrens
Júlio Hoffimann wrote: The question is: A website will be created? List for that: webs...@libreoffice.org -- Thorsten pgpaJRzLcZBZt.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [Patch] Support export of anonymous db data to OOXML

2011-04-28 Thread Markus Mohrhard
Hello, this patch allows to export the sheet local anonymous db data to OOXML. The export of named db data is no longer supported with this patch because Excel only supports the concept of one sheet local anonymous db data(named ranges are still supported). Additionally this patch fixes several

Re: [Libreoffice] [Patch] [PUSHED] Support export of anonymous db data to OOXML

2011-04-28 Thread Kohei Yoshida
On Fri, 2011-04-29 at 01:46 +0200, Markus Mohrhard wrote: Hello, this patch allows to export the sheet local anonymous db data to OOXML. The export of named db data is no longer supported with this patch because Excel only supports the concept of one sheet local anonymous db data(named