Re: [Libreoffice] [PUSHED] partial patch for fdo#44551 libvisio: arrow head shapes not imported properly

2012-01-31 Thread Bruno Girin
On 31/01/12 11:22, Fridrich Strba wrote: Hello, Bruno On 31/01/12 00:35, Bruno Girin wrote: Please find attached a partial patch to import line marker shapes from Visio files. I would appreciate a review to confirm whether I am on the right path or whether I should do something different

[Libreoffice] [REVIEW] partial patch for fdo#44551 libvisio: arrow head shapes not imported properly

2012-01-30 Thread Bruno Girin
From: Bruno Girin brunogi...@gmail.com Date: Mon, 30 Jan 2012 23:31:47 + Subject: [PATCH] Partial patch for fdo#44551 --- src/lib/VSDXContentCollector.cpp | 52 + src/lib/VSDXContentCollector.h |3 ++ 2 files changed, 49 insertions(+), 6 deletions

Re: [Libreoffice] Compiling question by a complete beginner

2012-01-22 Thread Bruno Girin
On 21/01/12 20:49, Bar?s, Akkurt wrote: Hi, I'm a complete beginner in LibreOffice development and at the compiling step now. I tried instructions here: http://wiki.documentfoundation.org/Development/Native_Build But compilation failed while building the moz module. I tried instructions here:

Re: [Libreoffice] libvisio: how can I help?

2012-01-15 Thread Bruno Girin
On 12/01/12 08:14, Fridrich Strba wrote: 1) I install the git versions of libwpd/libwpg/libwps/libvisio (and libcdr for master builds) in the usual system prefix. For my 64-bit system it is --prefix=/usr --libdir=/usr/lib64 Would anybody be able to tell me where I can find the git repos for

[Libreoffice] [PATCH] libvisio: simple fix to prevent startMarker from disabling endMarker when both are non-zero

2012-01-15 Thread Bruno Girin
Hi all, It appears that in libvisio, if a line has a start arrow, the end arrow gets ignored. You'll find attached a simple patch that fixes this. Cheers, Bruno From f794fdd967d2eb9a9cd5d4d0fb16a1d19f65f168 Mon Sep 17 00:00:00 2001 From: Bruno Girin brunogi...@gmail.com Date: Sun, 15 Jan

Re: [Libreoffice] libvisio: how can I help?

2012-01-11 Thread Bruno Girin
On 11/01/12 09:44, Fridrich Strba wrote: Now, I just pushed a fix for some diagrams not having borders in shapes where the borders should be. Like the sample Brainstm.vsd. When/if I have time, I will try to go through your bugs and try to fix what can be fixable. I saw you had a look at

Re: [Libreoffice] libvisio: how can I help?

2012-01-09 Thread Bruno Girin
On 09/01/12 11:12, Fridrich Strba wrote: Hello, On 09/01/12 11:24, Michael Meeks wrote: I would like to start tackling some of them but as I'm not familiar with the code base, I would welcome suggestions as to which ones are likely to be reasonably easy hacks. I'm not an expert on

Re: [Libreoffice] libvisio: how can I help?

2012-01-08 Thread Bruno Girin
On 03/01/12 22:29, Bruno Girin wrote: On 03/01/12 21:34, Fridrich Strba wrote: Hello, Bruno, If you are looking at something cool to do inside libvisio, I might have an idea or two :) For the while, libvisio is converting binary MS Visio files in versions 6 (Visio 2000 and 2002) and 11

[Libreoffice] libvisio: how can I help?

2012-01-03 Thread Bruno Girin
Hi all, I discovered the existence of libvisio [1] while building LibO this morning. So first I'd like to thank Fridrich and Eilidh for the code and then I'd like to know: how can I help? I'm happy to work on code or test cases: I use Visio all the time at work so I often have weird and

Re: [Libreoffice] libvisio: how can I help?

2012-01-03 Thread Bruno Girin
On 03/01/12 21:34, Fridrich Strba wrote: Hello, Bruno, If you are looking at something cool to do inside libvisio, I might have an idea or two :) For the while, libvisio is converting binary MS Visio files in versions 6 (Visio 2000 and 2002) and 11 (Visio 2003 - 2010). There is another