[Libreoffice-commits] .: 3 commits - Makefile solenv/bin

2012-04-30 Thread David Tardon
Makefile|4 ++-- solenv/bin/build.pl |8 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) New commits: commit 23791c1c013313f80b743b61bc7500d3c730aa02 Author: David Tardon dtar...@redhat.com Date: Mon Apr 30 07:57:41 2012 +0200 dmake build is always partial

[Libreoffice-commits] .: filter/source

2012-04-30 Thread Fridrich Strba
filter/source/svg/gfxtypes.hxx |8 ++-- filter/source/svg/svgreader.cxx |7 +++ 2 files changed, 13 insertions(+), 2 deletions(-) New commits: commit b18cfdc7cd3755c147970f86d23973f337be01a7 Author: Chr. Rossmanith chr.rossman...@gmx.de Date: Sun Apr 29 22:12:29 2012 +0200

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 01:36:03, Bjoern Michaelsen napsal(a): export GMAKE_OPTIONS=-j30 -l9 -sr make or make GMAKE_OPTIONS=-j30 -l9 -sr should both allow you to build more optimal on a single (that is no distcc/icecream) 8-core system by taking in account system load. Cool, few

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Norbert Thiebaud
On Mon, Apr 30, 2012 at 1:57 AM, Tomáš Chvátal tomas.chva...@gmail.com wrote: And second why the LO must be special and just don't accept the arguments like normal make process? So using make -j30 -l9 -sr should just work. Or is there some problem that you can't clean the parameters up when

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Bjoern Michaelsen
Hi, On Mon, Apr 30, 2012 at 08:57:05AM +0200, Tomáš Chvátal wrote: What will happen now if I build with: ./configure --with-max-jobs=32 make GMAKE_OPTIONS=-j30 make will be called with: make -j32 -j30 and execute with 30 jobs. And second why the LO must be special and just don't accept

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 10:20:27, Bjoern Michaelsen napsal(a): Hi, On Mon, Apr 30, 2012 at 08:57:05AM +0200, Tomáš Chvátal wrote: What will happen now if I build with: ./configure --with-max-jobs2 make GMAKE_OPTIONS=-j30 make will be called with: make -j32 -j30 and execute with 30

Re: Need a mentor on framework toolpanel

2012-04-30 Thread Jan Holesovsky
Hi Laurent, On 2012-04-27 at 18:08 +0200, Laurent Godard wrote: So I need a community-mentor-volunteer that could kindly drive this student through this part of the code. I think it will be ok for the school and in the end may add a new hacker If nobody else volunteers, I am happy to make

[REVIEW] Hardcode cairo canvas off for Mac OS X and Windows

2012-04-30 Thread Korrawit Pruegsanusak
Hello all, It would be great to have these commits by Tor Lillqvist, maybe squashed into one, into -3-5 branch * http://cgit.freedesktop.org/libreoffice/core/commit/?id=7e1516124bb05f9f40e1d724688b7b1a80327dfe *

[Libreoffice-commits] .: Branch 'feature/cmclayout' - 4 commits - accessibility/source vcl/inc vcl/source

2012-04-30 Thread Caolán McNamara
accessibility/source/standard/vclxaccessibleradiobutton.cxx |5 vcl/inc/vcl/builder.hxx | 16 + vcl/inc/vcl/button.hxx | 22 +- vcl/source/control/button.cxx | 118 ++--

Re: Need a mentor on framework toolpanel

2012-04-30 Thread Laurent Godard
Hi Kendy If nobody else volunteers, I am happy to make my hands dirty with this code - please ping me / let the student ping me on the IRC should there be something necessary, I am sure we'll find a way together :-) great thanks a lot for your proposal so, i'll continue the process and

Re: ask help for Open Office VBA interoperability development

