To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41838


User mkol changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|CLOSED                    |UNCONFIRMED
--------------------------------------------------------------------------------
                Resolution|DUPLICATE                 |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Feb  2 10:19:32 -0800 
2005 -------
Pseudo code for a Temporary workaround (For OOo 2.0)

/************************************************
/* A TEMPORARY (and very rudimentary) Workaround
/************************************************

/****** Initialize Table and it's parts *****/

If Insert_Table = True
{
     Table_Rows = As per user input
     Table_Columns = As per user input
     Table_Cell_Attributes = As per user input /* Line Style, Color etc */


     If True_Table_Header = True    /* If user selects the REAL Table header */
     {    True_Table_Header_Attributes = As per user input/* Line Style, Color 
etc */
     }

     Pseudo_Table_Header = True     /* An INTERNAL Table Header for Formatting 
borders. This Header has only 1 Border/Line and NOTHING else*/
}

/***** Draw Table As per user input *****/

For (Row = 0; Row < User Input; Row++)
{
     For (Column = 0; Column < User Input; Column++)
     {    Draw Cell[Row][Column] }


     If Page_Break = True
     {    If True_Table_Header = True
               Draw True_Table_Header
          Else
          {    Pseudo_Table_Header_Attributes = Attributes_Of_Cell[Row+1][0]
                Draw Pseudo_Table_Header
          }
     }

}

/***** End of Temporary Workaround *****/

Can It be a solution, at least for as of now?

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