[Libreoffice] Approaches to enable international number format import/export in Calc

2011-03-06 Thread Samphan Raruenrom
Surprisingly, Calc doesn't support or even handle import/export from/to Excel international number format, result in lost of information from dates in non-western locale when convert. For example, these dates in Excel (see i18ndate.xls file) When impor

[Libreoffice] images in images.zip and other issues, please have a look

2011-03-06 Thread Clio
*1.* LibO-3.3.all_x86: help_en(ru, etc). File 'sdatabase.jar' is not used - included in the archive 'shared.jar'. LibO-3.3.1_win_x86: *2.* Toolbar_Standart: F7 'Spelling and Grammar = images.zip\res\commandimagelist\l{s}c_spellingandgrammardialog.png' (Writer and Web) named as 'Spelling=...l{s

Re: [Libreoffice] Compilation failed in sd part.

2011-03-06 Thread David Tardon
On Sun, Mar 06, 2011 at 10:18:04PM +0100, Julien Nabet wrote: > Hello, > > After this command today : > make clean && ./autogen.sh && make > I've got an error in sd part. Hi, try to remove sd/unxlngi6.pro . It should build again after that. D. ___ Lib

Re: [Libreoffice] Errors in LibreOffice

2011-03-06 Thread David Tardon
On Sun, Mar 06, 2011 at 09:39:15AM +0100, Stefan Lindel wrote: > Hi, > > where can i submit errors in LibreOffice? https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice D. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

[Libreoffice] [PATCH] Translate an error message

2011-03-06 Thread Martin Kepplinger
This translates an error message from german to english. thanks, martin --- sw/source/ui/envelp/envfmt.hrc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sw/source/ui/envelp/envfmt.hrc b/sw/source/ui/envelp/envfmt.hrc index 17cd764..ad4875a 100644 --- a/sw/sourc

[Libreoffice] Translation okay?

2011-03-06 Thread Martin Kepplinger
Hey! There are some german error messages like in the appended patch lying around. Would that patch be okay to do? I'm just checking before I may push such kind of translations. Thanks! martin ___ LibreOffice mailing list LibreOffice@lists.fr

[Libreoffice] [PATCH 2/2] Translate german comments

2011-03-06 Thread Martin Kepplinger
This translates the remaining german code comments in writer/sw/source/ui/envelp to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/envelp/envprt.hrc |6 +++--- sw/source/ui/envelp/label.hrc|6 +++--- sw/source/ui/envel

[Libreoffice] [PATCH 1/2] Translate german comments

2011-03-06 Thread Martin Kepplinger
This translates german code comments in writer/sw/source/ui/envelp to english. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. --- sw/source/ui/envelp/envfmt.cxx | 34 +- sw/source/ui/envelp/envfmt.hrc |6 +++--- sw/sou

[Libreoffice] [PUSHED] Comment-translation

2011-03-06 Thread Martin Kepplinger
Hi, This translates all german code comments in writer/sw/source/ui/envelp to english. Please note that this is already pushed to master and posted for review and visibility only! Thanks you! martin ___ LibreOffice mailing list LibreOffice@li

[Libreoffice] A missing file

2011-03-06 Thread Darryl Rooks
The dll file shlxthdl_x64.dll is missing from the 3.3.1 Windows distribution. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] What's Standing In The Way of Your Success?

2011-03-06 Thread Kimberly Choate
Let's face it, in today's economic environment, it has become increasingly difficult to make real life changing income working for someone else. Unemployment, layoffs, foreclosures and bankruptcy are at an all time high and in it's not going to change any time soon. So what can YOU do? Take c

Re: [Libreoffice] Question about using namespace ::com::sun::star::uno

2011-03-06 Thread Julien Nabet
Le 04/03/2011 23:48, Julien Nabet a écrit : Hello, I just finished the removing of using reference ::rtl:: in each directory (binfilters included). I'd like to be sure of what has to be done for "::com::sun::star::uno" part 1) remove "using namespace ::com::sun::star::uno" ok 2) replace "Refe

[Libreoffice] Compilation failed in sd part.