2012-04-30 Thread Noel Power
Hi ZuoJun On 26/04/12 04:45, ZuoJun Chen wrote: Hi, Noel I am interested in VBA interoperability development, great, at libreoffice we are always delighted to help developers out, nice to hear you are interested in VBA development, of course I'd be happy help with any issues or

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread Bjoern Michaelsen
On Mon, Apr 30, 2012 at 10:28:09AM +0200, Tomáš Chvátal wrote: Splendid so I will just drop the max-jobs one. Now we have the GMAKE_OPTIONS that affect gbuild and --with-num-cpus that affects dmake right? Or they still kinda collide with each other? They still collide below tail_build

Re: Regarding your commit: Add all the available themes to the list

2012-04-30 Thread Stefan Knorr (Astron)
Hi Korrawit, all, Or could anyone, including you :-), tell us more detailed story about supporting themes? AFAIK, the Classic and Industrial themes were deliberately removed from the theme list. There's a number of commits regarding Industrial:

Re: [PATCH] Remove more RTL_CONSTASCII_STRINGPARAM

2012-04-30 Thread Michael Meeks
Hi Elton, On Sun, 2012-04-29 at 16:15 +0800, Elton Chung wrote: This patch removes more RTL_CONSTASCII_STRINGPARAM usages. It would probably be best to defer these vast changes until after the re-licensing work is completed - simply to make that difficult process easier :-) Any

Re: License statement fro LibreOffice

2012-04-30 Thread Joseph Powers
To whom it may concern, All of my past and future contributions made to the LibreOffice project are done under MPL1.1+/GPLv3+/LGPLv3+. Joseph Powers ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[PATCH] Re: input for fdo#45779 from a basegfx knowledgeable person needed

2012-04-30 Thread Pierre-André Jacquod
Hello, back again after a while. On 02/15/2012 11:30 AM, Thorsten Behrens wrote: Fixed with d37abad97d72bae0fd0269de12e94c7a7d3fd7e1 - but, if you like, would be cool to chase down why in the first place the ppt import creates polygons with empty sub-paths, that looks like a worthwhile

Re: Regarding your commit: Add all the available themes to the list

2012-04-30 Thread Tomáš Chvátal
Dne Po 30. dubna 2012 15:21:21, Korrawit Pruegsanusak napsal(a): Hello Tomas, all, Hi Regarding your commit: Add all the available themes to the list [1], I'm thinking of my old experiment dated December 2011 [2]. Just a reminder: your commit * added 'human' theme to the default theme

[Libreoffice-commits] .: 6 commits - svl/inc svl/source

2012-04-30 Thread Eike Rathke
svl/inc/svl/nfversi.hxx | 64 +++--- svl/inc/svl/zforlist.hxx| 24 +- svl/source/numbers/zforlist.cxx | 377 ++-- 3 files changed, 182 insertions(+), 283 deletions(-) New commits: commit dba0aed4ca39b2b40c6609ff336384dcc75c6914 Author:

[Libreoffice-commits] .: vcl/inc vcl/source

2012-04-30 Thread Michael Meeks
vcl/inc/impimagetree.hxx|7 +- vcl/source/gdi/impimagetree.cxx | 112 ++-- 2 files changed, 88 insertions(+), 31 deletions(-) New commits: commit 1a33c664d7f7a0662b861fbafe3b93a2656bb768 Author: Gábor Stefanik netrolller...@gmail.com Date: Sat

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

2012-04-30 Thread Michael Meeks
Hi Gabor, On Sun, 2012-04-29 at 04:56 +0200, Gábor Stefanik wrote: This enables overriding icons found in an images.zip file with ones in a directory named images next to the zip file. Looks lovely, as/when there are dev-builds we should poke the artists about it so they know it's

Re: [PUSHED][PATCH] Remove unused code (24)

2012-04-30 Thread Caolán McNamara
On Sun, 2012-04-29 at 16:16 +0800, Elton Chung wrote: Hi there, This patch removes 1 unused method. Looks good to me, pushed now, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - writerfilter/source

2012-04-30 Thread Caolán McNamara
writerfilter/source/rtftok/rtfdocumentimpl.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit ae8e571936dc83d54e398bfc21f5a512b8c7471b Author: Miklos Vajna vmik...@suse.cz Date: Wed Apr 25 17:51:45 2012 +0200 fdo#48037 fix RTF import of localized fields diff --git

