Searched refs:xRootMenuEntry (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/framework/qa/complex/contextMenuInterceptor/ |
H A D | ContextMenuInterceptor.java | 53 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()
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | ContextMenuInterceptor.java | 51 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | ContextMenuInterceptor.java | 152 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 26 milliseconds