2011-03-06 Thread Julien Nabet
Hello, After this command today : make clean && ./autogen.sh && make I've got an error in sd part. After building the specific part, I've got this : Entering /home/maryline/compile-libreoffice/libo/sd/util Making:libsdli.so ../unxlngi6.pro/slo/outlview.o: In function `sd::OutlineView::Prepa

[Libreoffice] [PATCH] Additional translations of German comments in libs-core/sfx2/sdi

2011-03-06 Thread Albert Thuswaldner
.. and a tiny additional patch. You can commit the patch under the terms of MPL 1.1 / GPLv3+ / LGPLv3+ triple license. /Albert diff --git a/sfx2/sdi/frmslots.sdi b/sfx2/sdi/frmslots.sdi index 7f66212..e73dbc7 100644 --- a/sfx2/sdi/frmslots.sdi +++ b/sfx2/sdi/frmslots.sdi @@ -276,12 +276,12 @@ int

[Libreoffice] [PATCH] Additional translations of German comments in libs-core/sfx2/inc

2011-03-06 Thread Albert Thuswaldner
Hmm, I discovered some more changes that did not get properly pushed to master. You can commit the patch under the terms of MPL 1.1 / GPLv3+ / LGPLv3+ triple license. /Albert sfx2-inc-german-comments.diff.gz Description: GNU Zip compressed data ___ Li

Re: [Libreoffice] [PATCH] Additional translations of German comments in libs-core/editeng

2011-03-06 Thread Albert Thuswaldner
And now the actual patch /Albert On Sun, Mar 6, 2011 at 20:49, Albert Thuswaldner wrote: > Hi, > While tidying up my local repo I discovered some changes that did not > get properly pushed to master. It is all my fault, my patch back then > was humungous. > > You can commit the patch under t

[Libreoffice] [PATCH] Additional translations of German comments in libs-core/editeng

2011-03-06 Thread Albert Thuswaldner
Hi, While tidying up my local repo I discovered some changes that did not get properly pushed to master. It is all my fault, my patch back then was humungous. You can commit the patch under the terms of MPL 1.1 / GPLv3+ / LGPLv3+ triple license. /Albert ___

Re: [Libreoffice] [PATCH] [PUSHED] Easy Hacks: Translation of Comments from German to English

2011-03-06 Thread Pierre-André Jacquod
Hello, thanks, just changed a typo best regards Pierre-André On 03/06/2011 04:10 PM, Daniel Di Marco wrote: > Hi, > > I translated some more comments. The patch is attached. > > > Cheers, > Daniel > > > > ___ > LibreOffice mailing list > LibreOffic

Re: [Libreoffice] Remove "using namespace ::rtl"

2011-03-06 Thread Pierre-André Jacquod
Hello, > Finally since I'm not sure for the moment about what must be done on > "using namespace com::sun::star::uno", I did the work on binfilters. Thanks regards Pierre-André ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.

[Libreoffice] be-BY and ns locale codes in LibreOffice

2011-03-06 Thread Andras Timar
Hi, Do you know why 'be-BY' code was used in LibreOffice instead of simpler form 'be' (Belarusian)? Do you know why 'ns' was used instead of the standard (ISO 639-2) 'nso' for Northern Sotho? If I replace them, i.e. be-BY -> be and ns -> nso, can it break anything? Thanks, Andras

[Libreoffice] [PATCH] 2/2 fdo#34896 make color palette size consistent

2011-03-06 Thread Xavier ALT
second patch. -- Xavier ALT >From f053a65fe610f77926f5b07288f346b0b901500f Mon Sep 17 00:00:00 2001 From: Xavier ALT Date: Sun, 6 Mar 2011 10:02:54 +0100 Subject: [PATCH] fdo#34896 color palette size (8x13), only show scrollbar when needed --- cui/source/options/optchart.cxx |7 +-- cu

[Libreoffice] [PATCH] 1/2 fdo#34896 make color palette size consistent

2011-03-06 Thread Xavier ALT
Hi, This patch series fix make the color palette size consistent everywhere. Related to bug fdo#34896 (https://bugs.freedesktop.org//show_bug.cgi?id=34896) It's my first patch for LibreOffice, so don't hesitate to correct me if something is wrong. Cheers, -- Xavier ALT >From 92dee34f55738f241dc8

[Libreoffice] Errors in LibreOffice

2011-03-06 Thread Stefan Lindel
Hi, where can i submit errors in LibreOffice? mfg stefan ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice