aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/rtf
Commit message (Collapse)AuthorAgeFilesLines
...
* Get rtflib (jfor) files to compile.William Victor Mote2003-06-2612-97/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196532 13f79535-47bb-0310-9956-ffa450edef68
* unneeded classes removedBertrand Delacretaz2003-06-252-290/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196529 13f79535-47bb-0310-9956-ffa450edef68
* Apache license addedBertrand Delacretaz2003-06-253-151/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196528 13f79535-47bb-0310-9956-ffa450edef68
* additional jfor packages donated to the FOP projectBertrand Delacretaz2003-06-255-0/+756
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196527 13f79535-47bb-0310-9956-ffa450edef68
* additional jfor packages donated to the FOP projectBertrand Delacretaz2003-06-2514-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196525 13f79535-47bb-0310-9956-ffa450edef68
* Convert ASCII files containing non-ASCII characters to UTF-8.William Victor Mote2003-06-2410-92/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196522 13f79535-47bb-0310-9956-ffa450edef68
* jfor RTF library donated to the FOP projectBertrand Delacretaz2003-06-2077-0/+10665
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196519 13f79535-47bb-0310-9956-ffa450edef68
* Add support for text-align in paragraphs.William Victor Mote2003-06-181-2/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196508 13f79535-47bb-0310-9956-ffa450edef68
* Fix checkstyle problems.William Victor Mote2003-05-061-2/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196407 13f79535-47bb-0310-9956-ffa450edef68
* Clean up StructureHandler's startPageSequence() method to remove unnecessary ↵William Victor Mote2003-05-061-1/+1
| | | | | | parameters. Adjust concrete classes accordingly. Add accessor methods in PageSequence to provide this data. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196406 13f79535-47bb-0310-9956-ffa450edef68
* Make StructureHandler and most of its methods abstract. It is never ↵William Victor Mote2003-05-061-11/+115
| | | | | | instantiated, has a bunch of empty classes that appear to be patterns. If those classes were to be filled in with logic, it would create problems in the subclasses. Also, any changes to signature now in the subclasses will cause the parent method to be used, which is probably not what would be wanted. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196405 13f79535-47bb-0310-9956-ffa450edef68
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+204
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196061 13f79535-47bb-0310-9956-ffa450edef68