Re: svn commit: r670217 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop: fo/ fo/flow/table/ layoutmgr/table/ render/rtf/

2008-06-22 Thread Andreas Delmelle
On Jun 21, 2008, at 18:10, [EMAIL PROTECTED] wrote: Author: acumiskey Date: Sat Jun 21 09:10:03 2008 New Revision: 670217 URL: http://svn.apache.org/viewvc?rev=670217view=rev Log: Moved the contents of TableBody into a new abstract base class TablePart, which is now subclassed by TableBody,

nbproject including global 'run' and single-file 'run' and 'debug' targets

2008-06-22 Thread Peter B. West
For NetBeans 6.1. Attached is a gzipped nbproject directory including ide-targets.xml and ide-file-targets.xml. ide-targets.xml includes a 'run-nb' target for running a transform with an arbitrary set of arguments. This target is associated with the project 'run' menu item in the project.xml

Re: nbproject including global 'run' and single-file 'run' and 'debug' targets

2008-06-22 Thread Peter B. West
Peter B. West wrote: For NetBeans 6.1. Attached is a gzipped nbproject directory including ide-targets.xml and ide-file-targets.xml. ide-targets.xml includes a 'run-nb' target for running a transform with an arbitrary set of arguments. This target is associated with the project 'run' menu

DO NOT REPLY [Bug 45237] Call order of FOEventHandler method is incorrect

2008-06-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45237 Andreas L. Delmelle [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED

Re: FOEventHandler method call sequence

2008-06-22 Thread Andreas Delmelle
On Jun 19, 2008, at 14:07, Jeremias Maerki wrote: On 19.06.2008 10:46:59 Andreas Delmelle wrote: On Jun 19, 2008, at 10:01, Jeremias Maerki wrote: I'm coaching a developer implementing an ODFHandler for FOP and during implementation we've stumbled over something: the call sequence of

Re: Check: use of 'short' in TextLayoutManager?

2008-06-22 Thread Andreas Delmelle
On Jun 20, 2008, at 09:34, Max Berger wrote: The JVM converts all shorts to ints before doing any arithmetic, so shorts are actually a little bit slower than ints. As for the size: If you have primitive values, an int takes up 4 byte, whereas a short takes 2 bytes (+java overhead), meaning