Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-19 Thread Jeremias Maerki
On 19.09.2005 23:19:46 Andreas L Delmelle wrote: > On Sep 19, 2005, at 18:03, Andreas L Delmelle wrote: > > > On Sep 19, 2005, at 11:08, Jeremias Maerki wrote: > > > >> Looks ok on first glance, though I've got a request: Would you please > >> consider installing a checkstyle plug-in into your ID

Re: svn commit: r289865...

2005-09-19 Thread Andreas L Delmelle
On Sep 19, 2005, at 23:19, Andreas L Delmelle wrote: Ok, corrected most of my violations. 'Most', I said... :-S There's still a few left, but bug 36720 came up, so the others will be committed together with the bugfix. Seems I've been quite sloppy in a few places... put too much focus on th

Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-19 Thread Andreas L Delmelle
On Sep 19, 2005, at 18:03, Andreas L Delmelle wrote: On Sep 19, 2005, at 11:08, Jeremias Maerki wrote: Looks ok on first glance, though I've got a request: Would you please consider installing a checkstyle plug-in into your IDE and configuring the rules file for FOP? Thanks! Dammit! And I th

Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-19 Thread Andreas L Delmelle
On Sep 19, 2005, at 11:08, Jeremias Maerki wrote: Looks ok on first glance, though I've got a request: Would you please consider installing a checkstyle plug-in into your IDE and configuring the rules file for FOP? Thanks! Dammit! And I thought I had all bases covered... :-( My apologies for

Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-19 Thread Jeremias Maerki
Looks ok on first glance, though I've got a request: Would you please consider installing a checkstyle plug-in into your IDE and configuring the rules file for FOP? Thanks! On 18.09.2005 02:10:48 Andreas L Delmelle wrote: > On Sep 18, 2005, at 01:59, [EMAIL PROTECTED] wrote: > > > Author: adelmel

Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-18 Thread Andreas L Delmelle
On Sep 18, 2005, at 21:58, Finn Bock wrote: Hi Finn, +if( pList.getExplicit(PR_COLUMN_NUMBER) != null ) { +((TableFObj) parent).setCurrentColumnIndex( + pList.getExplicit(PR_COLUMN_NUMBER).getNumeric().getValue()); +} Why is explit specified va

Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-18 Thread Finn Bock
[adelmelle] Author: adelmelle Date: Sat Sep 17 16:59:25 2005 New Revision: 289865 URL: http://svn.apache.org/viewcvs?rev=289865&view=rev Log: Implementation for initial values of the column-number property Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/TableCell.java URL: htt

Re: svn commit: r289865 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/ fo/properties/ layoutmgr/table/

2005-09-17 Thread Andreas L Delmelle
On Sep 18, 2005, at 01:59, [EMAIL PROTECTED] wrote: Author: adelmelle Date: Sat Sep 17 16:59:25 2005 New Revision: 289865 URL: http://svn.apache.org/viewcvs?rev=289865&view=rev Log: Implementation for initial values of the column-number property Ok, after a whole lot of talking, here it is th