[Libreoffice-commits] .: writerperfect/source xmloff/source xmlsecurity/source

2012-10-08 Thread Libreoffice Gerrit user
writerperfect/source/filter/OdgGenerator.cxx | 41 -- writerperfect/source/filter/TextRunStyle.cxx |4 xmloff/source/core/SettingsExportHelper.cxx | 11 -- xmloff/source/table/XMLTableImport.cxx

[Libreoffice-commits] .: writerperfect/source

2012-09-23 Thread Libreoffice Gerrit user
writerperfect/source/stream/WPXSvStream.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit bb8839250271b6d951233e0ad21a773962d06889 Author: Fridrich Å trba Date: Sun Sep 23 14:42:28 2012 +0200 The upcoming libwpd 0.9.5 has also WPX_SEEK_END seek type Change-Id

[Libreoffice-commits] .: writerperfect/source

2012-09-03 Thread Libreoffice Gerrit user
writerperfect/source/draw/CDRImportFilter.cxx |4 ++-- writerperfect/source/draw/CMXImportFilter.cxx |4 ++-- writerperfect/source/draw/MSPUBImportFilter.cxx |4 ++-- writerperfect/source/draw/VisioImportFilter.cxx |4 ++-- writerperfect/source/d

[Libreoffice-commits] .: writerperfect/source

2012-08-07 Thread Brennan Vincent
writerperfect/source/filter/OdgGenerator.cxx | 30 +++ 1 file changed, 30 insertions(+) New commits: commit 1386ccc8edf467d69ebb4a06ea5f55940cf4024f Author: Brennan Vincent Date: Mon Aug 6 12:08:52 2012 -0700 Pass rgb/contrast/brightness filters through writerper

[Libreoffice-commits] .: writerperfect/source

2012-07-05 Thread Fridrich Strba
writerperfect/source/draw/CDRImportFilter.cxx | 12 ++-- writerperfect/source/draw/CMXImportFilter.cxx | 12 ++-- writerperfect/source/draw/MSPUBImportFilter.cxx | 12 ++-- writerperfect/source/draw/VisioImportFilter.cxx | 12 ++-- 4 files changed, 24 in

[Libreoffice-commits] .: writerperfect/source

2012-07-04 Thread Fridrich Strba
writerperfect/source/writer/WordPerfectImportFilter.cxx | 54 1 file changed, 27 insertions(+), 27 deletions(-) New commits: commit 0be0cc0e50fa6c4161d6f71964ec90ba579026ac Author: Fridrich Å trba Date: Wed Jul 4 22:42:04 2012 +0200 Targeted cleanup of namespaces

[Libreoffice-commits] .: writerperfect/source

2012-07-04 Thread Fridrich Strba
writerperfect/source/filter/DocumentHandler.hxx |6 -- writerperfect/source/stream/WPXSvStream.h | 12 +--- 2 files changed, 1 insertion(+), 17 deletions(-) New commits: commit 7989bba5b65b6fd27fb99197087456da0b2eee17 Author: Fridrich Å trba Date: Wed Jul 4 20:56:08 201

[Libreoffice-commits] .: writerperfect/source

2012-05-30 Thread Fridrich Strba
writerperfect/source/filter/OdgGenerator.cxx | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) New commits: commit 6c1107ad8fd6375ed02906e8700c24b471df2d97 Author: Brennan Vincent Date: Tue May 29 19:17:51 2012 -0700 Handle opacity in gradients Signed-o

[Libreoffice-commits] .: writerperfect/source

2012-05-25 Thread Fridrich Strba
writerperfect/source/stream/WPXSvStream.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 70d473c07d79dc59a69f6cc725c026eacdc12c2a Author: Fridrich Å trba Date: Fri May 25 15:22:30 2012 +0200 Blind Hail Mary trying to solve tinderbox breakages

[Libreoffice-commits] .: writerperfect/source

2012-05-25 Thread Fridrich Strba
writerperfect/source/stream/WPXSvStream.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit c7e71b31bd7b042da6aeda80bc92933e91533c1d Author: Fridrich Å trba Date: Fri May 25 12:54:14 2012 +0200 Don't get out of bonds Change-Id: Ifd743fe59d468b3d89c95f4963a03806

[Libreoffice-commits] .: writerperfect/source

2012-05-25 Thread Fridrich Strba
writerperfect/source/stream/WPXSvStream.cxx | 46 +++- writerperfect/source/stream/WPXSvStream.h |4 +- 2 files changed, 40 insertions(+), 10 deletions(-) New commits: commit 02c61b924d4687477e4818e1f8682e2f9f4a753c Author: Fridrich Å trba Date: Fri May 25 12:14

[Libreoffice-commits] .: writerperfect/source

2012-04-26 Thread Fridrich Strba
writerperfect/source/draw/CMXImportFilter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cdacce4e4b1ab6f06b809e21152c39103404a5f4 Author: Fridrich Å trba Date: Thu Apr 26 11:47:21 2012 +0200 Fix a C&P error diff --git a/writerperfect/source/draw/CMXImpor

Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-27 Thread Stephan Bergmann
On 10/27/2011 02:54 PM, Terrence Enger wrote: (*) For class types in general, the prefix and postfix operators can be completely different. In my opinion, it is evil to do this; but the language allows it. Sure. Blind clean up can therefore cause trouble, in principle at least (as

Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-27 Thread Terrence Enger
On Tue, 2011-10-25 at 09:16 +0200, Stephan Bergmann wrote: > > In general, and if the expression's value is not used, prefix > increment/decrement is preferable to postfix, as the former conceptually > avoids creation of a temporary that makes the old, unmodified value > available as the expres

Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-25 Thread Fridrich Strba
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually, the post/preincrement change was an accidental one. The problem I have is that the writeperfect source code lives in two different places. The original code lives in sourceforge.new/projects/libwpd as writerperfect module. That one produces s

Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-25 Thread Stephan Bergmann
On 10/25/2011 04:04 AM, Kevin Hunter wrote: At 9:48pm -0400 Mon, 24 Oct 2011, Kevin Hunter wrote: At 7:24pm -0400 Mon, 24 Oct 2011, Fridrich Štrba wrote: for (std::map::const_iterator iter = mHash.begin(); - iter != mHash.end(); ++iter) + iter != mHash.end(); iter++) Err, in terms of coding s

Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-24 Thread Kevin Hunter
At 9:48pm -0400 Mon, 24 Oct 2011, Kevin Hunter wrote: At 7:24pm -0400 Mon, 24 Oct 2011, Fridrich Štrba wrote: for (std::map::const_iterator iter = mHash.begin(); - iter != mHash.end(); ++iter) + iter != mHash.end(); iter++) Err, in terms of coding style, is a pre to post increment operator mer

Re: [Libreoffice] [Libreoffice-commits] .: writerperfect/source

2011-10-24 Thread Kevin Hunter
At 7:24pm -0400 Mon, 24 Oct 2011, Fridrich Štrba wrote: New commits: commit 38cf494f90d19d1673773437cd52e8f0cfbf4eb5 Author: Fridrich Štrba Date: Tue Oct 25 01:11:49 2011 +0200 White-space change to fix messy mix of different coding styles [...] diff --git a/writerperfect/source/filte