aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/TableAttributesConverter.java
Commit message (Expand)AuthorAgeFilesLines
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-10/+2
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-16/+16
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-211-3/+2
* Created Constants for unit descriptionsMaximilian Berger2008-02-141-1/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-051-5/+5
* Bugzilla #40930:Jeremias Maerki2007-01-041-0/+13
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Bugzilla #38946:Jeremias Maerki2006-05-031-8/+4
* added support for borders at fo:table; fixed a few checkstyle warningsPeter Herweg2006-02-191-2/+2
* Code conventions please! No tab characters, spacing etc.Jeremias Maerki2006-01-161-19/+18
* support for background-color at fo:tablePeter Herweg2006-01-151-1/+13
* RTF: If there is no background-color specified for a table-cell, then try to ...Peter Herweg2005-12-271-0/+16
* Bugzilla #36379:Finn Bock2005-08-311-6/+6
* Removing dependencies of RTF library on the rest of FOP so it can be used sta...Jeremias Maerki2005-08-031-48/+2
* 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