Re: [Libreoffice] Reducing the number of localized help packs

2011-04-28 Thread Tor Lillqvist
> FYI the list of language w/o help translation as of today: > af ar as ast be br brx cy dgo fa ga kk kn kok ks ku lo lt lv mai ml mn > mni mr my nr oc or pa-IN ro rw sa-IN sat sd sh sr ss st sw-TZ ta te th > tn ts uz ve xh zu Note that for the 3.4 beta 3 I already filtered out these help pack ins

[Libreoffice] Reducing the number of localized help packs

2011-04-28 Thread Andras Timar
Hi, LibreOffice supports 104 languages (including en-US). 48 of 104 languages do not have a word translated for helpcontent2 module, yet we were compiling, packaging and shipping help pack for these languages, too. IMHO it was wasting time and bandwidth, and also it can be frustrating to end-user.

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

[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 i

[Libreoffice] [PATCH] Removing the deprecated java.io.File.toURL() method.

2011-04-28 Thread Cyril Roelandt
Hello, The java.io.File.toURL() method is now deprecated (http://download.oracle.com/javase/6/docs/api/java/io/File.html#toURL%28%29). The java compiler generates that kind of warnings : warning: [deprecation] toURL() in java.io.File has been deprecated ConverterInfoReader cirPlugin =

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 http://lists.freedeskt

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 > Hi Júlio, Arno, > > Pls mail the question to disc...@documentfoundation.org and

Re: [Libreoffice] extensions rant

2011-04-28 Thread Cor Nouws
Hi Júlio, Arno, Pls mail the question to disc...@documentfoundation.org and continue debating it there. This list is for developers working together. Not for general discussions. Thanks - Cor Júlio Hoffimann wrote (28-04-11 22:38) Hi Arno, Are there any plans of launching a LO extension

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 > Hi all > > Are there any plans of launching a LO extensions site to take over? > > The openoffice one is more and more often offline... >

[Libreoffice] Professional printing services

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

[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

Re: [Libreoffice] [PATCH] Bug 36390 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 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 well,

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:

[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: Christian

[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

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

2011-04-28 Thread Rafael Dominguez
Sorry ur right, its probably better to set it to ULONG_MAX ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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 are

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 bu

[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 th

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 o

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 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 t

[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 in

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 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 call

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 guys

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 Descripti

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 *

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 file, as LIST_APPEND constant is perhaps a single point of dependency on it in the affected files. LIST_APPEND

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 "ooo-

[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 bottom

[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

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 t

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 != aLookUpHist

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 Pete

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

[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] 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

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 mislead

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

2011-04-28 Thread Christian Lohmaier
Hi Michael, *, On Thu, Apr 28, 2011 at 12:19 PM, Michael Meeks wrote: > 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 mislead

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 lis

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 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 Libr

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 sign

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] 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, a

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 m

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 Li

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 LibreOffic

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 ch

[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 pu

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

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 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 hidden > > if di

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 c

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.

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 osl_getSystemPathFromFileURL.