[sw-issues] [Issue 86262] Tableborder distance canno t be set to a table via API

2008-07-08 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86262


User mru changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Jul  8 11:37:40 + 
2008 ---
Checked in build 300m22.

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



[sw-issues] [Issue 86262] Tableborder distance canno t be set to a table via API

2008-04-05 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86262


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sat Apr  5 08:34:31 + 
2008 ---
Verified in CWS xmlfilter04.

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



[sw-issues] [Issue 86262] Tableborder distance canno t be set to a table via API

2008-04-02 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86262


User ama changed the following:

What|Old value |New value

 Assigned to|ama   |mru





--- Additional comments from [EMAIL PROTECTED] Wed Apr  2 09:41:11 + 
2008 ---
Ready for QA

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



[sw-issues] [Issue 86262] Tableborder distance canno t be set to a table via API

2008-03-05 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86262


User ama changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Mar  5 15:15:40 + 
2008 ---
Fixed in os111
unattr.cxx

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



[sw-issues] [Issue 86262] Tableborder distance canno t be set to a table via API

2008-02-20 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86262
 Issue #|86262
 Summary|Tableborder distance cannot be set to a table via API
   Component|Word processor
 Version|680m243
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|os
 Reported by|os





--- Additional comments from [EMAIL PROTECTED] Wed Feb 20 10:45:23 + 
2008 ---
There's a property css::table::TableBorder that allows setting of _one_ distance
value. The property works only if a layout exist. 
Setting all four distances should be possible. As these values do not depend on
the location of the individual cells this should also work without layout.

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



[sw-issues] [Issue 86262] Tableborder distance canno t be set to a table via API

2008-02-20 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86262


User os changed the following:

What|Old value |New value

 Assigned to|os|ama

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Wed Feb 20 14:41:48 + 
2008 ---
-ama: Run the following macro in a new text document and then try to undo the
steps - the border distance changes are not undone.

Sub Main
xtable = thiscomponent.createinstance(com.sun.star.text.TextTable)
xtable.initialize(3,3)
xtable.attach ( thiscomponent.gettext.start )
adistances = xtable.TableBorderDistances
xtable.getcellbyname(A1).setString(TEXT)
adistances.TopDistance = 400
xtable.TableBorderDistances = adistances
adistances.BottomDistance = 400
xtable.TableBorderDistances = adistances
End Sub


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