[Libreoffice-commits] core.git: dbaccess/source editeng/source extensions/source forms/source framework/source linguistic/source rsc/source svx/source sw/source unotools/source xmloff/source

2013-03-08 Thread Stephan Bergmann
dbaccess/source/filter/xml/dbloader2.cxx|2 +- editeng/source/uno/unofield.cxx |4 ++-- extensions/source/bibliography/bibload.cxx |2 +- forms/source/richtext/richtextcontrol.cxx |2 +- framework/source/fwe/xml/saxnamespacefilter.cxx |2 +-

Re: [Libreoffice-commits] core.git: Revert simplify some compareTo

2013-03-08 Thread Stephan Bergmann
On 03/08/2013 09:04 AM, Stephan Bergmann wrote: commit 3d4723f80a37e719359ad78ad063bc39ac28cd32 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Mar 8 09:03:10 2013 +0100 Revert simplify some compareTo This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b,

Re: Fwd: LibreOffice text justification

2013-03-08 Thread Miklos Vajna
On Thu, Mar 07, 2013 at 11:56:02AM -0500, Terrence Enger ten...@iseries-guru.com wrote: Have we ever considered the possibility of adding TeX output as an option in Writer? I expect that people who need the beauty and control that are available with TeX are already using it. So, just

Re: Re: fdo#61135 New feature in Calc: Stepped Lines graphs - first part of code submitted

2013-03-08 Thread Markus Mohrhard
Hey Eric, On Wednesday 06 March 2013 17:00:56 Markus Mohrhard wrote: First we need to move the new values in CurveStyle.idl to the end and remove all the GNM_* values. Moving the values to the end ensures that the old values stay unchanged which causes as little trouble for extension

Re: scalc UNO api compilation question about header files

2013-03-08 Thread Stephan Bergmann
On 03/08/2013 01:16 AM, Neeraj Rai wrote: I have a makefile from Simple Calc example. It uses cppumaker to generate some header files from my idl files. I think you are saying Xdesktop/XEnumerationAccess are genrated in that step. That works and I understand it now. No. An invocation of

Re: LibreOffice text justification

2013-03-08 Thread Chris Tapp
Hi Németh, On 7 Mar 2013, at 15:54, Németh László wrote: Hi, It seems, LibreOffice uses a TeX-like penalty system for justification, but without modifiable options and pdfTeX-like microtypography features. There are other problems in this area, for example, the (sometimes very ugly)

[Libreoffice-commits] core.git: cui/source cui/uiconfig

2013-03-08 Thread Olivier Hallot
cui/source/inc/page.hxx |9 -- cui/source/tabpages/page.cxx | 27 ++ cui/uiconfig/ui/pageformatpage.ui | 167 +++--- 3 files changed, 96 insertions(+), 107 deletions(-) New commits: commit d400bb0d33acd81226fbeea56eaa9ae02a8b1c05 Author:

[PUSHED] Small improvement in page widget ui

2013-03-08 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2590 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2590 To unsubscribe,

[Libreoffice-commits] dev-tools.git: git-hooks/core.git git-hooks/dictionaries.git git-hooks/help.git git-hooks/translations.git

2013-03-08 Thread Miklos Vajna
git-hooks/core.git/hooks/update |4 ++-- git-hooks/dictionaries.git/hooks/update |4 ++-- git-hooks/help.git/hooks/update |4 ++-- git-hooks/translations.git/hooks/update |4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) New commits: commit

Re: Personas in LibreOffice

2013-03-08 Thread Michael Meeks
Hi Machanch, On Thu, 2013-03-07 at 17:33 -0800, machanch wrote: I have just install a persona into LibreOffce.. It happens to be a dark image. This has obscure the menus which are in dark text so they are not visable. As Robinson points out - this is a known issue; this is the

Re: [PATCH] about bug #61515

2013-03-08 Thread julien2412
Hello Ivan, Thank you for the patch but license is not exactly this, it's dual license MPL/LGPLv3+ Could you send a post to dev mailing list by taking example to http://nabble.documentfoundation.org/License-statement-td4042388.html? Julien -- View this message in context:

Re: New laptop

