Home
last modified time | relevance | path

Searched refs:menu (Results 26 – 50 of 240) sorted by relevance

12345678910

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java73 JMenuPlus menu = new JMenuPlus(DEPLOY_LABEL); in getPopupPresenter() local
111 menu.add(item); in getPopupPresenter()
113 menu.addSeparator(); in getPopupPresenter()
123 menu.add(item); in getPopupPresenter()
125 return menu; in getPopupPresenter()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTopWindow.java167 XMenuBar menu = null ; in _setMenuBar() local
171 menu = (XMenuBar) UnoRuntime.queryInterface(XMenuBar.class, in _setMenuBar()
179 menu.insertItem((short)1, "MenuItem", in _setMenuBar()
182 oObj.setMenuBar(menu) ; in _setMenuBar()
/trunk/main/offapi/com/sun/star/frame/
H A DXInplaceLayout.idl47 /** sets an inplace menu to the container window of the attached frame.
50 must be a VCL menu bar pointer which is accessible within the
55 /** removes an inplace menu and sets back a previously created menu bar if one
/trunk/main/offapi/com/sun/star/ui/
H A DItemStyle.idl123 …layed. Similarly for menu items, an items Style can override the application setting to display ei…
128 /** specifies that the item supports a dropdown menu or toolbar for additional functions.
141 /** indicates that the item only supports a dropdown menu or toolbar for
147 …layed. Similarly for menu items, an items Style can override the application setting to display ei…
H A DContextMenuExecuteEvent.idl41 /** contains all information about the requested context menu.
45 /** contains the window where the context menu has been requested
48 /** contains the position the context menu will be executed at.
51 /** enables the access to the menu content.
H A DContextMenuInterceptorAction.idl37 /** the context menu must not be executed. The next registered
42 the menu has been modified and should be executed without notifying the next registered
47 the menu has been modified and the next registered <type>XContextMenuInterceptor</type>
H A DActionTriggerContainer.idl45 You could have a menu or a toolbox working with the same container
51 represents a simply clickable menu entry</li>
64 /** provides access to the entries of a menu. The element type
H A DModuleUICommandDescription.idl60 can directly be used to set the text of a menu item.</li>
64 … identifer for a popup menu. A popup menu has a label, but is not bound to a command.</li>
H A DXAcceleratorConfiguration.idl210 It provides a fast mapping, which is e.g. needed by a menu or toolbar implementation.
211 E.g. a sub menu is described by a list of commands - and the implementation of the menu
223 @attention Because its not defined, that any command (e.g. configured inside a menu)
/trunk/main/offapi/com/sun/star/awt/
H A DMouseEvent.idl39 <p>This event is also used for popup menu requests on objects.
77 /** specifies if this event is a popup-menu trigger event.
79 <p>If this member is <TRUE/>, the event describes a request for a popup menu,
80 also known as context menu, on an object.</p>
H A DMenuBar.idl29 /** describes a menu for top-level windows.
30 <p>A menu bar can only be used by top-level windows. They support
32 to set an menu bar object.
H A DXStyleSettings.idl139 /// specifies the background color of menu bars
142 /// specifies the text color of menu bars
151 /// specifies the background color of highlighted menu items
154 /// specifies the text color of highlighted menu items
/trunk/main/vcl/aqua/source/window/
H A Dsalnsmenu.mm61 DBG_ERROR( "unconnected menu" );
103 // select handlers in vcl are dispatch on the original menu
104 // if not consumed by the select handler of the current menu
105 // however since only the starting menu ever came into Execute
107 // the menu it should have been
H A Dsalmenu.cxx322 [[item menu]removeItem:item]; in removeUnusedItemsRunner()
325 [[item menu]removeItem:item]; in removeUnusedItemsRunner()
337 [[lastDisplayedMenuItem menu]removeItem:lastDisplayedMenuItem]; in removeUnusedItemsRunner()
458 if( [pItem menu] == nil ) in setDefaultMenu()
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl49 /** allows intercepting context menu requests done by the user
55 menu was requested.</p>
58 …reports are displayed in a tree-like fashion. Currently, only context menu requests on this tree v…
59 …can be intercepted using the <code>XContextMenuInterception</code> interface. Context menu requests
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm86 // in the menu code
89 // a) Cmd-W is the same in all languages in OOo's menu conig
146 // however e.g. in document we want the menu shortcut if e.g. the stylist has focus
153 // see whether the main menu consumes this event
155 // the main menu just beeps for an unknown or disabled key equivalent
164 bHandled = true; // event handled already or main menu just handled it
/trunk/main/sfx2/
H A DLibrary_sfx.mk214 sfx2/source/menu/mnuitem \
215 sfx2/source/menu/mnumgr \
216 sfx2/source/menu/thessubmenu \
217 sfx2/source/menu/virtmenu \
H A DAllLangResTarget_sfx2.mk74 sfx2/source/menu/menu.src \
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.Dsr53 'this method adds the Add-In to the VB menu
77 'this method removes the Add-In from the VB menu
85 'this event fires when the menu is clicked in the IDE
/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx597 NSMenu *rMenu = [pButton menu]; in HandleSetListValue()
686 NSMenu *rMenu = [pButton menu]; in HandleGetListValue()
937 NSMenu *menu = [m_pFilterControl menu]; in createFilterControl() local
943 [menu addItem:[NSMenuItem separatorItem]]; in createFilterControl()
/trunk/main/cui/source/customize/
H A Dcfg.src443 …Text [ en-US ] = "To add a command to a menu, select the category and then the command. You can al…
758 /* %MENUNAME will be replaced at runtime by the name of the selected menu. */
761 Message [ en-US ] = "Are you sure you want to delete the '%MENUNAME' menu?" ;
778 …Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default s…
789 …Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default sett…
/trunk/main/sysui/desktop/debian/
H A Dmakefile.mk58 @$(MKDIRHIER) $(@:d) $*$/etc $*$/usr/share/applnk/Office $*$/usr/lib/menu
61 …' -e 's/%ICONPREFIX/$(ICONPREFIX.$(*:f:s/-/ /:1:s/4.2//))/' > $*$/usr/lib/menu/$(*:f:s/_/ /:1:s/4.…
/trunk/main/extensions/source/bibliography/
H A Dmenu.src32 The menu bar resource has become obsolete. You find the menu bar definition
/trunk/main/offapi/com/sun/star/mozilla/
H A DMenuProxy.idl40 /** Allows to execute dispatch for a menu item
41 and handles listeners for changes in menu items.
H A DMenuSingleChange.idl40 /** Explains a change for a menu item
45 /** unique ID of this menu item

Completed in 256 milliseconds

12345678910