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
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
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.
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
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
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
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
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
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
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
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
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 ++
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
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
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 |
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?
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
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
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
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
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
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
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
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
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..
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
_
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
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
28 matches
Mail list logo