[Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
Please, someone can review this? Thkz. revol_ diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx index dbd1b51..2479c5c 100644 --- a/sw/source/core/access/acccell.cxx +++ b/sw/source/core/access/acccell.cxx @@ -121,7 +121,7 @@ SwAccessibleCell::SwAccessibleCell(

Re: [Libreoffice] Bug triaging - bugs in OOo code base

2011-01-08 Thread Wols Lists
On 07/01/11 18:09, Alexander Thurgood wrote: Hi, A question to the developers, which will inevitably become more important as things push on with LibO and the code base starts to separate : - what is the current approach, with regard to bug triaging, to bugs caused by the OOo code base ?

[Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
Hi, See the attached patch. Motivation: 17:51 boobaa kohei: is there a way to bind F13/F15 to previous/next sheet in calc? 17:58 @kohei boobaa, no idea. did you look into View - Toolbars - Customize - Keyboard? 17:58 boobaa kohei: exactly 17:59 @kohei boobaa, if it's not there, then the

Re: [Libreoffice] Forwarding cell grid question

2011-01-08 Thread Bernhard Dippold
Hi Christoph, Ferenc, all Christoph Noack schrieb: Hi Ferenc, all, forwarding to libreoffice@lists.freedesktop.org ... There has been a question on the design team mailing list concerning the cell grid - it seems to be drawn in the background, thus, it vanishes if people apply a background

Re: [Libreoffice] [Patch] [PUSHED] Make SVG filter export text color

2011-01-08 Thread Thorsten Behrens
KUROSAWA, Takeshi wrote: I wrote patches for SVG export filter. These fix a bug that texts in an exported SVG are invisible. The most of codes come from Flash export filter (filters/filter/source/swfwriter1.cxx). Hi Takeshi, wonderful, works like a charm - thanks for your patches, pushed!

[Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
Sending for review. revol_ diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx index e7b8e8b..c382486 100644 --- a/sw/source/core/access/accdoc.cxx +++ b/sw/source/core/access/accdoc.cxx @@ -95,7 +95,7 @@ void SwAccessibleDocumentBase::SetVisArea() } } -void

Re: [Libreoffice] Horizontal glyph adjustments are ignored with ICU layout

2011-01-08 Thread Keith Stribley
Hi Khaled, Michael, On 07/01/2011 8:21 PM, Michael Meeks wrote: Drat; we took ages to reply. I suspect Thorsten might be able to help, but failing that the best text expert I'm aware of is Tim (CC'd) who may be able to give some advice. SIL's Graphite integration would undoubtedly have

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 8 02:01:25 2011 +0100 Reducing spawning of chmod with xargs instead of exec diff

Re: [Libreoffice] Horizontal glyph adjustments are ignored with ICU layout

2011-01-08 Thread Khaled Hosny
On Fri, Jan 07, 2011 at 11:25:33PM +0100, Thorsten Behrens wrote: Khaled Hosny wrote: Anyway, it turned out that the issue is not specific to kerning nor Arabic, but affects all horizontal glyph positioning in the ICU layout path; the problem does not show on Windows nor with Graphite fonts

Re: [Libreoffice] [PATCH] Standard-color-palette-updates

2011-01-08 Thread Bernhard Dippold
Hi Kami, all, Christoph Noack schrieb: Hi Kami! Am Freitag, den 07.01.2011, 10:54 +0100 schrieb Kálmán „KAMI” Szalai: Hi Christoph, Bernhard, LibO Gurus, Then I provide patch for removing colors from main palette, and create/update a separated palette. Is it okay? That would more than

Re: [Libreoffice] [libreoffice-design] Change application background [was: How to contribute ?]

2011-01-08 Thread Bernhard Dippold
Hi Rahul, all, Rahul Prasad schrieb: [..] * I was thinking of a nice background instead of a static colour. You can find some of my design here http://rahulprasad.com/public/libreOffice/writer/ Although design is not very appealing, but I am sure people will come come up with better design.*

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the first sending seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 8 02:01:25 2011 +0100 Reducing

[Libreoffice] [PATCH] Remove commented code

2011-01-08 Thread Anders Jonsson
These three patches remove large blocks of commented code in sdk, components and libs-gui respectively. All code has been commented out at least since 2005. Anders Jonsson, (LGPLv3+, MPL) From bd135dcc65666baf7317d02ba2ed9eecb35d8b2e Mon Sep 17 00:00:00 2001 From: Anders Jonsson

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 Bug 31865 depends on bug 32897, which changed state. Bug 32897 Summary: templates have hard-coded language https://bugs.freedesktop.org/show_bug.cgi?id=32897 What|Old Value |New Value

[Libreoffice] [PATCH] Reducing chmod spawning by replacing exec by xargs

2011-01-08 Thread Julien Nabet
Hello, I used xargs instead of -exec to reduce chmod spawning. Hope there's no mistake in it. Julien PS : the 2 sendings with my yahoo.fr address seemed not having worked. commit d5a814812d592d36db85575bb80ab73817cd3e78 Author: Julien Nabet serval2...@yahoo.fr Date: Sat Jan 8 02:01:25 2011

[Libreoffice] [PATCH] Translations of comments in writer/sw/inc

2011-01-08 Thread Christoph
some more translations. From d79d2c0dfcdeb3d134bf6ca5a1f1bc3419aadb38 Mon Sep 17 00:00:00 2001 From: Christoph Herzog rho...@googlemail.com Date: Sat, 8 Jan 2011 02:37:47 +0100 Subject: [PATCH] Translations of comments in writer/sw/inc --- sw/inc/IDocumentLinksAdministration.hxx | 20

[Libreoffice] [PATCH] Transl. German comments in sw/inc/IDocumentFieldsAccess.hxx

2011-01-08 Thread Christoph
From c027b32054bd6222aee64757d0e87af373ad421b Mon Sep 17 00:00:00 2001 From: Christoph Herzog rho...@googlemail.com Date: Fri, 7 Jan 2011 23:58:52 +0100 Subject: [PATCH] Transl. German comments in sw/inc/IDocumentFieldsAccess.hxx Only one comment in this file. In case whitespace of the patch in

Re: [Libreoffice] [PUSHED] Re: [PATCH] Again cppcheck cleanliness

2011-01-08 Thread Julien Nabet
Le 08/01/2011 08:39, Julien Nabet a écrit : On Fri, 2011-01-07 at 11:07 +, Caolán McNamara wrote: / On Thu, 2011-01-06 at 20:36 +0100, Guillaume Poussel wrote: //Hi everybody, // // //A new patch which correct cppcheck warnings in base/. // // Looks good, pushed. Thanks for

[Libreoffice] [PATCH] Remove unused code and fix typos

2011-01-08 Thread Takeshi Abe
Hi, Here is a bunch of cleanup on base. Cheers, -- Takeshi Abe From 17a5c538b6e9ed1c13efda786e39986a82163a98 Mon Sep 17 00:00:00 2001 From: Takeshi Abe t...@fixedpoint.jp Date: Sun, 9 Jan 2011 02:04:00 +0900 Subject: [PATCH] Remove unused code and fix typos ---

[Libreoffice] calling web services

2011-01-08 Thread Dan Corneanu
Hi, supposing I would venture in writing a content provider implemented in C++ , to make a CMIS repository accessible to libreoffice, what library should I use for accessing the web services on the server? Best regards, Dan. ___ LibreOffice mailing list

Re: [Libreoffice] [PATCH] Fix passing distro specific branding via configure

2011-01-08 Thread Kálmán „KAMI” Szalai
Hi, Thank you for comiting it. I converted the files and updated the distro confs too. http://cgit.freedesktop.org/libreoffice/build/commit/?h=libreoffice-3-3id=06f0119fbc662320da7962a9bb048a1e55a62fa1 KAMI 2011-01-05 19:46 keltezéssel, Petr Mladek írta: Hi, the configure options

Re: [Libreoffice] Oracle wordbook in LibO

2011-01-08 Thread Khaled Hosny
On Sat, Jan 08, 2011 at 12:43:43AM +0100, Andrea Pescetti wrote: Petr Mladek wrote: Andrea Pescetti píše v Pá 07. 01. 2011 v 02:29 +0100: - It removes all the application names: Writer, Calc, Impress... Hmm, I am not sure if these are language independent names. Sophie, what do you

[Libreoffice] [PATCH] Really use BrOffice in the linux desktop files

2011-01-08 Thread Petr Mladek
Hi Michael, could you please sign off the attached patch? It is needed to create the linux desktop files with Name[pt_BR]=BrOffice 3.3. I am sorry, I havn't managed to verify your original fix before 3.3-rc2 release. I have lated found that it did not work because of: + * dekstop files

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Norbert Thiebaud
On Sat, Jan 8, 2011 at 8:51 AM, Miklos Vajna vmik...@frugalware.org wrote: Hi, See the attached patch. Motivation: 17:51 boobaa kohei: is there a way to bind F13/F15 to previous/next sheet in calc? 17:58 @kohei boobaa, no idea.  did you look into View - Toolbars - Customize - Keyboard?

Re: [Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Norbert Thiebaud
On Mon, Jan 9, 2006 at 11:09 PM, Kayo Hamid kayo.ha...@gekkolinux.com.br wrote: Sending for review. I' confused: -sal_Int32 nCount = xAcc-getAccessibleChildCount(); - -for( sal_Int32 i=0; i nCount; i++ ) +const sal_Int32 nCount = xAcc-getAccessibleChildCount(); +sal_Int32 i = 0;

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-08 Thread Peter Jentsch
Hi Jan, Hi Gioele, here's another patch: split-long-lines.xsl seems to be missing from the list of files in file_xsltfilter.scp. The attached patch should fix that. Bye, Peter From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001 From: Peter Jentsch pj...@guineapics.de Date:

Re: [Libreoffice] [PATCH] De-Java-ise flat XML export

2011-01-08 Thread Peter Jentsch
Hi Jan, Hi Gioele, here's another patch: split-long-lines.xsl seems to be missing from the list of files in file_xsltfilter.scp. The attached patch should fix that. Bye, Peter From 7657c25214ea4f0f73713b9cc007690c626480fa Mon Sep 17 00:00:00 2001 From: Peter Jentsch pj...@guineapics.de Date:

[Libreoffice] [PATCH] Translated comments from German to English

2011-01-08 Thread Christina Roßmanith
Hi, I started with a fresh clone this evening and reapplied my changes. So this patch is meant for pushing :-) Christina From 897639961ab86d9aa7b50a91acea19c3d47b8106 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Christina Rossmanith Date: Sat, 8 Jan 2011 23:09:47 +0100 Subject:

Re: [Libreoffice] [libreoffice-design] Change application background [was: How to contribute ?]

2011-01-08 Thread Christoph Noack
Hi Rahul, hi community! Am Samstag, den 08.01.2011, 02:05 +0100 schrieb Bernhard Dippold: Hi Rahul, all, Rahul Prasad schrieb: [..] * I was thinking of a nice background instead of a static colour. You can find some of my design here http://rahulprasad.com/public/libreOffice/writer/

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: Isn't F13 - F24 = Shift-F1 - Shift-F12 ? (which are already in the customization panel) Not really, it's possible to map those crazy multimedia buttons to F13 etc - then you'll even have Shift-F13. :)

Re: [Libreoffice] Localizations of UI and help - what languages does LibO support?

2011-01-08 Thread Andras Timar
2010.12.29. 0:21 keltezéssel, Andras Timar írta: Hi, I tested RC2 in regards of localization and I think it needs to be reviewed. 110 languages (including en-US) are selectable as UI language and help packs are provided for those. However, * Asturian (ast), Catalan (Valencian) (ca-XV),

Re: [Libreoffice] [PATCH] some changes for better performance, writer.

2011-01-08 Thread Kayo Hamid
On 08/01/2011 17:00, Norbert Thiebaud wrote: I' confused: -sal_Int32 nCount = xAcc-getAccessibleChildCount(); - -for( sal_Int32 i=0; i nCount; i++ ) +const sal_Int32 nCount = xAcc-getAccessibleChildCount(); +sal_Int32 i = 0; + +while(i nCount) { -if(

[Libreoffice] Bug 32790 fixed - please review

2011-01-08 Thread Kohei Yoshida
Hi there, I've just fixed and attached a patch to https://bugs.freedesktop.org/show_bug.cgi?id=32790 intended for 3.3. I would appreciate it if someone who is experienced in the writer mail merge code to review and approve this. Thanks a lot! Kohei

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Norbert Thiebaud
On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna vmik...@frugalware.org wrote: On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: Isn't F13 - F24 = Shift-F1 - Shift-F12 ? (which are already in the customization panel) Not really, it's possible to map those

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Kohei Yoshida
Hi Miklos, On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna vmik...@frugalware.org wrote: OK to push to master? Yeah, looks indeed trivial. Let's push this baby. Kohei ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice] [PATCH] variableScope cppcheck at writer

2011-01-08 Thread Kayo Hamid
Sending for review. revol_ diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 1436f6e..73ad556 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -1246,7 +1246,6 @@ void SwDoc::CalculatePagesForPrinting( USHORT nFirstPageNo = 0; USHORT

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 06:28:01PM -0500, Kohei Yoshida kohei.yosh...@gmail.com wrote: Hi Miklos, On Sat, Jan 8, 2011 at 9:51 AM, Miklos Vajna vmik...@frugalware.org wrote: OK to push to master? Yeah, looks indeed trivial. Let's push this baby. Done. :) Thanks. pgp4CTWGdMqPT.pgp

Re: [Libreoffice] [PATCH] cui: make it possible to bind F13/F14/F15/F16 to a function

2011-01-08 Thread Miklos Vajna
On Sat, Jan 08, 2011 at 05:27:08PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: On Sat, Jan 8, 2011 at 4:51 PM, Miklos Vajna vmik...@frugalware.org wrote: On Sat, Jan 08, 2011 at 01:40:05PM -0600, Norbert Thiebaud nthieb...@gmail.com wrote: Isn't F13 - F24 = Shift-F1 - Shift-F12 ?

Re: [Libreoffice] [PATCH][PUSHED] variableScope cppcheck at writer

2011-01-08 Thread Norbert Thiebaud
On Sat, Jan 8, 2011 at 9:00 PM, Kayo Hamid kayo.ha...@gekkolinux.com.br wrote: Sending for review. You need to check your editor settings, as you are introducing 'tab' characters as indentation. I fixed that. with that caveat, Pushed, thanks. Norbert revol_

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 ariel cornejo arie...@gmail.com changed: What|Removed |Added Depends on||32929 -- Configure

[Libreoffice] [Bug 31865] [Task]: LibreOffice 3.3 release blockers / stoppers

2011-01-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31865 --- Comment #57 from ariel cornejo arie...@gmail.com 2011-01-08 23:20:08 PST --- I'm nominating Bug #32929 (Use system font for user interface ignored) since this feature works fine in RC1 and is broken in RC2. -- Configure bugmail:

Re: [Libreoffice] [libreoffice-l10n] Re: Localizations of UI and help - what languages does LibO support?

2011-01-08 Thread Sophie Gautier
Hi Andras, On 09/01/2011 01:45, Andras Timar wrote: [...] The problem is that we cannot say that he always have more up-to-date translations that OOo hg (or LibreOffice git). I did not check all files, but some seemed to be older then ours, other seemed to be more complete/more up-to-date. It