To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66635
                 Issue #|66635
                 Summary|Core reflection should allow browsing Type s
               Component|udk
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|FEATURE
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|ramon_garcia





------- Additional comments from [EMAIL PROTECTED] Thu Jun 22 05:31:52 -0700 
2006 -------
The XIdlReflection allows one to browse a type by giving an Any containing it,
by giving the name of the type, but, surprisingly, not by giving the type
itself. The implementation of the Core Reflection service
(stoc/stoc/source/corereflection/crefl.cxx) does internally support building a
type browser XIdlClass from a type (methods forType). Why not exporting this
functionality? This is needed in several places, such as the basic interpreter,
and the introspection service. What that code is doing currently is using access
to an interface by name, using the forName() method. This is likely to be
inefficient, since it involves looking up a string in a dictionary.

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