DO NOT REPLY [Bug 33808] problem with large number-rows-spanned

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=33808

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Glenn Adams  2012-04-01 07:13:59 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 33808] - problem with large number-rows-spanned

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33808





--- Additional Comments From [EMAIL PROTECTED]  2007-11-20 02:48 ---
in 0.93 works fine.
with patch works on 0.20.5

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 33808] - problem with large number-rows-spanned

2007-11-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33808


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-11-20 02:12 ---
Fixed in FOP 0.94 and probably earlier versions

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 33808] - problem with large number-rows-spanned

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33808





--- Additional Comments From [EMAIL PROTECTED]  2005-04-05 06:28 ---
(From update of attachment 14566)
diff -Nur fop-0.20.5-dist/src/org/apache/fop/fo/flow/AbstractTableBody.java
fop-0.20.5/src/org/apache/fop/fo/flow/AbstractTableBody.java
--- fop-0.20.5-dist/src/org/apache/fop/fo/flow/AbstractTableBody.java  
2005-02-07 19:44:05.0 +0600
+++ fop-0.20.5/src/org/apache/fop/fo/flow/AbstractTableBody.java   
2005-04-05 11:21:12.246807323 +0700
@@ -106,17 +106,17 @@
 if (this.marker == START) {

 // Common Accessibility Properties
-AccessibilityProps mAccProps = propMgr.getAccessibilityProps();
+//AccessibilityProps mAccProps = propMgr.getAccessibilityProps();

 // Common Aural Properties
-AuralProps mAurProps = propMgr.getAuralProps();
+//AuralProps mAurProps = propMgr.getAuralProps();

 // Common Border, Padding, and Background Properties
-BorderAndPadding bap = propMgr.getBorderAndPadding();
-BackgroundProps bProps = propMgr.getBackgroundProps();
+//BorderAndPadding bap = propMgr.getBorderAndPadding();
+//BackgroundProps bProps = propMgr.getBackgroundProps();

 // Common Relative Position Properties
-RelativePositionProps mRelProps =
propMgr.getRelativePositionProps();
+//RelativePositionProps mRelProps =
propMgr.getRelativePositionProps();

 // this.properties.get("id");

diff -Nur fop-0.20.5-dist/src/org/apache/fop/fo/flow/Block.java
fop-0.20.5/src/org/apache/fop/fo/flow/Block.java
--- fop-0.20.5-dist/src/org/apache/fop/fo/flow/Block.java   2005-02-07
19:44:05.0 +0600
+++ fop-0.20.5/src/org/apache/fop/fo/flow/Block.java2005-04-01
11:50:48.0 +0700
@@ -153,26 +153,26 @@
 noLayoutCount=0; // Reset the "loop counter".

 // Common Accessibility Properties
-AccessibilityProps mAccProps = propMgr.getAccessibilityProps();
+//AccessibilityProps mAccProps = propMgr.getAccessibilityProps();

 // Common Aural Properties
-AuralProps mAurProps = propMgr.getAuralProps();
+//AuralProps mAurProps = propMgr.getAuralProps();

 // Common Border, Padding, and Background Properties
-BorderAndPadding bap = propMgr.getBorderAndPadding();
-BackgroundProps bProps = propMgr.getBackgroundProps();
+//BorderAndPadding bap = propMgr.getBorderAndPadding();
+//BackgroundProps bProps = propMgr.getBackgroundProps();

 // Common Font Properties
 //this.fontState = propMgr.getFontState(area.getFontInfo());

 // Common Hyphenation Properties
-HyphenationProps mHyphProps = propMgr.getHyphenationProps();
+//HyphenationProps mHyphProps = propMgr.getHyphenationProps();

 // Common Margin Properties-Block
-MarginProps mProps = propMgr.getMarginProps();
+//MarginProps mProps = propMgr.getMarginProps();

 // Common Relative Position Properties
-RelativePositionProps mRelProps =
propMgr.getRelativePositionProps();
+//RelativePositionProps mRelProps =
propMgr.getRelativePositionProps();

 this.align = this.properties.get("text-align").getEnum();
 this.alignLast = this.properties.get("text-align-last").getEnum();
diff -Nur fop-0.20.5-dist/src/org/apache/fop/fo/flow/RowSpanMgr.java
fop-0.20.5/src/org/apache/fop/fo/flow/RowSpanMgr.java
--- fop-0.20.5-dist/src/org/apache/fop/fo/flow/RowSpanMgr.java  2005-02-07
19:44:05.0 +0600
+++ fop-0.20.5/src/org/apache/fop/fo/flow/RowSpanMgr.java   2005-04-01
12:48:16.0 +0700
@@ -77,9 +77,9 @@
 return (rowsRemaining == 1);
 }

-boolean finishRow(int rowHeight) {
+boolean finishRow(int rowHeight, boolean isFullRow) {
 totalRowHeight += rowHeight;
-if (--rowsRemaining == 0) {
+if (isFullRow && --rowsRemaining == 0) {
 if (cell != null) {
 cell.setRowHeight(totalRowHeight);
 }
@@ -131,6 +131,16 @@
 return false;
 }

+public void setForceFinishSpans(int rowHeight) {
+  for (int i = 0; i < spanInfo.length; i++) {
+if (spanInfo[i] != null && spanInfo[i].cell != null){
+  spanInfo[i].cell.setRowHeight(spanInfo[i].totalRowHeight -
rowHeight);
+  spanInfo[i].cell.setNumRowsSpanned(spanInfo[i].rowsRemaining);
+}
+spanInfo[i] = null;
+  }
+}
+
 /**
  * Done with a row.
  * An

DO NOT REPLY [Bug 33808] - problem with large number-rows-spanned

2005-03-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33808





--- Additional Comments From [EMAIL PROTECTED]  2005-03-26 07:42 ---
Created an attachment (id=14566)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=14566&action=view)
path for use greater number-rows-spanned

I have written a patch which allows to use greater number-rows-spanned. I think
it's dirty hack if someone knows more elegant the decision you are welcome =).
(sorry for english).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.