Yahoo! Groups | 15 Feb 13:27
Picon

Please confirm your request to join agile-testing


Hello cvs <at> gsl.openoffice.org,

We have received your request to join the agile-testing 
group hosted by Yahoo! Groups, a free, easy-to-use community service.

This request will expire in 7 days.

TO BECOME A MEMBER OF THE GROUP: 

1) Go to the Yahoo! Groups site by clicking on this link:

http://groups.yahoo.com/i?i=yujthlafj4gpkytsiglvabbst0x4qi5x&e=cvs%40gsl%2Eopenoffice%2Eorg 

  (If clicking doesn't work, "Cut" and "Paste" the line above into your 
   Web browser's address bar.)

-OR-

2) REPLY to this email by clicking "Reply" and then "Send"
   in your email program

If you did not request, or do not want, a membership in the
agile-testing group, please accept our apologies
and ignore this message.

Regards,

Yahoo! Groups Customer Care

(Continue reading)

obo | 10 Dec 11:14
Favicon

CVS update [mws_ooh680]: /gsl/vcl/source/gdi/pngread.cxx

Tag: mws_ooh680
User: obo     
Date: 2010-12-10 10:14:11+0000
Modified:
   gsl/vcl/source/gdi/pngread.cxx

Log:
 INTEGRATION: CWS cd10 (1.25.86); FILE MERGED
 2010/11/22 18:58:09 sj 1.25.86.1: cd10: #b7001886# improved png reader

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: pngread.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pngread.cxx?r1=1.25&r2=1.25.56.1
Delta lines:  +3 -1
-------------------
--- pngread.cxx	2007-11-26 15:13:19+0000	1.25
+++ pngread.cxx	2010-12-10 10:14:09+0000	1.25.56.1
@@ -419,7 +419,9 @@

 			case PNGCHUNK_IDAT :
 			{
-				if ( !mbIDAT )		// the gfx is finished, but there may be left a zlibCRC of about 4Bytes
+				if ( !mpInflateInBuf )	// taking care that the header has properly been read
+					mbStatus = FALSE;
+				else if ( !mbIDAT )		// the gfx is finished, but there may be left a zlibCRC of about 4Bytes
 					ImplReadIDAT();
(Continue reading)

obo | 10 Dec 11:13
Favicon

CVS update [mws_ooh680]: /gsl/vcl/source/gdi/metaact.cxx

Tag: mws_ooh680
User: obo     
Date: 2010-12-10 10:13:59+0000
Modified:
   gsl/vcl/source/gdi/metaact.cxx

Log:
 INTEGRATION: CWS cd10 (1.20.134); FILE MERGED
 2010/11/30 16:51:54 sj 1.20.134.2: cd10: #i115825# fixed copy & paste problem (metafile)
 2010/11/22 19:05:26 sj 1.20.134.1: cd10: #b7001888# fixed little svm problem

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: metaact.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx?r1=1.20&r2=1.20.178.1
Delta lines:  +30 -14
---------------------
--- metaact.cxx	2007-06-27 20:17:54+0000	1.20
+++ metaact.cxx	2010-12-10 10:13:56+0000	1.20.178.1
@@ -1466,20 +1466,36 @@
 	rIStm	>> mnLen;
 	rIStm	>> nAryLen;

+	if ( mnIndex + mnLen > maStr.Len() )
+	{
+		mnIndex = 0;
+		mpDXAry = 0;
(Continue reading)

sj | 30 Nov 17:51
Favicon

CVS update [cws_ooh680_cd10]: /gsl/vcl/source/gdi/metaact.cxx

Tag: cws_ooh680_cd10
User: sj      
Date: 2010-11-30 16:51:57+0000
Modified:
   gsl/vcl/source/gdi/metaact.cxx

Log:
 cd10: #i115825# fixed copy & paste problem (metafile)

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: metaact.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx?r1=1.20.134.1&r2=1.20.134.2
Delta lines:  +3 -3
-------------------
--- metaact.cxx	2010-11-22 19:05:26+0000	1.20.134.1
+++ metaact.cxx	2010-11-30 16:51:54+0000	1.20.134.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: metaact.cxx,v $
  *
- *  $Revision: 1.20.134.1 $
+ *  $Revision: 1.20.134.2 $
  *
- *  last change: $Author: sj $ $Date: 2010/11/22 19:05:26 $
+ *  last change: $Author: sj $ $Date: 2010/11/30 16:51:54 $
  *
(Continue reading)

sj | 30 Nov 17:15
Favicon

CVS update [cws_srx645_tl89]: /gsl/vcl/source/gdi/metaact.cxx

Tag: cws_srx645_tl89
User: sj      
Date: 2010-11-30 16:15:43+0000
Modified:
   gsl/vcl/source/gdi/metaact.cxx

Log:
 tl89: #i115825# fixed copy & paste problem (metafile)

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: metaact.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx?r1=1.11.112.1.82.1&r2=1.11.112.1.82.2
Delta lines:  +3 -3
-------------------
--- metaact.cxx	2010-11-22 19:17:06+0000	1.11.112.1.82.1
+++ metaact.cxx	2010-11-30 16:15:40+0000	1.11.112.1.82.2
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: metaact.cxx,v $
  *
- *  $Revision: 1.11.112.1.82.1 $
+ *  $Revision: 1.11.112.1.82.2 $
  *
- *  last change: $Author: sj $ $Date: 2010/11/22 19:17:06 $
+ *  last change: $Author: sj $ $Date: 2010/11/30 16:15:40 $
  *
(Continue reading)

sj | 22 Nov 20:17
Favicon

CVS update [cws_srx645_tl89]: /gsl/vcl/source/gdi/metaact.cxx

Tag: cws_srx645_tl89
User: sj      
Date: 2010-11-22 19:17:48+0000
Modified:
   gsl/vcl/source/gdi/metaact.cxx

Log:
 tl89: #b7001888# improved svm filter

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: metaact.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx?r1=1.11.112.1&r2=1.11.112.1.82.1
Delta lines:  +32 -16
---------------------
--- metaact.cxx	2004-01-09 18:13:44+0000	1.11.112.1
+++ metaact.cxx	2010-11-22 19:17:06+0000	1.11.112.1.82.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: metaact.cxx,v $
  *
- *  $Revision: 1.11.112.1 $
+ *  $Revision: 1.11.112.1.82.1 $
  *
- *  last change: $Author: hr $ $Date: 2004/01/09 18:13:44 $
+ *  last change: $Author: sj $ $Date: 2010/11/22 19:17:06 $
  *
(Continue reading)

sj | 22 Nov 20:05
Favicon

CVS update [cws_ooh680_cd10]: /gsl/vcl/source/gdi/metaact.cxx

Tag: cws_ooh680_cd10
User: sj      
Date: 2010-11-22 19:05:29+0000
Modified:
   gsl/vcl/source/gdi/metaact.cxx

Log:
 cd10: #b7001888# fixed little svm problem

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: metaact.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/metaact.cxx?r1=1.20&r2=1.20.134.1
Delta lines:  +33 -17
---------------------
--- metaact.cxx	2007-06-27 20:17:54+0000	1.20
+++ metaact.cxx	2010-11-22 19:05:26+0000	1.20.134.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: metaact.cxx,v $
  *
- *  $Revision: 1.20 $
+ *  $Revision: 1.20.134.1 $
  *
- *  last change: $Author: hr $ $Date: 2007/06/27 20:17:54 $
+ *  last change: $Author: sj $ $Date: 2010/11/22 19:05:26 $
  *
(Continue reading)

sj | 22 Nov 19:58
Favicon

CVS update [cws_ooh680_cd10]: /gsl/vcl/source/gdi/pngread.cxx

Tag: cws_ooh680_cd10
User: sj      
Date: 2010-11-22 18:58:12+0000
Modified:
   gsl/vcl/source/gdi/pngread.cxx

Log:
 cd10: #b7001886# improved png reader

File Changes:

Directory: /gsl/vcl/source/gdi/
===============================

File [changed]: pngread.cxx
Url: http://gsl.openoffice.org/source/browse/gsl/vcl/source/gdi/pngread.cxx?r1=1.25&r2=1.25.86.1
Delta lines:  +6 -4
-------------------
--- pngread.cxx	2007-11-26 15:13:19+0000	1.25
+++ pngread.cxx	2010-11-22 18:58:09+0000	1.25.86.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: pngread.cxx,v $
  *
- *  $Revision: 1.25 $
+ *  $Revision: 1.25.86.1 $
  *
- *  last change: $Author: ihi $ $Date: 2007/11/26 15:13:19 $
+ *  last change: $Author: sj $ $Date: 2010/11/22 18:58:09 $
  *
(Continue reading)

pl | 26 Oct 13:34
Favicon

CVS update: /gsl/www/index.html

User: pl      
Date: 2010-10-26 11:34:14+0000
Modified:
   gsl/www/index.html

Log:
 change Co-Lead

File Changes:

Directory: /gsl/www/
====================

File [changed]: index.html
Url: http://gsl.openoffice.org/source/browse/gsl/www/index.html?r1=1.32&r2=1.33
Delta lines:  +1 -2
-------------------
--- index.html	2009-03-10 10:33:08+0000	1.32
+++ index.html	2010-10-26 11:34:12+0000	1.33
@@ -15,8 +15,7 @@
 <H1 LANG="en-US">Graphic System Layer Project</H1>
 <P><SPAN LANG="en-US"><B>Project Lead:</B></SPAN><SPAN LANG="en-US">
 <A HREF="mailto:pl <at> openoffice.org">Philipp Lohmann</A></SPAN></P>
-<P><SPAN LANG="en-US"><B>Co Lead: </B></SPAN><A HREF="mailto:thb <at> openoffice.org"><SPAN
LANG="en-US"><SPAN STYLE="font-weight: normal">Thorsten
-Behrens</SPAN></SPAN></A></P>
+<P><SPAN LANG="en-US"><B>Co Lead: </B></SPAN><A HREF="mailto:hdu <at> openoffice.org"><SPAN
LANG="en-US"><SPAN STYLE="font-weight: normal">Herbert D&uuml;rr</SPAN></SPAN></A></P>
 <P LANG="en-US">The <B>Graphic System Layer</B> <B>(GSL)</B> project
 is an umbrella project to provide graphic output on different
(Continue reading)

Yan Peng Guo | 12 Jul 08:45
Picon
Favicon

Is there any plan for more WMF records support?


HI~
I find for some WMF images, the rendering quality is not very good. Now in
OO3.2's source code, only about 50 types of WMF record have been supported
(in svtools\source\filter.vcl\wmf\winwmf.cxx).
There are the other 25 records such as W_META_FILLREGION,
W_META_SETPOLYFILLMODE, W_META_DRAWTEXT, and so on only have definition but
have no implementation code. Does it mean these 25 records will be in the
next development plan? If so, when would they be available?
And WMF should have nearly 120 types of record. Is there any plan for
completely supporting all of these records?
Thanks,

Best regards,
Clarence Guo (Yan Peng)

Software Engineer, User Experience & Applications, Lotus Symphony
IBM China Software Development Lab

TEL:(8610)82452418  FAX:(8610)82452887
Internet: guoyanp <at> cn.ibm.com
Address: Address: Ring Bldg. No.28 Building, Zhong Guan Cun Software Park,
No. 8 Dong Bei Wang West Road, ShangDi, Haidian District, Beijing 100193,
P.R.China

Gmane