aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfTableCell.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-581/+0
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-071-5/+5
* Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...Glenn Adams2012-04-081-2/+45
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-051-2/+4
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-131-2/+2
* Bugzilla #45616:Jeremias Maerki2008-09-101-10/+7
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-25/+25
* Bugzilla #40930:Jeremias Maerki2007-01-041-0/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Blocklevel attributes did not work for last fo:block element under fo:table-c...Peter Herweg2006-06-051-1/+14
* RTF: fix a few checkstyle warningsPeter Herweg2006-02-051-2/+1
* added support for number-columns-spanned and number-rows-spanned in the same ...Peter Herweg2006-01-251-1/+1
* number-columns-spanned did not work in last row of a cell. Fixed.Peter Herweg2006-01-231-52/+91
* Code conventions please! No tab characters, spacing etc.Jeremias Maerki2006-01-161-50/+47
* RTF: support for nested tablesPeter Herweg2006-01-151-26/+53
* Bugzilla #35998 Jeremias Maerki2005-08-051-1/+0
* Removing dependencies of RTF library on the rest of FOP so it can be used sta...Jeremias Maerki2005-08-031-2/+2
* Make RTF output human-friendly by inserting line feeds.Jeremias Maerki2004-12-081-0/+2
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Style fixes onlyJeremias Maerki2003-11-221-1/+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-1/+7
* RTF structural renderer moved from root to render.rtf, joining all the other ...Glen Mazza2003-11-041-0/+486