Ignored Lists 
There are properties having funny value and OpenOffice.org crashes when their values are refered. And a few interfaces are there that MRI can not handle them.
Ignored Properties 
MRI ignores some properties to get their values in the information edit.
Property Name | Description |
ActiveLayer | Boolean value returns as pyuno object. |
ClientMap | Causes error depends on OpenOffice.org. |
FontSlant | Diffrence between value type and its value. Its value type is short but property value is an enum of com.sun.star.awt.FontSlant. |
LayoutSize | |
PropertyToDefault | Always exception raises. |
Ignored Methods 
No entries.
Ignored Interfaces 
These interfaces can not be inspected by MRI.
Interface Name | Description |
com.sun.star.script.browse.XBrowseNode | When com.sun.star.browse.BrowseNode services getTypes method is called through Py-UNO, OpenOffice.org crashes. If you use OOo Basic, you can forget this issue. |