[Libreoffice-commits] .: expat/expat-2.0.1.patch expat/expat-2.1.0.patch expat/expat-winapi.patch expat/makefile.mk expat/prj ooo.lst.in

2012-04-30 Thread Fridrich Strba
expat/expat-2.0.1.patch | 114 --- expat/expat-2.1.0.patch | 94 ++ expat/expat-winapi.patch |4 - expat/makefile.mk| 10 ++-- expat/prj/d.lst |4 - ooo.lst.in |2 6

Re: [PUSHED][PATCH] fix tail_build on MacOSX

2012-04-30 Thread Caolán McNamara
On Sun, 2012-04-29 at 15:29 +0200, Noel Grandin wrote: Hi This patch fixes the location of the env binary to work on MacOSX for the pyAltFCFGMerge python script. Pushed. We should probably check to see if pyAltFCFGMerge still works correctly and if it does use it by default and drop the java

[Libreoffice-commits] .: filter/source

2012-04-30 Thread Caolán McNamara
filter/source/config/tools/merge/pyAltFCFGMerge |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 888d2d8d5ef599bafedd4f9ffdd2dc9d48b6a2cb Author: Noel Grandin noelgran...@gmail.com Date: Sun Apr 29 15:25:47 2012 +0200 Fix location of env binary to work on

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - svtools/AllLangResTarget_svt.mk

2012-04-30 Thread Caolán McNamara
svtools/AllLangResTarget_svt.mk |1 + 1 file changed, 1 insertion(+) New commits: commit bf277a00e352733bf52720fe4f9a1a91dcfb2e93 Author: Tomas Chvatal tchva...@suse.cz Date: Sun Apr 29 10:45:59 2012 +0200 Fix buildissue in svtools with missing include. cpp: line 33, Fatal

[Libreoffice-commits] .: vcl/unx

2012-04-30 Thread Caolán McNamara
vcl/unx/gtk/app/gtkdata.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit bb36072c92687a954a38aeca7fb9945f8e7cca13 Author: Caolán McNamara caol...@redhat.com Date: Mon Apr 30 13:54:01 2012 +0100 g_source_get_current_time has been deprecated since

Re: vcl module fails to compile (3.5 branch)

2012-04-30 Thread Caolán McNamara
On Sun, 2012-04-29 at 01:15 -0700, julien2412 wrote: Hello, In vcl module, branch 3.5 updated today, I've got this : /home/julien/compile-libreoffice/libo_3_5/vcl/unx/gtk/app/gtkdata.cxx: In function ‘void sal_gtk_timeout_defer(SalGtkTimeoutSource*)’: I imagine the real change is that your

[Libreoffice-commits] .: 2 commits - sw/source

2012-04-30 Thread Michael Stahl
sw/source/filter/html/css1atr.cxx | 12 sw/source/filter/html/htmltab.cxx | 30 ++ sw/source/filter/html/htmltabw.cxx |6 +- sw/source/filter/html/parcss1.cxx |6 ++ sw/source/filter/html/wrthtml.hxx |1 + 5 files changed, 46

Re: [PATCH] [Bug 47450] adapt date format to fit Chinese (Taiwan) more

2012-04-30 Thread Eike Rathke
Hi Cheng-Chia, On Monday, 2012-04-30 00:25:20 +0800, Cheng-Chia Tseng wrote: Hi, I am a Chinese (Taiwan) translator. This is my fist try to make better localization. I don't know whether I do this in the right way or not. If there is some things I missed, please tell me. Good start :-)

[Libreoffice-commits] .: i18npool/source

2012-04-30 Thread Eike Rathke
i18npool/source/localedata/LocaleNode.cxx | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) New commits: commit 6ac33c3c123bba66b8a63707ad13a53382e4ad69 Author: Eike Rathke er...@redhat.com Date: Mon Apr 30 15:12:06 2012 +0200 be more specific in locale data

[REVIEW][3-5] fdo#41796 Writer HTML table borders regression

2012-04-30 Thread Michael Stahl
LO Writer since 3.4 cannot read back the border attributes it writes into HTML files properly, proposing the following fixes for libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=9a482b4ea49c3ce964de4c0f81d8d3206ac75dc8