2013-03-08 Thread Michael Meeks
Hi José, On Fri, 2013-03-08 at 00:02 +0100, Christian Lohmaier wrote: On Thu, Mar 7, 2013 at 11:16 PM, José Guilherme Vanz wrote: Well, I would like to ask a tip for you. I have a dell vostro laptop, but I cannot use it for contribute in the LO project. The laptop turns off because of the

Re: Compile error in salgdi2.cxx on linux with -Werror

2013-03-08 Thread Michael Meeks
Hi there, On Fri, 2013-03-08 at 08:27 +0100, Jean-Noël Rouvignac wrote: I am getting a compile error on linux because I am using -Werror. See down below: I've pushed a fix; 0 or None I guess would be fine, also worth noting that it was a false positive warning. Anyhow thanks for the

[Libreoffice-commits] core.git: vcl/unx

2013-03-08 Thread Michael Meeks
vcl/unx/generic/gdi/salgdi2.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 2e00860260815c075ce32de052dc7fa98021c95d Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 11:02:44 2013 + WaE: avoid mis-detection of uninitialized

Re: [PUSHED] Fixes fdo#60701 by escaping uri-encode path correctly

2013-03-08 Thread Stephan Bergmann
On 03/08/2013 05:32 AM, Fridrich Strba (via Code Review) wrote: Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2588 Approvals: Fridrich Strba: Verified; Looks good to me, approved But how

[PATCH] simplify compareTo (now correct)

2013-03-08 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2591 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/2591/1 simplify compareTo (now correct) Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 --- M

[Libreoffice-commits] core.git: filter/inc filter/source sd/source

2013-03-08 Thread Muthu Subramanian
filter/inc/filter/msfilter/msdffimp.hxx |4 +++- filter/source/msfilter/msdffimp.cxx | 31 ++- sd/source/ui/unoidl/unoobj.cxx |3 +-- 3 files changed, 34 insertions(+), 4 deletions(-) New commits: commit 2f3e1c77b2e2304f9a718d35f6b12daef261e2c1

[Libreoffice-commits] core.git: autodoc/source

2013-03-08 Thread Chris
autodoc/source/parser_i/tokens/tkpstam2.cxx | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) New commits: commit d16ec6a1802e54890dac4df7403cd6ddcb81bcf3 Author: Chris chris.sherloc...@gmail.com Date: Fri Mar 8 21:42:45 2013 +1100 Simplify and speed-up logic for copying

[PUSHED] Simplify and speed-up logic for copying data

