aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/InstreamForeignObject.java
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-10-121-1/+1
* Fix javadoc warnings.Finn Bock2004-10-071-1/+1
* PR:Glen Mazza2004-09-131-1/+1
* 1.) Returned to recursion for FOEventHandler.Glen Mazza2004-09-131-6/+2
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-1/+0
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-061-1/+1
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-301-2/+2
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-181-9/+0
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-161-1/+1
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-141-8/+12
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-081-0/+7
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-071-2/+1
* PR:Glen Mazza2004-08-061-1/+2
* PR:Glen Mazza2004-08-011-73/+35
* Removed the FOTreeVisitor interface in favor of a moreGlen Mazza2004-07-271-9/+8
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-121-0/+3
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-2/+0
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-2/+2
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-201-41/+41
* Organize imports. Joerg Pietschmann2003-09-191-2/+1
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-161-1/+1
* 1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit...William Victor Mote2003-08-241-164/+2
* style changes onlyWilliam Victor Mote2003-08-221-2/+6
* 1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...William Victor Mote2003-08-191-19/+8
* 1. tie Document to fo.FOTreeBuilder and fo.pagination.RootWilliam Victor Mote2003-08-161-1/+1
* remove unused local variables in getInlineArea()William Victor Mote2003-07-141-22/+0
* extract methods computeXOffset() and computeYOffset() from getInlineArea()William Victor Mote2003-07-141-40/+50
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+387