Re: [REVIEW] Missing include in 3.5 branch

2012-04-30 Thread Michael Stahl
On 29/04/12 10:49, Tomáš Chvátal wrote: Hi guys, please review following commit [1] for 3.5 branch. It needs also bit tweaking as 3.5 branch still use $(realpath ). btw the use of realpath in include paths has been obsoleted by the core repository is hopefully cleaned up on master now

[Libreoffice-commits] .: svx/source

2012-04-30 Thread Ivan Timofeev
svx/source/xoutdev/xtablend.cxx |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit f4eb738cf778a337e31a864fc4a6af36f0fa60a5 Author: Ivan Timofeev timofeev@gmail.com Date: Mon Apr 30 17:36:05 2012 +0400 fdo#48536: prevent lineends from exceeding the

[Libreoffice-commits] .: shell/source

2012-04-30 Thread Jan Holesovsky
shell/source/unix/misc/senddoc.sh | 49 -- 1 file changed, 47 insertions(+), 2 deletions(-) New commits: commit 77d4873ee653549eb8fb8761253f9feb1eea1c11 Author: David Steele dste...@gmail.com Date: Tue Apr 24 00:18:02 2012 -0400 fdo#32621: Fall back

[Libreoffice-commits] .: shell/source

2012-04-30 Thread Jan Holesovsky
shell/source/unix/misc/senddoc.sh |4 1 file changed, 4 insertions(+) New commits: commit f0208e344b2500e9338885e6177dd2c4f52c6373 Author: Jan Holesovsky ke...@suse.cz Date: Mon Apr 30 15:54:26 2012 +0200 Add a comment why we do what we do ;-) Change-Id:

[PUSHED] Re: [PATCH] EasyHack #32621 - More robust ExternalMailer support

2012-04-30 Thread Jan Holesovsky
Hi Dave, On 2012-04-27 at 19:34 +0200, Thorsten Behrens wrote: Proposed patch attached to use the gnome-open/xdg-open URI handler, with a mailto link, when the currently configured mailer is not recognized. hmm - can you elaborate a bit when that case happens? So I guess that is for

[Libreoffice-commits] .: solenv/bin

2012-04-30 Thread Caolán McNamara
solenv/bin/build.pl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 59ff796a52bacec17f054ccdafd546680439f8c6 Author: Caolán McNamara caol...@redhat.com Date: Mon Apr 30 15:00:29 2012 +0100 we must call the make detected at configure time Change-Id:

WebDAV properties namespace

2012-04-30 Thread Adam Tauno Williams
I work on a WebDAV server. Looking at requests from LibreOffice [3.4.5.5-4.5.1 on openSUSE 12.1] I see requests for properties in the http://ucb.openoffice.org/dav/props/; namespace. But the only places I can find mention of this namespace are: http://code.google.com/p/sabredav/wiki/OpenOffice

[Libreoffice-commits] .: 2 commits - svtools/qa sw/inc sw/source

2012-04-30 Thread Caolán McNamara
svtools/qa/cppunit/data/gif/pass/CVE-2008-3013-1.gif |binary sw/inc/crsrsh.hxx|2 +- sw/source/core/crsr/crsrsh.cxx |2 +- 3 files changed, 2 insertions(+), 2 deletions(-) New commits: commit

Red Hat license statement

2012-04-30 Thread Jonathan Blandford
Hi, Just for the record, here's the Red Hat licensing statement for LibreOffice contributions: In line with our general corporate policy, code contributed to open source projects is made available under the terms of that project's license. All past and present contributions to

License Statement

2012-04-30 Thread Dave Steele
Hi, All my current and past contributions made to the LibreOffice project are done under the LGPLv3 / MPL1.1 or later version of these licenses. Until further notice, all my future contributions to the LibreOffice project are available under the LGPLv3 / MPL1.1 or later version of these licenses.

Re: [PUSHED] Re: [PATCH] EasyHack #32621 - More robust ExternalMailer support

