To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67474
                 Issue #|67474
                 Summary|need support for mixed fix column-width and proportion
                        | column-width
               Component|Word processor
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|formatting
             Assigned to|mru
             Reported by|jianzhang





------- Additional comments from [EMAIL PROTECTED] Mon Jul 17 13:48:29 -0700 
2006 -------
in a table, sometimes it need to fix width for some columns will one or  more 
column will be taking left over width. (ie. account detail report, where amount 
column has to be fixed in order fit possible numbers for the amounts, but the 
descrption column can be shorted if margin reduces)

In the edit/design mode, all above function can be done when then content and 
margin of document is already know.

when we write a program to create a xml content, where we allow user to choose 
the docuemnt margin, it becomes defficult to deal with, speically the 
programming of table is totally seperated from config margin settings for user.


it would be good if OO can support the following:
first 2 cols are proportion of left over width after 3rd col (ie, id user 
select margin is left 1in, right 1in, table width should be 6.5in and left over 
4.5in, col1 = 4.5in*40% = 1.8in col2 = 4.5in*60% = 2.7in) 

HTML would work this way.
open document spec. didn't say table cannot have two mix column types.

<style:style style:family="table-column" style:name="col1"> 
    <style:table-column-properties style:rel-column-width="40%"/> 
  </style:style> 
 
  <style:style style:family="table-column" style:name="col2"> 
    <style:table-column-properties style:rel-column-width="60%"/> 
  </style:style> 
  <style:style style:family="table-column" style:name="col3"> 
    <style:table-column-properties style:rel-column-width="2in"/> 
  </style:style> 
 
  <!-- .... --> 
 
  <table:table table:style-name="YYY" table:table-name="t1" > 
    <table:table-columns> 
      <table:table-column table:style-name="col1"/> 
      <table:table-column table:style-name="col2"/> 
      <table:table-column table:style-name="col3"/> 
    </table:table-columns> 
 
    <!-- ... --> 
 
  </table:table>

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to