DO NOT REPLY [Bug 43824] RTF doesn't support proportional column widths

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

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #8 from Glenn Adams gl...@skynav.com 2012-04-01 07:03:32 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 43824] RTF doesn't support proportional column widths

2008-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824


Jeremias Maerki [EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #7 from Jeremias Maerki [EMAIL PROTECTED]  2008-07-06 08:18:07 
PST ---
Patch applied to 0.95 branch with modifications:
http://svn.apache.org/viewvc?rev=674304view=rev

It's not technically bugfixing only but I thought it would be great to have
that in 0.95.

Maximilian's ICLA is recorded. Thanks, Maximilian!


-- 
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 43824] RTF doesn't support proportional column widths

2008-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824





--- Comment #6 from [EMAIL PROTECTED]  2008-06-23 02:34:26 PST ---
Created an attachment (id=22158)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22158)
table scaling patch

- column-width accepts percent values (proportional-column-width and % working)
- Table width accepts percent values (100% of the pagewidth as standard)
- nested tables are working
- it is also possible to make nested tables with a higher depth than 3 without
causing word to crash


-- 
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 43824] RTF doesn't support proportional column widths

2008-06-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824


Lukas Ramach [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
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 43824] RTF doesn't support proportional column widths

2008-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824





--- Comment #3 from Jeremias Maerki [EMAIL PROTECTED]  2008-06-05 01:26:09 
PST ---
Maximilian, this goes in the direction of supporting percentages in RTF output.
This is mostly done in the layout managers for the page-oriented output
formats, so that means it has to be recreated for the flow-based output
formats. I assume some kind of tracking mechanism is necessary to have the base
values for percentage-based calculations (and proportional-column-width() for
that matter). If done properly this might even be useful for the layout
managers at some point. Anyway, take a look at
org.apache.fop.datatypes.PercentBaseContext. This interface is implemented by
AbstractBaseLayoutManager. In the case of RTF, this should probably be a
separate class (i.e. that tracking mechanism I mentioned above) so it can be
reused by other/future flow-based output formats [1]. For the table columns,
take a look at org.apache.fop.layoutmgr.table.TableLayoutManager which contains
code for handling the proportional-column-width() approach. Something similar
has to be done for the flow-based formats.

[1] Incidentally, I'm going to a client today to coach them for implementing
ODF output support.


-- 
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 43824] RTF doesn't support proportional column widths

2008-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824





--- Comment #4 from Antti Karanta [EMAIL PROTECTED]  2008-06-05 02:21:06 PST 
---

(In reply to comment #3)

 [1] Incidentally, I'm going to a client today to coach them for implementing
 ODF output support.

  This is very interesting. Is it going to be in their use only or is it going
to be published into public domain? If so, are there any time estimates when
this might happen?


-- 
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 43824] RTF doesn't support proportional column widths

2008-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824





--- Comment #5 from Jeremias Maerki [EMAIL PROTECTED]  2008-06-05 02:53:39 
PST ---
I can probably tell you more tomorrow. Nothing's fixed, yet. I expect them to
want to contribute this back to FOP at some point and put it under the ALv2.
One of the problems is the lack of an ODF library with a compatible license.
All Java ODF libraries I know of are published under the LGPL which complicates
things for FOP. Timeframe: rather soon (2 months probably).


-- 
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 43824] RTF doesn't support proportional column widths

2008-06-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #2 from [EMAIL PROTECTED]  2008-06-04 07:17:31 PST ---
Inside the source code (RTFHandler) is also a comment saying that its not
implemented well at the moment.
I would like to help fixing the problem.
Hints are always welcome


-- 
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 43824] - RTF doesn't support proportional column widths

2008-02-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
https://issues.apache.org/bugzilla/show_bug.cgi?id=43824.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

https://issues.apache.org/bugzilla/show_bug.cgi?id=43824


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
Configure bugmail: https://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 43824] - RTF doesn't support proportional column widths

2007-11-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=43824.
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=43824





--- Additional Comments From [EMAIL PROTECTED]  2007-11-09 06:48 ---
Created an attachment (id=21102)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=21102action=view)
Test FO to reproduce bug


-- 
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.