aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/PropertyListBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* style changes onlyWilliam Victor Mote2003-07-161-2/+68
* Style onlyJeremias Maerki2003-07-041-6/+4
* Refactor: rename and cleanup findBaseProperty().William Victor Mote2003-05-011-24/+26
* Refactor: minor cleanup of variable names, APIs, javadocs.William Victor Mote2003-05-011-14/+12
* Refactor: combine the two convertAttributeToProperty() methods.William Victor Mote2003-05-011-60/+65
* Refactor: extract overloaded method convertAttributeToProperty() from the "fo...William Victor Mote2003-05-011-38/+46
* Refactor: extract method convertAttributeToProperty() from makeList()William Victor Mote2003-05-011-16/+37
* Refactor: Extract method FObj.getPropertiesForNamespace() from PropertyListBu...William Victor Mote2003-05-011-9/+3
* Refactor: Clean up API between FObj.handleAttrs() and PropertyListBuilder.mak...William Victor Mote2003-05-011-2/+20
* Remove propsDone. Unused, probably unneeded, and in the way.William Victor Mote2003-04-281-7/+0
* Refactor: extract methods findBasePropertyName and findSubPropertyName from m...William Victor Mote2003-04-281-19/+41
* Refactor: make local variable names more meaningful.William Victor Mote2003-04-271-16/+17
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+305