To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69608
                 Issue #|69608
                 Summary|Writer table double borders assigned by macro are lost
                        | after saving
               Component|Word processor
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|mru
             Reported by|hillerd





------- Additional comments from [EMAIL PROTECTED] Sun Sep 17 02:04:04 -0700 
2006 -------
Create a table in Writer.
Run a macro that assignes a border to one cell of the table, such as 
  With sBorder
    .OuterLineWidth=25
    .InnerLineWidth=25
    .Color=0
    .Linedistance=60
A nice double line is drawn in that cell.
Save the file, close, reopen.
The line is gone, cell border is 0, .IsHorizontalLineValid=false (in case the
border line was assigned to a horizontal line)

Now repeat the process with Borderlinewidth and distance as they can be assigned
 in the table properties dialog, e.g.(2,2,0,35). This works fine.

Possible cause (without looking at the OOo code): not the border settings are
saved but an index that relates to the set of borders which are available in the
dialog. Any other configuration that is not present in this dialog cannot be 
saved.

This issue might be related to "61946 Double-borders applied to a table from
table tool bar have vanished when document is reopened". 

If you want to investigate without having to code, you can use the macro that
caused that trouble. It is availabel at http://home.cablesurf.de/dhiller >
Various > Software > BorderLiner

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