Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 09:43:18PM +0100, Joost Eekhoorn wrote: > MPL 1.1 / GPLv3+ / LGPLv3+ > > Joost Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [gentoo-dev] LibreOffice project: request for contributors and mentoring

2010-11-13 Thread David Nelson
Hi, :-) After I posted on the Gentoo devs list, there was this reply, which I'm posting here. I was wondering whether someone from the LibreOffice devs would like to jump in and respond? (I posted this follow-up to both lists.) To sign up for the Gentoo devs list: gentoo-...@lists.gentoo.org To s

Re: [Libreoffice] [PUSH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in base repo

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 12:53:43PM -0300, Santiago Alessandri wrote: > With this patch I think there are no more misuses of createFromAscii in the > base repository. > > It is released under MPL 1.1 / GPLv3+ / LGPLv3+ > > -- > Santiago Alessandri Pushed, thanks! D.

Re: [Libreoffice] [PATCH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in all /dbaccess/in base repo

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 12:14:49PM -0300, Santiago Alessandri wrote: > I'm sending two patches, the first is the main one and the latter is > because, i'm ashamed to say, i've made some mistakes and realised after > commiting. > So i corrected them, commited again and prepared the new patch. > We

[Libreoffice] Icon/Image cleanup

2010-11-13 Thread Andrew C. E. Dent
Hi Joseph Firstly - thanks for tackling this 'feature'. Great stuff! Really excited about seeing this in a future release.I have a few points to make, but will try to be brief: 1. MaskColorIMHO this is completely redundant, certainly for icons. Before switching to PNGs that can handle proper tr

Re: [Libreoffice] compile-time trickery to detect misuse of SAL_N_ELEMENTS, RTL_CONSTASCII_USTRINGPARAM, etc.

2010-11-13 Thread Thorsten Behrens
Caolan McNamara wrote: > Was there a policy against using boost in sal/cppu/etc ? > I somehow forgot the rationale, but yeah: http://www.openoffice.org/servlets/ReadMsg?list=interface-discuss&msgNo=869 -- Thorsten pgpCyQLOPmvfW.pgp Description: PGP signature ___

Re: [Libreoffice] Proposal: Enhancements in Easy_Hacks Wiki Page

2010-11-13 Thread Jonathan Aquilina
go for it. i dont think we should let the wiki become outdated. i honestly think an effort needs to be made to keep it as up to date as possible. one wiki that doesnt get too much attention is the ubuntu one. that has stuff still on there going all the way back to the early releases. On Sat, Nov 1

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/connectivity

2010-11-13 Thread Julien Nabet
Hello, Here's again a small patch for the last changes to do that I've seen in libs-core/connectivity Julien. (LGPLv3+ / MPL) libs_core_connectivity.txt.bz2 Description: application/bzip ___ LibreOffice mailing list LibreOffice@lists.freedesktop.or

[Libreoffice] Proposal: Enhancements in Easy_Hacks Wiki Page

2010-11-13 Thread David Schröder
Hi*,   I'm quite sure, I'm on the wrong list because I am not a developer, but reading this list is a private fun and a remember of an old time 15 years ago.   Back to topic again: I found that the Wiki Page needs some improvements for the view of all people reading:   Here I have 4 proposals after

[Libreoffice] [PUSHED] Re: [PATCH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in all /dbaccess/in base repo

2010-11-13 Thread Caolán McNamara
On Sat, 2010-11-13 at 12:14 -0300, Santiago Alessandri wrote: > I'm sending two patches, the first is the main one and the latter is > because, i'm ashamed to say, i've made some mistakes and realised > after commiting. > So i corrected them, commited again and prepared the new patch. Looks good,

[Libreoffice] [PUSHED] Re: [PATCH] RTL_CONSTASCII_USTRINGPARAM cleaning in base

2010-11-13 Thread Caolán McNamara
On Sat, 2010-11-13 at 12:48 +0100, Pierre-André Jacquod wrote: > Hope I am in line with the patch policy. Yup, all looks good. This is now committed, thanks for this C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freede

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM in svx

2010-11-13 Thread Joost Eekhoorn
MPL 1.1 / GPLv3+ / LGPLv3+ Joost diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 03623fb..b906c74 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -354,7 +354,7 @@ sal_Int8 FmGridHeader::ExecuteDrop( const ExecuteDropEvent& _rEv

Re: [Libreoffice] LO crash

2010-11-13 Thread Caolán McNamara
On Fri, 2010-11-12 at 15:33 -0800, John LeMoyne Castle wrote: > At my limit with this but it might be helpful... > Appears there are varied issues with system &/or our file picker ... > From > http://opengrok.go-oo.org/xref/libs-core/sfx2/source/dialog/filedlgimpl.hxx#mxFileDlg What this boils d

Re: [Libreoffice] compile-time trickery to detect misuse of SAL_N_ELEMENTS, RTL_CONSTASCII_USTRINGPARAM, etc.

2010-11-13 Thread Caolán McNamara
On Sat, 2010-11-13 at 00:19 +0100, Thorsten Behrens wrote: > Caolan McNamara wrote: > > So, with a bit more poking around I discovered the template trick to > > force a compile time error if the argument is not an array, and to > > calculate at compile time the length of the array. > > > Clever ha

Re: [Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-13 Thread Robert Nagy
This one is wrong, it was missing a chunk. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-13 Thread Robert Nagy
--- bin/localize-ooo |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/localize-ooo b/bin/localize-ooo index d253d6d..46ea56c 100755 --- a/bin/localize-ooo +++ b/bin/localize-ooo @@ -95,7 +95,7 @@ done # it looks for files "any-name-.sdf", e.g. "gallery-hu.sdf" # it

[Libreoffice] [PATCH] just find all .sdf files and do not use GNU find arguments

2010-11-13 Thread Robert Nagy
--- bin/localize-ooo |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/localize-ooo b/bin/localize-ooo index d253d6d..5b1b86f 100755 --- a/bin/localize-ooo +++ b/bin/localize-ooo @@ -95,7 +95,7 @@ done # it looks for files "any-name-.sdf", e.g. "gallery-hu.sdf" # it i

[Libreoffice] [PATCH] Install to the correct directory based on PREFIX

2010-11-13 Thread Robert Nagy
--- bin/package-ooo | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bin/package-ooo b/bin/package-ooo index f5d5c43..0d6dcac 100755 --- a/bin/package-ooo +++ b/bin/package-ooo @@ -176,11 +176,11 @@ case $VENDORNAME in # Icons and menu stuff is han

Re: [Libreoffice] Calc usability improvements

2010-11-13 Thread Kevin Hunter
At 7:57am -0500 Fri, 12 Nov 2010, Kevin Hunter wrote: At 5:32am -0500 Fri, 12 Nov 2010, Michael Meeks wrote: I wonder if switching the polarity of the check-box - so it is checked might help people 'see' it, and thus un-check it to get rid of it (some Mozilla dialogs do that I guess ?). Switch

[Libreoffice] [PATCH] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in base repo

2010-11-13 Thread Santiago Alessandri
With this patch I think there are no more misuses of createFromAscii in the base repository. It is released under MPL 1.1 / GPLv3+ / LGPLv3+ -- Santiago Alessandri From 23bf6c3ca93c68e50c0a1f5e08ddd05c38db64b5 Mon Sep 17 00:00:00 2001 From: Santiago Alessandri Date: Sat, 13 Nov 2010 12:48:57 -0

Re: [Libreoffice] What to do with new bugs OOo 3.3 also found in LibO ?

2010-11-13 Thread Andrea Pescetti
Jean-Baptiste Faure wrote: > Le 12/11/2010 12:59, Andrea Pescetti a écrit : > > Since LibreOffice 3.3.0 will be based on OOo 3.3.0, for the time being > > it's probably better to report and fix them upstream ... > Yes of course, but in fact my question was : is it needed to file > *another* bug re

[Libreoffice] BmpColorMode removal from libs-gui

2010-11-13 Thread Joseph Powers
Last night I submitted some patches to remove most of the code related to BmpColorMode from libs-gui. The only remaining references are in: vcl/source/gdi/bitmap.cxx vcl/inc/vcl/bitmap.hxx vcl/source/gdi/bitmapex.cxx vcl/inc/vcl/bitmapex.hxx vcl/source/gdi

[Libreoffice] [PATCH] Fix the last commit in build repository.

2010-11-13 Thread Giuseppe Castagno
This patch seems needed in both libreoffice-3-3 and master. Released according to: MPL 1.1 / GPLv3+ / LGPLv3+ beppec56. -- Kind Regards, Giuseppe Castagno Acca Esse http://www.acca-esse.eu giuseppe.castagno at acca-esse.eu beppec56 at openoffice.org >From dd264433424f300c08f6d838e81fc685341f527

Re: [Libreoffice] High Contrast Cleanup

2010-11-13 Thread Kálmán „KAMI” Szalai
Title: Szalai Kálmán Hi! What about to not to move but copy the HC set and crate the new HC set now? This way we have more time to test (and/or) fix @ optimize the newly created HC inconset. KAMI  2010-11-11 12:14 keltezéssel, Sebastian Spaeth írta:

[Libreoffice] [PATCH] RTL_CONSTASCII_USTRINGPARAM cleaning in base

2010-11-13 Thread Pierre-André Jacquod
hello, short presentation: have some C++ and java programming skills, but not used it intensively since 4-5 years... Need some refresh, hence I am starting with easy hacks... Will allow me to refresh knowledge and have a look at LibreOffice Hope I am in line with the patch policy. PS: I will alway

[Libreoffice] [QA] Manual testing

2010-11-13 Thread Sophie Gautier
Hi all, For information, today I'm going to translate the manual test page provided by the German group [1] on the English page [2]. For the language groups, it would be great if you could do this manual testing before releasing the 3.3 version and report any bug you may encounter, specific to y

Re: [Libreoffice] Calc usability improvements

2010-11-13 Thread Cor Nouws
Kohei Yoshida wrote (13-11-10 04:14) On Sat, 2010-11-13 at 02:06 +0100, Cor Nouws wrote: Default OOo: Backspace = delete without options Dell = delete with options Default LibreOffice: the other way round. Maybe this setting is included in the 'Compatibility options' ? Sure is. :-) Al

Re: [Libreoffice] Canonical has a vacancy for a LibO specialist software engineer

2010-11-13 Thread Kálmán „KAMI” Szalai
2010-11-11 13:39 keltezéssel, Rene Engelhard írta: > On Thu, Nov 11, 2010 at 12:10:02PM +, Wols Lists wrote: >> This is a *single* email (aplified by the list, yes), sent to a bunch of > Wrong. disc...@documentfoundation.org got one too. So two mails, > amplified by two lists. > > And on TDF

Re: [Libreoffice] Canonical has a vacancy for a LibO specialist software engineer

2010-11-13 Thread Kálmán „KAMI” Szalai
We have basically asked for these types of mails and I am very happy to > see them coming in. Independent on which organizatino will be paying the > bill. This one is very much on-topic. Also, it has not been the > organization sending the mail, but one individual who (rightfully) > thought people

Re: [Libreoffice] Tab rename in Calc

2010-11-13 Thread Jonathan Aquilina
i second this motion. On Sat, Nov 13, 2010 at 2:28 AM, Andy Brown wrote: > I would like to make a request for Calc. When a 'sheet' is copied, why not > have the rename box open like the double click? > > Thanks > Andy > ___ > LibreOffice mailing list >

[Libreoffice] [PATCHES] Eight "small" patches to remove trailing whitespaces from help

2010-11-13 Thread Niko Rönkkö
All trailing whitespaces (spaces and tabs) removed from help repository. In that place those really multiplies and quickly... Patches found in: http://ronkko.wippiespace.com/LibO/ MPL 1.1 / GPLv3+ / LGPLv3+ ___ LibreOffice mailing list LibreOffice@list

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for impress

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 12:52:48AM +0100, Julien Nabet wrote: > Hello, > > Here's again a small patch for the last changes to do that I've seen > in Impress. > > Julien. > (LGPLv3+ / MPL) Pushed. D. ___ LibreOffice mailing list LibreOffice@lists.freed

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for writer_sw

2010-11-13 Thread David Tardon
On Sat, Nov 13, 2010 at 12:41:34AM +0100, Julien Nabet wrote: > Hello, > > Here's a less small patch for the sw part. > > Julien. > (LGPLv3+ / MPL) Pushed with one change: String(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(""))) -> String() . D. ___ L

Re: [Libreoffice] [PUSHED] RTL_CONSTASCII_USTRINGPARAM for writer_starmath

2010-11-13 Thread David Tardon
On Fri, Nov 12, 2010 at 11:22:06PM +0100, Julien Nabet wrote: > Hello, > > Here's a small patch as there was only 1 file in the starmath part > which needed modifications. > > Julien. > (LGPLv3+ / MPL) Pushed, thanks! D. ___ LibreOffice mailing list L

Re: [Libreoffice] [PUSHED] Easy Hacks : RTL_CONSTASCII_USTRINGPARAM in libs-core 6

2010-11-13 Thread David Tardon
On Fri, Nov 12, 2010 at 07:44:28PM +0100, Gert Faller wrote: > Hi, > > another patch for libs-core. > > Regards. > > Pushed, thanks! D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libr