2013-03-08 Thread Stephan Bergmann (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2523 Approvals: Stephan Bergmann: Verified; Looks good to me, approved Jørgen Nystad: Looks good to me, but someone else must approve

[Libreoffice-commits] core.git: sysui/desktop

2013-03-08 Thread Samuel Mehrbrodt
sysui/desktop/menus/draw.desktop |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a3c0df8222a20860f64b06c956c213131b79a73b Author: Samuel Mehrbrodt s.mehrbr...@gmail.com Date: Mon Mar 4 20:28:55 2013 +0100 Add PDF Mimetype to Draw PDF Import is now a

[Libreoffice-commits] core.git: dbaccess/source editeng/source extensions/source forms/source framework/source linguistic/source rsc/source svx/source sw/source unotools/source xmloff/source

2013-03-08 Thread Thomas Arnhold
dbaccess/source/filter/xml/dbloader2.cxx|2 +- editeng/source/uno/unofield.cxx |4 ++-- extensions/source/bibliography/bibload.cxx |2 +- forms/source/richtext/richtextcontrol.cxx |2 +- framework/source/fwe/xml/saxnamespacefilter.cxx |2 +-

[PUSHED] Add PDF Mimetype to Draw

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2549 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2549 To unsubscribe,

[PUSHED] simplify compareTo (now correct)

2013-03-08 Thread Stephan Bergmann (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2591 -- To view, visit https://gerrit.libreoffice.org/2591 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] core.git: sysui/desktop

2013-03-08 Thread Fridrich Strba
sysui/desktop/menus/draw.desktop |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c1304eaf85e32a72dffa17fd541888bd5b2f223e Author: Fridrich Strba fridr...@documentfoundation.org Date: Fri Mar 8 12:06:02 2013 + Revert Add PDF Mimetype to Draw

[REVERTED] Revert Add PDF Mimetype to Draw

2013-03-08 Thread Fridrich Strba (via Code Review)
Fridrich Strba has reverted this change. Change subject: Revert Add PDF Mimetype to Draw .. Patch Set 3: Reverted This patchset was reverted in change: I79a526573f59e4f27b5023d031c37a529aa784c3 -- To view, visit

[PUSHED] Revert Add PDF Mimetype to Draw

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2592 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2592 To unsubscribe,

[Libreoffice-commits] core.git: basic/qa

2013-03-08 Thread Noel Power
basic/qa/cppunit/basic_coverage.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 4596120336b575d94d305c4139054afd95d2f740 Author: Noel Power noel.po...@suse.com Date: Fri Mar 8 12:16:35 2013 + fix WAE mbError unused Change-Id:

[Libreoffice-commits] core.git: 5 commits - sal/inc sw/source vcl/generic vcl/inc vcl/source writerfilter/source xmloff/source

2013-03-08 Thread Luboš Luňák
sal/inc/sal/log-areas.dox|1 sw/source/filter/ww8/docxattributeoutput.cxx |5 + vcl/generic/fontmanager/fontmanager.cxx | 10 +-- vcl/generic/print/text_gfx.cxx |4 - vcl/inc/vcl/embeddedfontshelper.hxx | 33 ++-

[PATCH] Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salpl...

2013-03-08 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2593 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/93/2593/1 Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxx Change-Id:

[ABANDONED] Proof of concept...

2013-03-08 Thread Fridrich Strba (via Code Review)
Fridrich Strba has abandoned this change. Change subject: Proof of concept... .. Patch Set 1: Abandoned not needed anymore -- To view, visit https://gerrit.libreoffice.org/2253 To unsubscribe, visit

[ABANDONED] Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salpl...

2013-03-08 Thread Chris Sherlock (via Code Review)
Chris Sherlock has abandoned this change. Change subject: Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxx .. Patch Set 1: Abandoned No way. -- To view, visit https://gerrit.libreoffice.org/2593 To

[Libreoffice-commits] core.git: tools/source

2013-03-08 Thread Noel Power
tools/source/fsys/tempfile.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 916d898209449bc88edfbf0d7a727bd0945124b7 Author: Noel Power noel.po...@suse.com Date: Fri Mar 8 12:42:20 2013 + fix regression reading OleStorages ( over THRESHOLD size )

[PATCH] Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salpl...

2013-03-08 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2594 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/94/2594/1 Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salplug.cxx Change-Id:

Re: Personas in LibreOffice

2013-03-08 Thread Jan Holesovsky
Hi Machanch, Michael Meeks píše v Pá 08. 03. 2013 v 10:01 +: I have just install a persona into LibreOffce.. It happens to be a dark image. This has obscure the menus which are in dark text so they are not visable. As Robinson points out - this is a known issue; this is the

[Libreoffice-commits] core.git: vcl/unx

2013-03-08 Thread Chris
vcl/unx/generic/plugadapt/salplug.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5745d7a08f6a0cb450b662fadb5892f168850fae Author: Chris chris.sherloc...@gmail.com Date: Fri Mar 8 22:05:06 2013 +1100 Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM

[PUSHED] Remove now obsolete RTL_CONSTASCII_(U)STRINGPARAM from salpl...

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2594 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2594 To unsubscribe,

[PUSHED] Remove RTL_CONST* macros from codemaker - pt1

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2595 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2595 To unsubscribe,

[PATCH] evoab2: Avoid G_N_ELEMENTS when loading symbols

2013-03-08 Thread Mathias Hasselmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2596 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/96/2596/1 evoab2: Avoid G_N_ELEMENTS when loading symbols With G_N_ELEMENTS() the array name has to be twice, which can

[PATCH] evoab2: Move get_e_source_registry() to EApi.cxx

2013-03-08 Thread Mathias Hasselmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2597 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/97/2597/1 evoab2: Move get_e_source_registry() to EApi.cxx get_e_source_registry() was declared in EApi.hxx, but defined

[PATCH] evoab2: Follow API changes in EDS 3.8

2013-03-08 Thread Mathias Hasselmann (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2598 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/98/2598/1 evoab2: Follow API changes in EDS 3.8 EDS 3.8 deprecates e_book_client_new() and replaces it with various

[PATCH] make use of startsWith()

2013-03-08 Thread Thomas Arnhold (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2599 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/99/2599/1 make use of startsWith() Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 --- M

[Libreoffice-commits] core.git: connectivity/source dbaccess/source framework/inc odk/examples svtools/source sw/source unotools/source vcl/headless vcl/source vcl/test vcl/workben writerfilter/source

2013-03-08 Thread Thomas Arnhold
connectivity/source/drivers/ado/ADriver.cxx |2 - connectivity/source/drivers/calc/CDriver.cxx |2 - connectivity/source/drivers/dbase/DDriver.cxx|2 - connectivity/source/drivers/file/FDriver.cxx |2

[PUSHED] make use of startsWith()

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2599 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2599 To unsubscribe,

[Libreoffice-commits] core.git: sd/source

2013-03-08 Thread Gokul
sd/source/ui/view/drtxtob1.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 909d745baf9a5d071892d8c04874ff279a9a477e Author: Gokul gswaminat...@kacst.edu.sa Date: Wed Feb 20 14:54:44 2013 +0300 Fix for fdo#58919 now the cursor/alignment is Right for RTL

[PUSHED] Fix for fdo#58919 now the cursor/alignment is Right for RTL ...

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2290 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2290 To unsubscribe,

[Libreoffice-commits] core.git: 4 commits - cui/uiconfig formula/inc formula/source sc/source sfx2/source vcl/inc vcl/source

2013-03-08 Thread Caolán McNamara
cui/uiconfig/ui/pageformatpage.ui | 11 formula/inc/formula/funcutl.hxx | 13 +++- formula/source/ui/dlg/formula.cxx |2 formula/source/ui/dlg/funcutl.cxx | 26 + formula/source/ui/dlg/parawin.cxx |2

Re: Fwd: LibreOffice text justification

2013-03-08 Thread Terrence Enger
On Fri, 2013-03-08 at 09:45 +0100, Miklos Vajna wrote: On Thu, Mar 07, 2013 at 11:56:02AM -0500, Terrence Enger ten...@iseries-guru.com wrote: Have we ever considered the possibility of adding TeX output as an option in Writer? I expect that people who need the beauty and control that

[Libreoffice-commits] core.git: 3 commits - connectivity/source

2013-03-08 Thread Mathias Hasselmann
connectivity/source/drivers/evoab2/EApi.cxx | 57 +++ connectivity/source/drivers/evoab2/EApi.h|1 connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx |8 -- connectivity/source/drivers/evoab2/NResultSet.cxx| 21 + 4 files

[PUSHED] evoab2: Follow API changes in EDS 3.8

2013-03-08 Thread Michael Meeks (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2598 -- To view, visit https://gerrit.libreoffice.org/2598 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PUSHED] evoab2: Move get_e_source_registry() to EApi.cxx

2013-03-08 Thread Michael Meeks (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2597 -- To view, visit https://gerrit.libreoffice.org/2597 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PUSHED] evoab2: Avoid G_N_ELEMENTS when loading symbols

2013-03-08 Thread Michael Meeks (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2596 -- To view, visit https://gerrit.libreoffice.org/2596 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] core.git: sfx2/source

2013-03-08 Thread Niklas Johansson
sfx2/source/doc/templatedlg.cxx | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) New commits: commit 27f93b3b851e59d254bf5cd3825c8691d0ff3b51 Author: Niklas Johansson sleeping.pil...@gmail.com Date: Thu Feb 28 02:31:55 2013 +0100 Template manager should respect

Re: [PATCH] Template manager should respect users macro and link settings

2013-03-08 Thread Cedric Bosdonnat
Hi Niklas, Your patch is ok to me: at least better than before if not 100% of cases are covered. I just pushed it to master branch and will submit it for review on libreoffice-4-0. Thanks a lot for your patch. -- Cedric On Thu, 2013-02-28 at 16:37 +0100, Niklas Johansson wrote: An attempt at

[Libreoffice-commits] core.git: 2 commits - offapi/com offapi/UnoApi_offapi.mk vcl/inc vcl/source

2013-03-08 Thread Stephan Bergmann
offapi/UnoApi_offapi.mk|4 + offapi/com/sun/star/accessibility/AccessBridge.idl | 11 +-- vcl/inc/svdata.hxx |3 - vcl/source/app/svdata.cxx | 61 - vcl/source/app/svmain.cxx

[PATCH] Change definition of dark colour for fdo#61993

2013-03-08 Thread Luke Deller (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2601 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/2601/1 Change definition of dark colour for fdo#61993 - Increase the threshold for dark colours from Luminosity=38 to

[PUSHED] fdo#46808, Adapt UNO services to the new style, Part 1-2

2013-03-08 Thread Stephan Bergmann (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2146 -- To view, visit https://gerrit.libreoffice.org/2146 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: Changing Color::IsDark() to match MS Word

2013-03-08 Thread Luke Deller
Hi, I have now submitted a patch for this: https://gerrit.libreoffice.org/2601 (BTW it seems to take a while for my emails to get through due to the need for moderation - is that normal or am I doing something wrong to trigger that?) Regards, Luke. On 08/03/13 16:55, Luke Deller wrote: I

[PATCH libreoffice-4-0] Resolves: fdo#58630 refEdit button shrink mangles dialog

2013-03-08 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2602 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/2602/1 Resolves: fdo#58630 refEdit button shrink mangles dialog RefInputStartPreHdl changes widget parents, they

Changing Color::IsDark() to match MS Word

2013-03-08 Thread Luke Deller
Hi, I am a bit shy of proposing a changing to core LibreOffice code to fix a doc/docx compatibility issue, so want to ask for opinions here. fdo#61993 doc/docx auto font color inverted in LibreOffice Do you think it is the right solution to change Color::IsDark() in

Re: Re: fdo#61135 New feature in Calc: Stepped Lines graphs - first part of code submitted

2013-03-08 Thread Eric Seynaeve
Hello Markus, thanks for your review. On Wednesday 06 March 2013 17:00:56 Markus Mohrhard wrote: First we need to move the new values in CurveStyle.idl to the end and remove all the GNM_* values. Moving the values to the end ensures that the old values stay unchanged which causes as little

Re: Changing Color::IsDark() to match MS Word

2013-03-08 Thread Eike Rathke
Hi Luke, On Saturday, 2013-03-09 01:54:12 +1100, Luke Deller wrote: (BTW it seems to take a while for my emails to get through due to the need for moderation - is that normal or am I doing something wrong to trigger that?) It might be because the original Return-Path header is different from

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sfx2/source

2013-03-08 Thread Niklas Johansson
sfx2/source/doc/templatedlg.cxx | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) New commits: commit 7e7a591c275bda74833fd794ccd66496aa03d6af Author: Niklas Johansson sleeping.pil...@gmail.com Date: Thu Feb 28 02:31:55 2013 +0100 Template manager should respect

Re: Compile error in salgdi2.cxx on linux with -Werror

2013-03-08 Thread Stephan Bergmann
On 03/08/2013 12:03 PM, Michael Meeks wrote: Some tinderboxes do that; however some backends simply can't be compiled without warnings currently eg. the KDE ones and gtk3 - as such it's not yet possible to use -Werror - and mandating it tends to lead to very avoidable first-time-builder

[Libreoffice-commits] libcdr.git: 2 commits - src/lib

2013-03-08 Thread Fridrich Štrba
src/lib/CDRContentCollector.cpp | 51 ++- src/lib/CDRParser.cpp | 106 +--- src/lib/CDRTypes.h | 22 ++-- 3 files changed, 153 insertions(+), 26 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d6/d612e8eb5996cd198e22100d10a3bb14b1093f

2013-03-08 Thread Michael Meeks
d6/d612e8eb5996cd198e22100d10a3bb14b1093f |1 + 1 file changed, 1 insertion(+) New commits: commit 48bdc7e75fd1cf79a9fee62197c1b96d54a0a0dd Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:30:26 2013 + Notes added by 'git notes add' diff --git

mail failure (was: Changing Color::IsDark() to match MS Word)

2013-03-08 Thread Eike Rathke
Hi Luke, On Friday, 2013-03-08 16:23:00 +0100, Eike Rathke wrote: It might be because the original Return-Path header is different from your From header and you may not have been subscribed to the list when you sent the earlier messsage. Note luked@* in Return-Path vs. luke@* in From

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 32/8998206948c32dd45875e4c42e39def1a18371

2013-03-08 Thread Michael Meeks
32/8998206948c32dd45875e4c42e39def1a18371 |1 + 1 file changed, 1 insertion(+) New commits: commit e1a71e3f90ae46daf9cf94947676a34f07dade92 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:39:38 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 75/5d5acc96b685796ef4f60005535f8f67010ca8

2013-03-08 Thread Michael Meeks
75/5d5acc96b685796ef4f60005535f8f67010ca8 |1 + 1 file changed, 1 insertion(+) New commits: commit 1075f4ee47fd1ae1d57f500154bc3e33d4894f2b Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:40:35 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 94/754eb3c4b9dc2b721ea05db9bae655bb16cc04

2013-03-08 Thread Michael Meeks
94/754eb3c4b9dc2b721ea05db9bae655bb16cc04 |1 + 1 file changed, 1 insertion(+) New commits: commit 0dd26395fbc27b1cf077cd4fbd17cdb7d32ecbb8 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:42:02 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b9/bd7806f57bc742c3251557d79416655ca70993

2013-03-08 Thread Michael Meeks
b9/bd7806f57bc742c3251557d79416655ca70993 |1 + 1 file changed, 1 insertion(+) New commits: commit 9da3fd5007c0791fd1196c22ab7de524a82f5051 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:43:46 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1d/66c32145f1a7662464ef737b81d2aa2c1c0584

2013-03-08 Thread Michael Meeks
1d/66c32145f1a7662464ef737b81d2aa2c1c0584 |1 + 1 file changed, 1 insertion(+) New commits: commit af68df1aded8d0c9c24f37b280c559e8a9438bae Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:44:49 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - basic/CppunitTest_basic_coverage.mk

2013-03-08 Thread Noel Power
basic/CppunitTest_basic_coverage.mk | 59 1 file changed, 59 insertions(+) New commits: commit b549baea0f2673c0dfb51d9b476f445e5c21bb59 Author: Noel Power noel.po...@suse.com Date: Fri Mar 8 15:46:24 2013 + add missing file :-(

Re: [PATCH] Template manager should respect users macro and link settings

2013-03-08 Thread Niklas Johansson
Hi Cedric Thanks for looking at my patch. This is a bit embarrassing I noticed a mistake in my patch, it seems I changed AsTemplate value on row 42-43. This was not supposed to be changed to sal_False in the patch. Since it will cause all templates to open in edit mode. :( I will try to make a

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source

2013-03-08 Thread Caolán McNamara
sc/source/ui/dbgui/validate.cxx| 10 +- sc/source/ui/inc/anyrefdg.hxx |1 + sc/source/ui/inc/validate.hxx |1 - sc/source/ui/miscdlgs/anyrefdg.cxx | 10 ++ 4 files changed, 12 insertions(+), 10 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7b/a04657464795ca53756519641436e60f971420

2013-03-08 Thread Michael Meeks
7b/a04657464795ca53756519641436e60f971420 |1 + 1 file changed, 1 insertion(+) New commits: commit 7497c1d311612fd5fab7757fc136ed9ccf3c1e49 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:50:40 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] dev-tools.git: scripts/annotate.pl

2013-03-08 Thread Michael Meeks
scripts/annotate.pl | 12 1 file changed, 12 insertions(+) New commits: commit a3441c4c5f89d99ec80b74c021ae735d80b6fb82 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:51:02 2013 + check it is a valid hash to annotate. diff --git a/scripts/annotate.pl

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 49/e18674c29d322df33dbebbba0858a1015831b6

2013-03-08 Thread Michael Meeks
49/e18674c29d322df33dbebbba0858a1015831b6 |1 + 1 file changed, 1 insertion(+) New commits: commit f13fd2ad8cd6d6b5e0778341b978699155315e31 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:53:43 2013 + Notes added by 'git notes add' diff --git

[PUSHED libreoffice-4-0] Resolves: fdo#58630 refEdit button shrink mangles dialog

2013-03-08 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/2602 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/2602 To unsubscribe,

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b5/5711a7a67147af31b17bb6ea45b4fb566cdae8

2013-03-08 Thread Michael Meeks
b5/5711a7a67147af31b17bb6ea45b4fb566cdae8 |1 + 1 file changed, 1 insertion(+) New commits: commit d7af468ac73c2418f42c01ef214796538e393ed1 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:55:19 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-03-08 Thread Jan Holesovsky
check.php | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-) New commits: commit 21692724c7e8ba3cdb9b583e79a4f4dc48595d40 Author: Jan Holesovsky ke...@suse.cz Date: Fri Mar 8 16:55:46 2013 +0100 Offer update to 4.0.1. diff --git a/check.php b/check.php

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2b/e0dfdbed23789d7b1202b8b974de9eaec444e0

2013-03-08 Thread Michael Meeks
2b/e0dfdbed23789d7b1202b8b974de9eaec444e0 |1 + 1 file changed, 1 insertion(+) New commits: commit 02adb36c1e59849401ae84e33cb132ce54138370 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:56:31 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ba/5e132c63511fbd042f05931c63d7e142ccf77c

2013-03-08 Thread Michael Meeks
ba/5e132c63511fbd042f05931c63d7e142ccf77c |1 + 1 file changed, 1 insertion(+) New commits: commit 8ad8b71350f96bd4d4690d97e2b8e7d7b25f5284 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:58:40 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 94/e5fb98e0d2e73ab6c0880791ce194986b81ee4

2013-03-08 Thread Michael Meeks
94/e5fb98e0d2e73ab6c0880791ce194986b81ee4 |1 + 1 file changed, 1 insertion(+) New commits: commit 26e718df3d40c6458a648c0495d072a57d9cd24b Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 15:59:32 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 69/220589bbe91f698e45eb2c57e4a8c369e23b35

2013-03-08 Thread Michael Meeks
69/220589bbe91f698e45eb2c57e4a8c369e23b35 |1 + 1 file changed, 1 insertion(+) New commits: commit 7cb609faf58da29ab09134ca9e3fd294a14699f7 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:03:53 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: avmedia/source

2013-03-08 Thread Michael Meeks
avmedia/source/viewer/mediawindow.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit efb912f81c84de0847b525569bfe97b9da2b01f0 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:03:31 2013 + add a few more missing media extensions.

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7e/f8b4f9634317aca19ed05a3ed2d13a8d5a128f

2013-03-08 Thread Michael Meeks
7e/f8b4f9634317aca19ed05a3ed2d13a8d5a128f |1 + 1 file changed, 1 insertion(+) New commits: commit 62e79d2dac36fc5df1b1f95895beb3df7618cc2b Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:04:55 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1b/d047a359e3fe78673b95cef0d16e26cbb060f1

2013-03-08 Thread Michael Meeks
1b/d047a359e3fe78673b95cef0d16e26cbb060f1 |1 + 1 file changed, 1 insertion(+) New commits: commit 81a681c00cae76186d9ba710607fd995599b2c56 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:07:52 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: filter/source

2013-03-08 Thread Andre Fischer
filter/source/msfilter/escherex.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 6bf213237139cf1dbea3b793a90a0245872f1110 Author: Andre Fischer a...@apache.org Date: Tue Jun 12 06:23:27 2012 + #i119502# Guard array access against invalid

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c6/4944f60829e3695515425f090bf3f4cbbc2f62

2013-03-08 Thread Michael Meeks
c6/4944f60829e3695515425f090bf3f4cbbc2f62 |1 + 1 file changed, 1 insertion(+) New commits: commit 827dc0e24ec29f5f07cc75f0dc6dd2280d49c89f Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:10:06 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 61/491195325ddb2856c41587d4d60e07a8adc4ae

2013-03-08 Thread Michael Meeks
61/491195325ddb2856c41587d4d60e07a8adc4ae |1 + 1 file changed, 1 insertion(+) New commits: commit 51a4465c19e2c8bb74007c42375c5a9037191896 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:12:46 2013 + Notes added by 'git notes add' diff --git

[PATCH] fdo#61458, index should be flat

2013-03-08 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/2603 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/2603/1 fdo#61458, index should be flat Change-Id: I46db120fc5e7d616cd4c9eadee7fc4c502569e86 --- M

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 8d/720dc663d14599a33728ab48a1a1c4ecedaef6

2013-03-08 Thread Michael Meeks
8d/720dc663d14599a33728ab48a1a1c4ecedaef6 |1 + 1 file changed, 1 insertion(+) New commits: commit adba29e64e098eda99ec62d29ae2a57413211b22 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:14:44 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a1/689b94c76fe87bf294a3d496e85a02e7ff15cf

2013-03-08 Thread Michael Meeks
a1/689b94c76fe87bf294a3d496e85a02e7ff15cf |1 + 1 file changed, 1 insertion(+) New commits: commit 584d0a3f1eaa5387277356c398da9747f90540a0 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:20:43 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 41/b533ec5d88f456ea3b4a773fadaf047f36561e

2013-03-08 Thread Michael Meeks
41/b533ec5d88f456ea3b4a773fadaf047f36561e |1 + 1 file changed, 1 insertion(+) New commits: commit 4fa6bafb1d7e1678a1479f72a204830b92852dd5 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:22:11 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 70/0fb025a6f0f4e14faa1d295bf0e94cc05e3ebb

2013-03-08 Thread Michael Meeks
70/0fb025a6f0f4e14faa1d295bf0e94cc05e3ebb |1 + 1 file changed, 1 insertion(+) New commits: commit d090683ed1445038a0173e2b8dd720c78c728ea9 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:23:20 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 01/0efa19a721eada0244309465ca44b0339ddff5

2013-03-08 Thread Michael Meeks
01/0efa19a721eada0244309465ca44b0339ddff5 |1 + 1 file changed, 1 insertion(+) New commits: commit 7e3d05af9ff57edd50360c8688169508ad9a00aa Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:23:46 2013 + Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: 4 commits - cui/source cui/uiconfig svtools/source

2013-03-08 Thread Caolán McNamara
cui/source/tabpages/numfmt.cxx |3 +++ cui/uiconfig/ui/numberingformatpage.ui | 15 ++- svtools/source/contnr/treelistbox.cxx |3 ++- svtools/source/misc/langtab.src|4 ++-- 4 files changed, 17 insertions(+), 8 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - basic/qa

2013-03-08 Thread Noel Power
basic/qa/cppunit/test_scanner.cxx | 259 +++--- 1 file changed, 130 insertions(+), 129 deletions(-) New commits: commit d33c72cb82e935f562fa654e51833045d31a6ab5 Author: Noel Power noel.po...@suse.com Date: Fri Mar 8 16:29:41 2013 + fix mistakely

Re: [PATCH] Template manager should respect users macro and link settings

2013-03-08 Thread Cedric Bosdonnat
Hi Niklas, On Fri, 2013-03-08 at 16:51 +0100, Niklas Johansson wrote: This is a bit embarrassing I noticed a mistake in my patch, it seems I changed AsTemplate value on row 42-43. This was not supposed to be changed to sal_False in the patch. Since it will cause all templates to open in edit

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 79/33660309d98db31e5947bb35c958a7adc9143c ab/f0fd91af4538f9fd9c05f864f7af2b379be8ec

2013-03-08 Thread Michael Meeks
79/33660309d98db31e5947bb35c958a7adc9143c |1 + ab/f0fd91af4538f9fd9c05f864f7af2b379be8ec |1 + 2 files changed, 2 insertions(+) New commits: commit 7c9961393c3411abcd4aaf81e4e5057ec1309d10 Author: Michael Meeks michael.me...@suse.com Date: Fri Mar 8 16:33:01 2013 + Notes

  1   2   3   4   >