You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/05/13 16:39:07 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr/table TableContentLayoutManager.java

jeremias    2005/05/13 07:39:06

  Modified:    src/java/org/apache/fop/layoutmgr/table Tag:
                        Temp_KnuthStylePageBreaking
                        TableContentLayoutManager.java
  Log:
  Fix for display-align on table-cell.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.16  +3 -3      xml-fop/src/java/org/apache/fop/layoutmgr/table/Attic/TableContentLayoutManager.java
  
  Index: TableContentLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/table/Attic/TableContentLayoutManager.java,v
  retrieving revision 1.1.2.15
  retrieving revision 1.1.2.16
  diff -u -r1.1.2.15 -r1.1.2.16
  --- TableContentLayoutManager.java	13 May 2005 14:28:45 -0000	1.1.2.15
  +++ TableContentLayoutManager.java	13 May 2005 14:39:06 -0000	1.1.2.16
  @@ -636,11 +636,11 @@
                       readyCount++;
                       int len = ElementListUtils.calcContentLength(
                               gridUnits[i].getElements(), start[i], end[i]);
  +                    partLength[i] = len;
  +                    log.debug("len of part: " + len);
                       if (start[i] == 0 && lastRow.getExplicitHeight().min > 0) {
                           len = Math.max(len, lastRow.getExplicitHeight().opt);
                       }
  -                    partLength[i] = len;
  -                    log.debug("len of part: " + len);
                       
                       //Now add the borders to the contentLength
                       if (isSeparateBorderModel()) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org