2012-04-30 Thread Dave Steele
On Mon, Apr 30, 2012 at 12:23 PM, Dave Steele dste...@gmail.com wrote: On Mon, Apr 30, 2012 at 9:57 AM, Jan Holesovsky ke...@suse.cz wrote: ... So I guess that is for the case the user writes something broken into the mailer setting, which results in non-working sending of email. No. This is

WebDAV Content-Type? [Was: WebDAV properties namespace]

2012-04-30 Thread Adam Tauno Williams
but the ContentProperties::UCBNamesToDAVNames function does not contain a mapping to a DAV property name, in contrast to the other properties added in Content::getResourceType: http://cgit.freedesktop.org/libreoffice/core/tree/ucb/source/ucp/webdav/ContentProperties.cxx#n221 Does - snip

WebDAV IsReadOnly Property [Was: Re: WebDAV properties namespace]

2012-04-30 Thread Adam Tauno Williams
On Mon, 2012-04-30 at 19:09 +0200, Michael Stahl wrote: On 30/04/12 16:02, Adam Tauno Williams wrote: I work on a WebDAV server. Looking at requests from LibreOffice [3.4.5.5-4.5.1 on openSUSE 12.1] I see requests for properties in the http://ucb.openoffice.org/dav/props/; namespace. But

Re: gbuild: GMAKE_OPTIONS overridable ...

2012-04-30 Thread David Tardon
On Mon, Apr 30, 2012 at 12:12:50PM +0200, Bjoern Michaelsen wrote: Once everything is in tail_build, num-cpus and max-jobs and GMAKE_OPTIONS can be removed and we simply take what was given on the commandline. So migrate to gbuild, for the greater good of everyone! Amen. D.

feature/gbuild_shell is finished

2012-04-30 Thread David Tardon
Hi all, I have finished gbuild conversion of module shell, on branch feature/gbuild_shell . It contains _a lot_ of platform-specific stuff, mainly for Windows (and a big part of that is not even buildable with mingw ATM), so it would be great if people threw it on their tinderboxes/build machines

[Libreoffice-commits] .: i18npool/source

2012-04-30 Thread Eike Rathke
i18npool/source/localedata/data/list-dateacceptancepattern.awk | 121 ++ 1 file changed, 121 insertions(+) New commits: commit 17e6c9b8bf482bc36436c4d8daca994a65ce4634 Author: Eike Rathke er...@redhat.com Date: Mon Apr 30 21:27:05 2012 +0200 script to list locales with and

[Libreoffice-commits] .: sw/source

2012-04-30 Thread Michael Stahl
sw/source/filter/html/htmltabw.cxx | 74 - 1 file changed, 74 deletions(-) New commits: commit e1424390d45deb75a75a167e7eba36c012f32d74 Author: Michael Stahl mst...@redhat.com Date: Mon Apr 30 21:18:29 2012 +0200 fdo#47670: sw: HTML: fix table border

[REVIEW][3-5] fdo#47670 Writer HTML table border export regression

2012-04-30 Thread Michael Stahl
to continue our regularly scheduled border regression fixes, here's another one in the Writer HTML filter. this change was done in d18feffd49f4481626417daac7984b2a7e70c3bf, replacing the write of BORDER and BORDERCOLOR on TABLE element with a function call that writes CSS properties on individual

[Libreoffice-commits] .: 2 commits - sc/qa test/inc test/Library_subsequenttest.mk test/Package_inc.mk test/source

2012-04-30 Thread Kohei Yoshida
sc/qa/extras/sceditfieldobj-cell.cxx | 11 + sc/qa/extras/sceditfieldobj-header.cxx | 10 + test/Library_subsequenttest.mk |1 test/Package_inc.mk|1 test/inc/test/beans/xpropertyset.hxx | 86 + test/source/beans/xpropertyset.cxx |

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

2012-04-30 Thread Kohei Yoshida
sc/qa/extras/sceditfieldobj-cell.cxx |3 ++- sc/qa/extras/sceditfieldobj-header.cxx |3 ++- test/inc/test/beans/xpropertyset.hxx |2 +- test/source/beans/xpropertyset.cxx |5 +++-- 4 files changed, 8 insertions(+), 5 deletions(-) New commits: commit

