To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58329
                  Issue #:|58329
                  Summary:|improve uno-skeletonmaker functionality
                Component:|tools
                  Version:|OOo 2.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|ENHANCEMENT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|jsc
              Reported by:|as





------- Additional comments from [EMAIL PROTECTED] Wed Nov 23 00:57:03 -0800 
2005 -------
a)
The mode "component" generates (besides the component itslef) some helper 
functions named: "_create", "_getImplementationName", 
"_getSupportedServiceNames". But these functions are not realy bound to the 
component, which was generated by the skeletonmaker. In case a developer wish 
to implement more then one UNO component inside the same library, he cant 
distinguish between different sets of these methods.
Possible solution: add these helper functions as static ones to the generated 
component and use it full qualified with class_name::function_name.

b)
Some types will be generated using relativ namespace values (e.g. 
"rtl::OUString" 
instead of "::rtl::OUString"). That can make trouble in case such namespace 
realy 
exists but isnt a root namespace.

c)
The mode "component" uses a namespace alias "css" ... but the mode "dump" 
generates code using "::com::sun::star". May be it's a good idea to generate 
the 
same code for both use cases of this tool.

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