aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Collapse)AuthorAgeFilesLines
* javadoc fixJeremias Maerki2004-10-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198021 13f79535-47bb-0310-9956-ffa450edef68
* Fix to avoid leading and trailing spaces in the values being read.Jeremias Maerki2004-10-101-18/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198020 13f79535-47bb-0310-9956-ffa450edef68
* This is supposed to fix a problem that surfaced with Finn's latest change in ↵Jeremias Maerki2004-10-101-1/+2
| | | | | | PageSequence. There was an ArrayIndexOutOfBoundsException here in LineLayoutManager when a static region was layouted for the second page (instance is reused). It seems to me that "iCurrParIndex" could be made a method-local variable instead of an instance variable. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198019 13f79535-47bb-0310-9956-ffa450edef68
* Code indentation onlyJeremias Maerki2004-10-101-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198018 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing static-content regression.Finn Bock2004-10-081-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198017 13f79535-47bb-0310-9956-ffa450edef68
* Fix javadoc warnings.Finn Bock2004-10-0722-25/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198016 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-041-2/+4
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Switched to SAXParseException for duplicate ID's found in document. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198007 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-042-26/+15
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) BookmarkData now activates AreaTreeModel instead of AreaTreeHandler. 2.) Some methods moved from public to private in AreaTreeHandler. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198006 13f79535-47bb-0310-9956-ffa450edef68
* Re-enable calls to TableAttributesConverter.makeBorder.Finn Bock2004-10-031-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198003 13f79535-47bb-0310-9956-ffa450edef68
* Added makeBorder() method.Finn Bock2004-10-031-40/+71
| | | | | | | Moved convertAttributetoRtf() from TableAttributesConverter to here. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198002 13f79535-47bb-0310-9956-ffa450edef68
* Set value for characterValue variable in fo.flow.Character--needed for its ↵Glen Mazza2004-10-032-2/+3
| | | | | | OneCharIterator constructor. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197999 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-022-18/+0
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removed AreaTreeModel.getTitle() again, because it not in use by paper renderers and I suspect the future AWTRenderer, if it uses the title, will be storing this information on its own internally anyway, as it gets each page sequence. We can restore it should it be deemed preferable in the future. Comments welcome. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197998 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-024-25/+0
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: Removed no-longer-used getAreaTreeHandler() from LM's. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197997 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-023-18/+5
| | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) Temporary commenting out of TableAttributesConverter code until missing code checked in. 2.) Code simplification of having AbstractLayoutManager call the fObj.AddLayoutManager() directly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197996 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the handling of length attributes.Finn Bock2004-10-011-140/+49
| | | | | | | Attempt at setting borders correctly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197995 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the handling of length attributes.Finn Bock2004-10-011-74/+29
| | | | | | | Don't set a background color, when it is specified as "transparent". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197994 13f79535-47bb-0310-9956-ffa450edef68
* Support nested attribute values, for use with border control words.Finn Bock2004-10-012-2/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197993 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the handling of length attributes.Finn Bock2004-10-012-115/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197992 13f79535-47bb-0310-9956-ffa450edef68
* Helper class which supports FOP datatypes as values.Finn Bock2004-10-011-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197991 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for fo:blockcontainer.Finn Bock2004-10-012-0/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197990 13f79535-47bb-0310-9956-ffa450edef68
* Add support for the generator element which identifies the generating ↵Jeremias Maerki2004-10-012-0/+57
| | | | | | application (just to start finding my way into RTF). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197989 13f79535-47bb-0310-9956-ffa450edef68
* Support fo:character.Finn Bock2004-10-011-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197988 13f79535-47bb-0310-9956-ffa450edef68
* Make the rtf output a little less random and thus easier to compareFinn Bock2004-10-011-1/+1
| | | | | | | between runs. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197987 13f79535-47bb-0310-9956-ffa450edef68
* Write the "sectd" after the page attributes, so the default margins forFinn Bock2004-10-011-1/+1
| | | | | | | the section is inherited from the page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197986 13f79535-47bb-0310-9956-ffa450edef68
* Style: fix indent.Finn Bock2004-10-011-41/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197985 13f79535-47bb-0310-9956-ffa450edef68
* Fire FOEventandler events.Finn Bock2004-09-302-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197984 13f79535-47bb-0310-9956-ffa450edef68
* Added support for Character and BlockContainer.Finn Bock2004-09-301-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197983 13f79535-47bb-0310-9956-ffa450edef68
* Make text-indent inheritedSimon Pepping2004-09-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197982 13f79535-47bb-0310-9956-ffa450edef68
* Emit valid floating point numbers, even when running under a Locale withFinn Bock2004-09-281-3/+5
| | | | | | | a decimal point different from '.' git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197981 13f79535-47bb-0310-9956-ffa450edef68
* Support -ps output option.Finn Bock2004-09-281-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197980 13f79535-47bb-0310-9956-ffa450edef68
* Fix a regression where the page numbers started from 0.Finn Bock2004-09-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197979 13f79535-47bb-0310-9956-ffa450edef68
* Support -rtf output option.Finn Bock2004-09-271-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197978 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-273-49/+18
| | | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) endofNode() implemented in pagination.Root, allowing for validation logic in ATH to be removed. 2.) more direct access of AreaTreeModel in PSLM. 3.) more simplifications in ATH. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197977 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-09-266-126/+93
| | | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) Renamed PageLayoutManager to somewhat more intuitive PageSequenceLayoutManager. 2.) Moved layout logic for the fo:title of an fo:page-sequence from AreaTreeHandler to PSLM. Also moved page number initialization logic there. Comments most welcome. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197976 13f79535-47bb-0310-9956-ffa450edef68
* Removal of empty Title subclass, now using LineArea.Glen Mazza2004-09-2510-50/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197975 13f79535-47bb-0310-9956-ffa450edef68
* Moved from element mapping class names to element mapping objects.Finn Bock2004-09-242-3/+4
| | | | | | | | | This solves a potential problem where Class.forName() can't load the element mapping class because the element mapping is only available in a classloader below the one that loaded fop.jar. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197974 13f79535-47bb-0310-9956-ffa450edef68
* Support url(...) function in image source.Finn Bock2004-09-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197973 13f79535-47bb-0310-9956-ffa450edef68
* Style: fix indent.Finn Bock2004-09-241-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197972 13f79535-47bb-0310-9956-ffa450edef68
* Fix NPEJeremias Maerki2004-09-231-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197971 13f79535-47bb-0310-9956-ffa450edef68
* Moved test classes to their proper location.Jeremias Maerki2004-09-2315-1283/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197970 13f79535-47bb-0310-9956-ffa450edef68
* Calculate the margin offsets (border & padding), by increasingFinn Bock2004-09-232-99/+36
| | | | | | | current[IB]PPosition, in AbstractRenderer instead of in PDFRenderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197969 13f79535-47bb-0310-9956-ffa450edef68
* Removed illegal tab characters. Please, guys, pay attention to your IDE ↵Jeremias Maerki2004-09-232-14/+14
| | | | | | settings! Checkstyle in Eclipse, for example, does a very good job of uncovering things like that. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197968 13f79535-47bb-0310-9956-ffa450edef68
* Simplify ET/BT handling by keeping track of the current state.Finn Bock2004-09-221-64/+22
| | | | | | | | This change cause multiple calls to [begin|end]TextMode but only the minimum number of ET/BT commands are written. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197967 13f79535-47bb-0310-9956-ffa450edef68
* Use the correct default (medium) for border-[top|bottom|left|right]-width.Finn Bock2004-09-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197966 13f79535-47bb-0310-9956-ffa450edef68
* Removed hack that wrongly tried to calculate [start|end]-indent values.Finn Bock2004-09-221-34/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197965 13f79535-47bb-0310-9956-ffa450edef68
* Calculate the [start|end]-indent in the first 2 cases in 5.3.2. The lastFinn Bock2004-09-221-5/+4
| | | | | | | case (no absolute margin specified) still needs more work. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197964 13f79535-47bb-0310-9956-ffa450edef68
* Force a 0mpt border-width when the border-style is 'none'.Finn Bock2004-09-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197963 13f79535-47bb-0310-9956-ffa450edef68
* Avoid a rounding error when the ratios already match.Finn Bock2004-09-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197962 13f79535-47bb-0310-9956-ffa450edef68
* Gets rid of currentBlockIPPosition. Use currentIPPosition instead andFinn Bock2004-09-225-37/+30
| | | | | | | restore it after each block-level area. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197961 13f79535-47bb-0310-9956-ffa450edef68
* Save the current number of spans. This fix a bug where multiple spansFinn Bock2004-09-221-0/+1
| | | | | | | were created, one for each toplevel block. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197960 13f79535-47bb-0310-9956-ffa450edef68