SVG: scale question

2012-04-30 Thread Christina Roßmanith
Hi, what influence does a scale g transform=scale(sx,sy) textfoo/text /g have on font size of foo if sx!=sy? (I'm close to render coords-trans-03-t.svg as expected :-) ) Christina ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: SVG: scale question

2012-04-30 Thread Marco Cecchetti
On Mon, 30 Apr 2012 23:26:58 +0200, Christina Roßmanith chrrossman...@gmx.de wrote: Hi, what influence does a scale g transform=scale(sx,sy) textfoo/text /g have on font size of foo if sx!=sy? (I'm close to render coords-trans-03-t.svg as expected :-) ) Well for what I know the font

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

2012-04-30 Thread Gábor Stefanik
On Mon, Apr 30, 2012 at 1:24 PM, Michael Meeks michael.me...@suse.com wrote: Hi Gabor, On Sun, 2012-04-29 at 04:56 +0200, Gábor Stefanik wrote: This enables overriding icons found in an images.zip file with ones in a directory named images next to the zip file.        Looks lovely, as/when

[PATCH] gbuild conversion: cleaning up previously converted idlc module

2012-04-30 Thread David Ostrovsky
Hi, during gbuild'fication of idlc module I did a not so nice hack: as *_add_lexers helper function was not implemented, I replaced dmake code with gbuild code in CustomTarget-Makefile. I also forgot to remove the wrap_parser.cxx file. This patch cleans it up and introduce *_add_lexers helper

[PATCH] fdo#42779 followup: Do not check for icons in nonexistent lookaside directory

2012-04-30 Thread Gábor Stefanik
Do not try to load icons from lookaside directories if no such directory was found during theme load. 0001-fdo-42779-followup-Do-not-check-for-icons-in-nonexis.patch Description: Binary data ___ LibreOffice mailing list

[Libreoffice-commits] .: 2 commits - config_host.mk.in configure.in idlc/CustomTarget_scanner.mk idlc/Executable_idlc.mk idlc/Module_idlc.mk idlc/source solenv/gbuild

2012-04-30 Thread David Tardon
config_host.mk.in|1 configure.in |1 idlc/CustomTarget_scanner.mk | 39 -- idlc/Executable_idlc.mk |5 idlc/Module_idlc.mk |1 idlc/source/scanner.l| 536 +++

Re: [PATCH][PUSHED] gbuild conversion: cleaning up previously converted idlc module

2012-04-30 Thread David Tardon
On Tue, May 01, 2012 at 12:34:58AM +0200, David Ostrovsky wrote: Hi, during gbuild'fication of idlc module I did a not so nice hack: as *_add_lexers helper function was not implemented, I replaced dmake code with gbuild code in CustomTarget-Makefile. I also forgot to remove the

Re: [Libreoffice-qa] Information in Master builds About box

2012-04-30 Thread Cor Nouws
Petr Mladek wrote (24-04-12 18:19) related: https://bugs.freedesktop.org/show_bug.cgi?id=48659 Also https://bugs.freedesktop.org/show_bug.cgi?id=43031 is kind of related. Heh, I am afraid that the many information could break the improved layout again ;-) Not funny IMO.. However: Well, I

Re: [Libreoffice-qa] Information in Master builds About box

2012-04-30 Thread Bjoern Michaelsen
On Mon, Apr 30, 2012 at 01:43:57PM +0200, Cor Nouws wrote: And developers, are they helped with the more precise info? In less than 1% of the cases, so: no. Best, Bjoern ___ List Name: Libreoffice-qa mailing list Mail address:

Re: [Libreoffice-qa] Help dealing with this

2012-04-30 Thread Cor Nouws
Rainer Bielefeld wrote (25-04-12 07:47) I believe OfficeUser had a bad day when he wrote that lousy bad and incomplete report with wild speculations instead of reviewable facts. We should not attach great importance to that matter with the unfortunate subject line and wrong conclusion. I see

Re: [Libreoffice-qa] Office XP/2003, 2007/2010 formats import/export -- most used feature.

2012-04-30 Thread Cor Nouws
dE . wrote (24-04-12 07:28) No, I came to the conclusion via market statistics. If I want to see a complex doc(x), xls(x), ppt(x) etc... I use google docs... I've no issues, and for exports I use PDF. So this issue generally matters the most. I agree that interoperability is one of the

Re: [Libreoffice-qa] Office XP/2003, 2007/2010 formats import/export -- most used feature.

2012-04-30 Thread Cor Nouws
dE . wrote (24-04-12 07:25) What I suggest is a metabug for interoperability issues. These issues [..] Ah, that is what I meant indeed! -- - Cor - http://nl.libreoffice.org ___ List Name: Libreoffice-qa mailing list Mail address:

[Libreoffice-bugs] [Bug 49153] : impress crashes when try to open.

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49153 --- Comment #2 from Julien Nabet serval2...@yahoo.fr 2012-04-30 00:18:13 PDT --- Since fdo#49154 is ok, could you tell if it works too with Presentation ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Libreoffice-bugs] [Bug 49152] : database crashes when try to open

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49152 --- Comment #5 from Julien Nabet serval2...@yahoo.fr 2012-04-30 00:18:34 PDT --- Since fdo#49154 is ok, could you tell if it works too with Database ? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Libreoffice-bugs] [Bug 45376] [FORMATTING] Incorrect text wrapping around drawing shapes (depending on zoom level)

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45376 --- Comment #14 from sasha.libreoff...@gmail.com 2012-04-30 01:06:32 PDT --- Thanks for additional testing -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Libreoffice-bugs] [Bug 49291] CRASH at menu Tools - Macros

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49291 manj_k courrier.oou.fr@googlemail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 49179] Formatting - Anchoring

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49179 --- Comment #2 from Tim Short timsho...@virginmedia.com 2012-04-30 01:13:00 PDT --- On 29/04/12 20:47, bugzilla-dae...@freedesktop.org wrote: Thanks for your prompt reply. I attach two test files one saved as Word and the other as ODT. The ODT

[Libreoffice-bugs] [Bug 49179] Formatting - Anchoring

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49179 --- Comment #3 from Tim Short timsho...@virginmedia.com 2012-04-30 01:13:01 PDT --- Created attachment 60783 -- https://bugs.freedesktop.org/attachment.cgi?id=60783 test anchor word.doc -- Configure bugmail:

[Libreoffice-bugs] [Bug 49279] VIEWING: All reports fail to open!!!

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49279 --- Comment #3 from fred fro...@yahoo.com.au 2012-04-30 01:13:46 PDT --- I guess you've seen these Bug Reports https://bugs.freedesktop.org/show_bug.cgi?id=47325 and also... https://bugs.freedesktop.org/show_bug.cgi?id=47473 It seems there

[Libreoffice-bugs] [Bug 49285] EasyHack extension on TDF wiki broken again by recent changes

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49285 Björn Michaelsen bjoern.michael...@canonical.com changed: What|Removed |Added Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 43758] Printing Envelopes

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43758 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 33778] Envelope Printing Does Not Work

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33778 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 36553] envelope prints on WRONG SIDE of platen

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36553 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 37952] 3.4.0 doesn't print in landscape mode on envelopes

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37952 --- Comment #13 from sasha.libreoff...@gmail.com 2012-04-30 01:50:34 PDT --- @ stihia See also here: Bug 44932 - Writer PRINTING: Printing on bottom of envelopes appears bottom-up -- Configure bugmail:

