[Bug 50470] PyUno objects not introspectable on Python 3

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 8 09:00:59 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=50470

Michael Stahl <mstahl at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Whiteboard|EasyHack DifficultyBeginner |target:4.1.2 target:4.2.0
                   |SkillCpp TopicCleanup       |
                   |target:4.1.2 target:4.2.0   |
         Resolution|---                         |FIXED
                 CC|                            |mstahl at redhat.com

--- Comment #8 from Michael Stahl <mstahl at redhat.com> ---
this appears to be fixed, thanks Daniel!

>>> import uno
>>> x = uno.getComponentContext()
>>> dir(x)
['/services/com.sun.star.security.AccessController/mode',
 ... 
 'ElementNames', 'ElementType', 'ImplementationId', 'ServiceManager', 'Types',
'addEventListener', 'dispose', 'getByName', 'getElementNames',
'getElementType', 'getImplementationId', 'getServiceManager', 'getTypes',
'getValueByName', 'hasByName', 'hasElements', 'insertByName', 'queryAdapter',
'queryInterface', 'removeByName', 'removeEventListener', 'replaceByName']

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140508/4cceabc8/attachment.html>


More information about the LibreOffice mailing list