aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/TableAttributesConverter.java
Commit message (Expand)AuthorAgeFilesLines
* Make RTF output human-friendly by inserting line feeds.Jeremias Maerki2004-12-081-2/+40
* PR:Glen Mazza2004-11-241-15/+15
* Correct handling of internal units (both twips and half-points are used)Jeremias Maerki2004-11-011-1/+1
* Avoid with certain NPEs.Jeremias Maerki2004-11-011-4/+5
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-1/+1
* Fourth phase of performance improvement.Finn Bock2004-10-201-74/+62
* Second phase of performance improvement.Finn Bock2004-10-191-1/+1
* Re-enable calls to TableAttributesConverter.makeBorder.Finn Bock2004-10-031-4/+1
* PR:Glen Mazza2004-10-021-2/+4
* Simplified the handling of length attributes.Finn Bock2004-10-011-140/+49
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-231-7/+12
* PR:Glen Mazza2004-05-221-60/+38
* PR:Glen Mazza2004-03-311-3/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Phase 3 (last) of bug 26434.Finn Bock2004-02-021-6/+6
* Phase 2 of bug 26434.Finn Bock2004-02-021-1/+1
* fixed runtime error while reading PR_BORDER_WIDTH or PR_BORDER_STYLEPeter Herweg2004-01-301-37/+28
* replaced string constants with int constantsPeter Herweg2004-01-181-9/+9
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-051-7/+7
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-10/+10
* PR:Glen Mazza2003-12-221-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-2/+2
* Style fixes onlyJeremias Maerki2003-11-081-3/+3
* RTF: Add support for number-rows-spanned, height (at table-row) and margin-le...Jeremias Maerki2003-11-081-10/+29
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-041-0/+473