Home
last modified time | relevance | path

Searched refs:xRootMenuEntry (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DContextMenuInterceptor.java53 com.sun.star.beans.XPropertySet xRootMenuEntry = in notifyContextMenuExecute() local
67 xRootMenuEntry.setPropertyValue("Text", ("Help")); in notifyContextMenuExecute()
68 xRootMenuEntry.setPropertyValue("CommandURL", ("slot:5410")); in notifyContextMenuExecute()
69 xRootMenuEntry.setPropertyValue("HelpURL", ("5410")); in notifyContextMenuExecute()
70 xRootMenuEntry.setPropertyValue("SubContainer", (Object) xSubMenuContainer); in notifyContextMenuExecute()
71 xRootMenuEntry.setPropertyValue("Image", myBitmap); in notifyContextMenuExecute()
107 xContextMenu.insertByIndex(0, (Object) xRootMenuEntry); in notifyContextMenuExecute()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DContextMenuInterceptor.java51 XPropertySet xRootMenuEntry = in notifyContextMenuExecute() local
71 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" )); in notifyContextMenuExecute()
72 xRootMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5410" )); in notifyContextMenuExecute()
73 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" )); in notifyContextMenuExecute()
74 xRootMenuEntry.setPropertyValue( "SubContainer", (Object)xSubMenuContainer ); in notifyContextMenuExecute()
116 xContextMenu.insertByIndex( 1, (Object)xRootMenuEntry ); in notifyContextMenuExecute()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DContextMenuInterceptor.java152 com.sun.star.beans.XPropertySet xRootMenuEntry = in notifyContextMenuExecute() local
174 xRootMenuEntry.setPropertyValue( "Text", new String( "Help" )); in notifyContextMenuExecute()
175 xRootMenuEntry.setPropertyValue( "CommandURL", new String( "slot:5410" )); in notifyContextMenuExecute()
176 xRootMenuEntry.setPropertyValue( "HelpURL", new String( "5410" )); in notifyContextMenuExecute()
177 xRootMenuEntry.setPropertyValue( "SubContainer", (Object)xSubMenuContainer ); in notifyContextMenuExecute()
221 xContextMenu.insertByIndex( 0, (Object)xRootMenuEntry ); in notifyContextMenuExecute()

Completed in 21 milliseconds