[Libreoffice-bugs] [Bug 42327] Envelope center position landscape prints portrait

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42327 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 39791] FILEASSOC LibreOffice installation steals .doc association from MS Office by default

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39791 --- Comment #5 from Michael Pappas painful...@gmail.com 2012-04-30 01:56:27 PDT --- Issue seems to be resolved with 3.5.2. I tried installing via msiexec /qn. MS Office 2000 was installed. Associations were not stolen. -- Configure bugmail:

[Libreoffice-bugs] [Bug 49296] New: Insert picture from file, reset page view to page 1

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49296 Bug #: 49296 Summary: Insert picture from file, reset page view to page 1 Classification: Unclassified Product: LibreOffice Version: LibO 3.4.5 release Platform: Other

[Libreoffice-bugs] [Bug 46351] PRINTING: Rotate Envelope Orientation 180 Degrees

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46351 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 46351] PRINTING: Rotate Envelope Orientation 180 Degrees

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46351 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 44932] Writer PRINTING: Printing on bottom of envelopes appears bottom-up

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44932 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||yask...@gmail.com ---

[Libreoffice-bugs] [Bug 49203] Printing envelopes

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49203 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 44932] Writer PRINTING: Printing on bottom of envelopes appears bottom-up

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44932 --- Comment #6 from sasha.libreoff...@gmail.com 2012-04-30 02:00:36 PDT --- *** Bug 49203 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Libreoffice-bugs] [Bug 43526] Exporting a Presentation containing audio narration to FLASH has no audio

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43526 --- Comment #4 from sasha.libreoff...@gmail.com 2012-04-30 02:06:06 PDT --- Improving of exporting to swf and pdf is among tasks for GSoC 2012 from LibreOffice. So, we have some hope that this problem will be fixed in this year if someone will

