Lines Matching refs:xMenuEntry
79 XPropertySet xMenuEntry = (XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute() local
82 xMenuEntry.setPropertyValue( "Text", new String( "Content" )); in notifyContextMenuExecute()
83 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5401" )); in notifyContextMenuExecute()
84 xMenuEntry.setPropertyValue( "HelpURL", new String( "5401" )); in notifyContextMenuExecute()
87 xSubMenuContainer.insertByIndex( 0, (Object)xMenuEntry ); in notifyContextMenuExecute()
91 xMenuEntry = (XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
94 xMenuEntry.setPropertyValue( "Text", new String( "Help Agent" )); in notifyContextMenuExecute()
95 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5962" )); in notifyContextMenuExecute()
96 xMenuEntry.setPropertyValue( "HelpURL", new String( "5962" )); in notifyContextMenuExecute()
99 xSubMenuContainer.insertByIndex( 1, (Object)xMenuEntry ); in notifyContextMenuExecute()
102 xMenuEntry = (XPropertySet)UnoRuntime.queryInterface( in notifyContextMenuExecute()
105 xMenuEntry.setPropertyValue( "Text", new String( "Tips" )); in notifyContextMenuExecute()
106 xMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5404" )); in notifyContextMenuExecute()
107 xMenuEntry.setPropertyValue( "HelpURL", new String( "5404" )); in notifyContextMenuExecute()
110 xSubMenuContainer.insertByIndex( 2, (Object)xMenuEntry ); in notifyContextMenuExecute()