Cell Value xlsx import test

2012-04-28 Thread Daniel Bankston
Hi, Kohei and Markus, I finally had time to work on this cell value xlsx import test task. I attached what I have so far for the test. I just wanted to make sure I'm going in the right direction and see what recommendations you might have. So far, I just have some basic test values to make

[PATCH v2] fdo#42779: Implement icon theme lookaside directory

2012-04-28 Thread Gábor Stefanik
This enables overriding icons found in an images.zip file with ones in a directory named "images" next to the zip file. Icon caching is also disabled when a lookaside directory is detected, so changes to the icons in the directory are applied immediately. Icons in a lookaside directory currently

[Libreoffice-commits] .: 3 commits - accessibility/prj afms/prj animations/prj apache-commons/prj apple_remote/prj autodoc/prj avmedia/prj basctl/prj basebmp/prj basegfx/prj basic/prj bean/prj beanshe

2012-04-28 Thread Bjoern Michaelsen
Makefile|3 +- MathMLDTD/prj/makefile.mk |1 Mesa/prj/makefile.mk|1 UnoControls/prj/makefile.mk |1 accessibility/prj/makefile.mk |1 animations/prj/makefile.mk |1 apple_remote/prj/makefile.

[Libreoffice-commits] .: 3 commits - chart2/qa sc/inc sc/source test/inc

2012-04-28 Thread Markus Mohrhard
chart2/qa/unit/data/tolerance.xml |8 +- sc/inc/conditio.hxx | 44 sc/source/core/data/conditio.cxx | 104 +++--- test/inc/test/xmldiff.hxx |6 +- 4 files changed, 83 insertions(+), 79 deletions(-) New commits: com

Re: [PATCH][PUSHED] WaE in test/source/diff/diff.cxx

2012-04-28 Thread Markus Mohrhard
Hey David, 2012/4/28 David Ostrovsky : > Hi, > > attached patch fix this WaE: > > [ build CXX ] test/source/sheet/xcellrangereferrer.cxx > /home/david/projects/libreoffice-core/git/libo/solver/unxlngx6.pro/inc/test/xmldiff.hxx: > In member function 'bool XMLDiff::compareAttributes(xmlNodePtr, > xm

Re: [PATCH] fdo#42779: Implement icon theme lookaside directory