[Libreoffice-bugs] [Bug 42249] UI: Adding / Deleting an Image or Caption changes current visible page number.

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42249 --- Comment #2 from Peter s91...@yahoo.gr 2012-04-30 02:07:11 PDT --- I have the same issue with 3.4.5. My setup is openSUSE 12.1, 32bit It happened in 3 different documents, all of them saved as ODT. I could send in a PRIVATE email address the

[Libreoffice-bugs] [Bug 42249] UI: Adding / Deleting an Image or Caption changes current visible page number.

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42249 Peter s91...@yahoo.gr changed: What|Removed |Added CC||s91...@yahoo.gr See

[Libreoffice-bugs] [Bug 43785] Usability in Linux packaging

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43785 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 43788] UI: During in-place cell editing, ghosts of insertion point cursor are displayed

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43788 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 43806] [Task] Sample Collection

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43806 sasha.libreoff...@gmail.com changed: What|Removed |Added Platform|x86 (IA32) |All

[Libreoffice-bugs] [Bug 43806] Draw FILEOPEN: when opening svg file using office starting window, picture opens wrong ([Task] Sample Collection)

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43806 sasha.libreoff...@gmail.com changed: What|Removed |Added Summary|[Task] Sample Collection|Draw FILEOPEN: when opening

[Libreoffice-bugs] [Bug 43807] Saving in ODF looses Drop Caps character style

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43807 sasha.libreoff...@gmail.com changed: What|Removed |Added Platform|x86 (IA32) |All

[Libreoffice-bugs] [Bug 43807] Saving in ODF looses Drop Caps character style and UI for it working incorrectly

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43807 sasha.libreoff...@gmail.com changed: What|Removed |Added Summary|Saving in ODF looses Drop |Saving in ODF looses Drop

[Libreoffice-bugs] [Bug 43836] FILEOPEN, FORMATTING, Text displacement in ppt, pptx and errors in saving file.

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43836 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 43838] FORMATTING EDITING are unpredictable for .PPT

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43838 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 46509] MediaWiki export broken

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46509 Cor Nouws c...@nouenoff.nl changed: What|Removed |Added Version|LibO 3.5.2 Release |LibO 3.5.0 Release ---

[Libreoffice-bugs] [Bug 47265] Basic IDE: LibreOffice crashes after adding new macro

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47265 sasha.libreoff...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 34658] Can not disable function assigned on button Tab

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34658 sasha.libreoff...@gmail.com changed: What|Removed |Added Severity|minor |enhancement -- Configure

[Libreoffice-bugs] [Bug 43851] PDF: PDF making

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43851 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

[Libreoffice-bugs] [Bug 43876] Support for RFC 2397 (data URLs)

2012-04-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43876 sasha.libreoff...@gmail.com changed: What|Removed |Added CC||sasha.libreoff...@gmail.com

  1   2   3   >