[api-issues] [Issue 107070] direct singleton support in Basic

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


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from j...@openoffice.org Fri Mar  5 11:38:05 + 
2010 ---
Test has been added to f_basic_issues.bas

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


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



[api-issues] [Issue 107070] direct singleton support in Basic

2010-02-19 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107070





--- Additional comments from a...@openoffice.org Fri Feb 19 13:27:03 + 
2010 ---
Created an attachment (id=67914)
Test macro


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


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



[api-issues] [Issue 107070] direct singleton support in Basic

2010-02-19 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107070


User ab changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Issue type|FEATURE   |ENHANCEMENT

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Fri Feb 19 13:30:14 + 
2010 ---
FIXED


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


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



[api-issues] [Issue 107070] direct singleton support in Basic

2010-02-19 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107070


User ab changed the following:

What|Old value |New value

 Assigned to|ab|jsk





--- Additional comments from a...@openoffice.org Fri Feb 19 13:31:42 + 
2010 ---
ab-jsk: Please verify


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


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



[api-issues] [Issue 107070] direct singleton support in Basic

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


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Fri Dec 18 07:50:54 + 
2009 ---
STARTED, - ab76


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


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



[api-issues] [Issue 107070] direct singleton support in Basic

2009-11-19 Thread jsc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107070
 Issue #|107070
 Summary|direct singleton support in Basic
   Component|api
 Version|DEV300m65
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|jsc





--- Additional comments from j...@openoffice.org Fri Nov 20 07:47:36 + 
2009 ---
With OOo 3.2 we have made the concept of service constructors available in
Basic. That means it is possible to use the contractor methods directly.

The requested feature is to provide a similar shortcut for singletons as well.
In C++ or Java the user can use the generated get function with a component
context directly. We should provide this shortcut for singletons as well. The
context should be optional for potential later use. Currently only the default
context is used. 

This would simplify the access to singletons a lot because today the user have
to use something like this

oContext = 
oA = oContext.getValueByName(/singletons/my.own.special.TestSingleton)

easier would be

oA = my.own.special.TestSingleton.get() 
or
oA = my.own.special.TestSingleton.get(oContext) 

This feature should be available for well defined singletons only who have an
IDL type definition (and are well documented)

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


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