Lines Matching refs:beans
24 import com.sun.star.beans.XPropertySet;
54 "_blank", 0, new com.sun.star.beans.PropertyValue[0]); in main()
152 com.sun.star.beans.XPropertySet xRootMenuEntry = in notifyContextMenuExecute()
154 com.sun.star.beans.XPropertySet.class, in notifyContextMenuExecute()
158 com.sun.star.beans.XPropertySet xSeparator = in notifyContextMenuExecute()
159 (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
160 com.sun.star.beans.XPropertySet.class, in notifyContextMenuExecute()
194 xMenuEntry = (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
195 com.sun.star.beans.XPropertySet.class, in notifyContextMenuExecute()
206 xMenuEntry = (com.sun.star.beans.XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
207 com.sun.star.beans.XPropertySet.class, in notifyContextMenuExecute()
228 catch ( com.sun.star.beans.UnknownPropertyException ex ) { in notifyContextMenuExecute()