To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97955
User bmarcelly changed the following:
What |Old value |New value
================================================================================
CC|'' |'bmarcelly'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Jan 13 12:22:31
+0000 2009 -------
"changing the property from the UI does not reflects at API level"
It is reflected if the macro is started from the document window, but not from
the
IDE.
"changing property values via API does not reflect in the user interface"
This bug only affects the predefined layers. I found a work-around:
Dim aLayer As Object
aLayer = ThisComponent.LayerManager.getByName("layout")
aLayer.IsVisible = False
ThisComponent.CurrentController.IsMasterPageMode = False
The tab of the hidden layer does not change its color. Another bug...
---------------------------------------------------------------------
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]