[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-12-08 Thread tm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User tm changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from t...@openoffice.org Tue Dec  8 12:37:58 + 
2009 ---
checked and verified in cws fwk131 - OK !

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-12-07 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User ab changed the following:

What|Old value |New value

 Assigned to|ab|tm





--- Additional comments from a...@openoffice.org Mon Dec  7 09:10:54 + 
2009 ---
ab-tm: Please verify. To to this you just need to open the Basic IDE
(Tools / Macros / Organize Macros / Basic... or simple Alt-F11 + Edit)
and copy the test macro above into a module. It should run (F5) without
errors showing the expected results.


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-12-04 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263





--- Additional comments from c...@openoffice.org Fri Dec  4 15:44:35 + 
2009 ---
cd-ab: Please send issue to QA or verify yourself.

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-11-30 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User ab changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Mon Nov 30 13:14:46 + 
2009 ---
Fixed in basic/source/classes/sbunoobj.cxx

Extended test macro using all three ctors:

Sub Main
UriService = com.sun.star.rdf.URI

oSubject = UriService.create(http://hallo/hallo;)
print oSubject.StringValue

oSubjectNS = UriService.createNS(ftp:,//foo/bar)
print oSubjectNS.StringValue

oSubjectKnown = UriService.createKnown(com.sun.star.rdf.URIs.XSD_DECIMAL)
print oSubjectKnown.StringValue
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-11-27 Thread nn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263
 Issue #|107263
 Summary|Wrong constructor used for new-style services in Basic
| 
   Component|framework
 Version|OOO320m5
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|scripting
 Assigned to|ab
 Reported by|nn





--- Additional comments from n...@openoffice.org Fri Nov 27 10:38:58 + 
2009 ---
When calling a new-style service constructor in Basic, the name of the
constructor is ignored and the last defined constructor is used
(SbUnoService::Find). The following example gives an error because createKnown
is called instead of create.

Sub Main
UriService = com.sun.star.rdf.URI
oSubject = UriService.create(http://hallo/hallo;)
print oSubject.StringValue
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-11-27 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED

 Summary|Wrong constructor used for|Wrong constructor used for
| new-style services in Bas| new-style services in Bas
|ic|ic





--- Additional comments from a...@openoffice.org Fri Nov 27 11:08:58 + 
2009 ---
STARTED


-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-11-27 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User ul changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |9
  is|  |





-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 107263] Wrong constructor used fo r new-style services in Basic

2009-11-27 Thread ul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107263


User ul changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.2





--- Additional comments from u...@openoffice.org Fri Nov 27 16:53:47 + 
2009 ---
adjusted target

-
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org