2012-04-28 Thread Gábor Stefanik
Please hold this patch for now, it appears to be causing unit test failures. On Sat, Apr 28, 2012 at 10:53 PM, Tommy wrote: > On Sat, 28 Apr 2012 16:25:29 +0200, Muhammad Haggag > wrote: > >> From bugzilla (https://bugs.freedesktop.org/show_bug.cgi?id=42779): >> >> Currently if an artist wishes

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45376, which changed state. Bug 45376 Summary: [FORMATTING] Incorrect text wrapping around drawing shapes (depending on zoom level) https://bugs.freedesktop.org/show_bug.cgi?id=45376 What|Old Value

[Libreoffice-commits] .: editeng/source

2012-04-28 Thread Julien Nabet
editeng/source/editeng/impedit4.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 953ba47e75a449c464b4ca488073360cf622553d Author: Julien Nabet Date: Sat Apr 28 22:56:44 2012 +0200 Some cppcheck cleaning Change-Id: Idf2e6e3e2870429541b3b5c225470

Re: [PATCH] fdo#42779: Implement icon theme lookaside directory

2012-04-28 Thread Tommy
On Sat, 28 Apr 2012 16:25:29 +0200, Muhammad Haggag wrote: From bugzilla (https://bugs.freedesktop.org/show_bug.cgi?id=42779): Currently if an artist wishes to do some icon theming they have to run some scripts when they save an image to re-pack (by zipping) their icon theme of interest

Re: [Libreoffice-commits] .: sw/Module_sw.mk

2012-04-28 Thread Miklos Vajna
Hi Lubos, On Fri, Apr 27, 2012 at 07:38:33PM +0200, Lubos Lunak wrote: > In this case I assume the problem is because this tinderbox uses icecream > and > so the build is massively parallel and more likely to trigger build race > conditions. Build finishes fine if I run make again. I don't kn

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - vcl/inc

2012-04-28 Thread Caolán McNamara
vcl/inc/unx/salinst.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4506a1be6e306a65a837d4ffd28ba98a1fd621b8 Author: Caolán McNamara Date: Sat Apr 28 20:55:00 2012 +0100 valgrind: uninitialized variable Change-Id: I3bae6d746d63d52a09e7209f7565d60c8

[Libreoffice-commits] .: 5 commits - jvmfwk/source sw/source vcl/inc vcl/unx

2012-04-28 Thread Caolán McNamara
jvmfwk/source/framework.cxx |1 sw/source/ui/docvw/AnnotationWin.cxx | 19 - sw/source/ui/docvw/SidebarWin.cxx|5 - vcl/inc/unx/gtk/gtkinst.hxx |3 vcl/inc/unx/salinst.h|2 vcl/unx/gtk/app/gtkinst.cxx | 131 ++

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ww8tok.mk

2012-04-28 Thread Miklos Vajna
sw/CppunitTest_sw_subsequent_ww8tok.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit ed305e96bd098fad973d6f85b4efe7ac444bc16d Author: Miklos Vajna Date: Sat Apr 28 21:34:53 2012 +0200 sw: and a few more components for the ww8tok test diff --git a/sw/CppunitTest_sw_subse

[PATCH] Re: make check problem in libtest_smoketest building master

2012-04-28 Thread David Ostrovsky
On 26.04.2012 15:04, Stephan Bergmann wrote: [I accidentally sent this response to David only...] Original Message Subject: Re: make check problem in libtest_smoketest building master Date: Thu, 26 Apr 2012 08:10:19 +0200 From: Stephan Bergmann To: David Ostrovsky On 04/25/2

[PATCH] enable rendering of text without any attributes

2012-04-28 Thread Christina Roßmanith
Hi, text without attributes is displayed now. Christina >From 6eb292d4c3e64f686b4d6c9ad43ae101228e6941 Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Sat, 28 Apr 2012 20:36:54 +0200 Subject: [PATCH] enable rendering of text without any attributes --- filter/source/svg/svgreader.cxx |

[PATCH] Move polygon creation from rect attrs into helper method

2012-04-28 Thread Christina Roßmanith
Hi, if the corner radii-patch is fine, this patch moves the translation of rectangle attributes into a polygon into a helper method. Works fine here, but a short review would be nice. @Thorsten: The method importSVG which calls the ShapeRenderingVisitor is used for magic file type detection?

[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ww8tok.mk sw/Module_sw.mk

2012-04-28 Thread Miklos Vajna
sw/CppunitTest_sw_subsequent_ww8tok.mk |2 ++ sw/Module_sw.mk|1 + 2 files changed, 3 insertions(+) New commits: commit 1742e33a22807f14b7b77170d04edeb243647f1f Author: Miklos Vajna Date: Sat Apr 28 20:13:01 2012 +0200 sw: tentative fix for ww8tok test fail

Re: Need a mentor on framework & toolpanel

2012-04-28 Thread Olivier R.
Hello Laurent, I am not a C++ developper, but I assume that, if the code between LO and AOO is still quite similar, this page about the sidebars for AOO 4.0 might be useful: https://cwiki.apache.org/confluence/display/OOOUSERS/Sidebar+Introduction Sidebars and toolpanels seem to have the same pur

[PATCH] Correct handling of corner radii of rectangles

2012-04-28 Thread Christina Roßmanith
Hi, in createPolygonFromRect the interval [0,1] is scaled to [width/2,height/2]. Hence rx and ry have to be divided by width/2 and height/2 respectively - I totally agree with Marco (cf. Re: svgreader.cxx: XML_RECT question). The attached rounded_rect.svg tests the case that rx=width/2 and

[PATCH] WaE in test/source/diff/diff.cxx

2012-04-28 Thread David Ostrovsky
Hi, attached patch fix this WaE: [ build CXX ] test/source/sheet/xcellrangereferrer.cxx /home/david/projects/libreoffice-core/git/libo/solver/unxlngx6.pro/inc/test/xmldiff.hxx: In member function 'bool XMLDiff::compareAttributes(xmlNodePtr, xmlNodePtr)': /home/david/projects/libreoffice-core/g

Re: [PATCH] fdo#42779: Implement icon theme lookaside directory

2012-04-28 Thread Muhammad Haggag
From bugzilla (https://bugs.freedesktop.org/show_bug.cgi?id=42779): Currently if an artist wishes to do some icon theming they have to run some scripts when they save an image to re-pack (by zipping) their icon theme of interest, and then re-start LibreOffice. That is a bit of a pain. It would be

[Libreoffice-commits] .: 2 commits - sfx2/README svx/source

2012-04-28 Thread Takeshi Abe
sfx2/README|2 +- svx/source/svdraw/svdconv.hxx | 31 +++ svx/source/svdraw/svdoashp.cxx |4 +--- svx/source/svdraw/svdobj.cxx |5 + svx/source/svdraw/svdocapt.cxx |5 + svx/source/svdraw/svdomeas.cxx |4 +--- svx/sou

Re: svgreader.cxx: XML_RECT question

2012-04-28 Thread Marco Cecchetti
On Sat, 28 Apr 2012 00:35:26 +0200, Marco Cecchetti wrote: On Fri, 27 Apr 2012 23:03:41 +0200, Christina Roßmanith wrote: Hi, there are two "case XML_RECT" blocks in svgreader.cxx in two different visitors. The ShapeWritingVisitor scales rx and ry with width and height, the ShapeRen

Re: [PATCH] Replace more equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator

2012-04-28 Thread Lubos Lunak
On Saturday 28 of April 2012, Elton Chung wrote: > Hi there, > The patch replaces more equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with > == operator. > Replacement is done by using regex. Please compile with your patches before submitting. Your changes cause compilation errors. -- Lubos Lu

[PATCH] Replace more equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator

2012-04-28 Thread Elton Chung
Hi there, The patch replaces more equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator. Replacement is done by using regex. Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org Email : el..

Re: make ENABLE_SYMBOLS=true no longer enables symbols

2012-04-28 Thread Lubos Lunak
On Saturday 28 of April 2012, Kohei Yoshida wrote: > As the subject says, running make ENABLE_SYMBOLS=true in a module > build doesn't seem to turn on symbols for that module any more. > Anyone has any clue what has changed? Update. -- Lubos Lunak l.lu...@suse.cz _

[Libreoffice-commits] .: 2 commits - solenv/gbuild writerfilter/source

2012-04-28 Thread Lubos Lunak
solenv/gbuild/gbuild.mk |7 +++-- writerfilter/source/dmapper/NumberingManager.cxx | 32 --- writerfilter/source/dmapper/NumberingManager.hxx |3 -- 3 files changed, 23 insertions(+), 19 deletions(-) New commits: commit 3fad0575328c010fe011fb

[PATCH] Replace equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator

2012-04-28 Thread Elton Chung
Hi there, This patch replaces equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator. Replacement is done by using regex. More to come :) Best Regards, Elton -- Elton Chung Administrator, Sponsor of mirror.layerjet.com Language Maintainer, Tester of ReactOS Project | http://reactos.org