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





------- Additional comments from [EMAIL PROTECTED] Mon Nov 10 10:38:01 +0000 
2008 -------
The code uses the css.uri.XVndSunStarScriptUrl interface to parse the script
URLs, immediately before translating the URL to a "display value"
(http://api.openoffice.org/docs/common/ref/com/sun/star/uri/XVndSunStarScriptUrl.html).

So, all your examples will work, since we do not have any assumptions about the
structure of the URL, except that the script name is what
XVndSunStarScriptUrl.getName() returns, and the location/language are the result
of a getParameter( "location"/"language").


So, your only concern not addressed is the ability to copy the URL from the
property browser. However, there are other means to obtain this URL (with a few
lines of Basic script, for instance), and here I consider usability (i.e.
readability for the average end user) more important than convenience for the
macro developer.

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