/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XMenu.idl | 33 /** specifies a simple menu. 37 /** adds the specified menu listener to receive events from this menu. 45 receives events from this menu. 52 /** inserts an item into the menu. 85 /** removes all items from the menu. 129 specifies the menu item ID. 141 specifies the menu item ID. 162 /** sets the text for the menu item. 179 the label of the menu item. 275 /** sets the popup menu for a specified menu item. [all …]
|
H A D | XPopupMenu.idl | 34 /** controls a popup menu. 45 /** sets the menu default item. 48 specifies the menu item identifier. 52 /** returns the menu default item. 62 specifies the menu item identifier. 73 specifies the menu item identifier. 88 where the popup menu should be executed. 124 /** sets the <type>KeyEvent</type> for the menu item. 155 /** sets the image for the menu item. 161 specifies the image for the menu item. [all …]
|
H A D | AccessibleMenu.idl | 54 /** specifies accessibility support for a menu. 63 <li>Role: The role of a menu is <const 66 <li>Name: The name of a menu is the localized item text.</li> 67 <li>Description: The description of a menu is its localized 69 <li>Children: The children of a menu are menus, menu items or 73 <li>Parent: The parent of a menu is a menu bar, a popup menu or 74 a menu, whose accessible context supports the services 120 of a menu. 125 a menu. The supported actions for a menu are: 133 menu, which is related to the menu's [all …]
|
H A D | AccessibleMenuItem.idl | 51 /** specifies accessibility support for a menu item. 58 menu item: 61 <li>Role: The role of a menu item is <const 64 <li>Name: The name of a menu item is the localized item text.</li> 65 <li>Description: The description of a menu item is its localized 68 <li>Parent: The parent of a menu item is a menu bar, a popup menu or 69 a menu, whose accessible context supports the services 115 of a menu item. 120 a menu item. The supported actions for a menu item are: 128 menu item, which is related to the menu item's
|
H A D | AccessibleMenuBar.idl | 45 /** specifies accessibility support for a menu bar. 52 menu bar: 55 <li>Role: The role of a menu bar is <const 59 <li>Description: The description of a menu bar is its localized 61 <li>Children: The children of a menu bar are menus, menu items or 62 menu separators, whose accessible context supports the services 65 <li>Parent: The parent is the window that contains the menu bar.</li> 103 menu bar.
|
H A D | AccessiblePopupMenu.idl | 45 /** specifies accessibility support for a popup menu. 52 popup menu: 55 <li>Role: The role of a popup menu is <const 59 <li>Description: The description of a popup menu is its localized 61 <li>Children: The children of a popup menu are menus, menu items or 62 menu separators, whose accessible context supports the services 65 <li>Parent: The parent is the window that contains the popup menu.</li> 103 popup menu.
|
H A D | MenuItemType.idl | 27 /** specifies the type of a menu item, as returned by 32 /** specifies that the menu item type is unknown. 36 /** specifies that the menu item has a text. 40 /** specifies that the menu item has an image. 44 /** specifies that the menu item has a text <b>and</b> an image. 48 /** specifies that the menu item is a separator.
|
H A D | AccessibleMenuSeparator.idl | 42 /** specifies accessibility support for a menu separator. 49 menu separator: 52 <li>Role: The role of a menu separator is <const 58 <li>Parent: The parent of a menu separator is a menu bar, 59 a popup menu or a menu, whose accessible context supports the
|
H A D | PopupMenu.idl | 29 /** describes a popup menu which is a recursive container for commands 30 <p>A popup menu can be used as a standalone object to display a context 31 menu. It's also possible to use a popup menu to integrate it into 32 another menu.</p>
|
H A D | XMenuListener.idl | 31 /** makes it possible to receive menu events on a window. 35 /** is invoked when a menu item is highlighted. 39 /** is invoked when a menu item is selected. 43 /** is invoked when a menu is activated. 47 /** is invoked when a menu is deactivated.
|
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclMenuItem.java | 39 private VclMenu menu = null; field in VclMenuItem 69 super(menu.app); in VclMenuItem() 71 this.menu = menu; in VclMenuItem() 72 this.app = menu.app; in VclMenuItem() 82 super(menu.app); in VclMenuItem() 84 this.menu = menu; in VclMenuItem() 85 this.app = menu.app; in VclMenuItem() 126 if (menu != null) in select() 127 menu.use(); in select() 143 if (menu != null) in selectParent() [all …]
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | PopupMenuController.idl | 54 /** provides access to a popup menu controller. 57 A popup menu controller is used to make special functions available to 70 /** supports functions to initialize and update a popup menu controller 74 A popup menu controller implementation gets initialized with a 76 that a popup menu controller can be implemented with any UNO based 83 /** provides functions to initialize a popup menu controller with 90 A popup menu controller needs at least two additional arguments 121 popup menu controller to be normal dispatch providers.<br/> 132 /** used to dispose popup menu controller by the owner instance. 135 A popup menu controller resides in a menu which has a limited [all …]
|
H A D | XPopupMenuController.idl | 37 /** provides data to a popup menu controller implementation to 38 fill and update a popup menu dynamically. 42 from its parent menu implementation. The controller has to fill this popup 43 menu with a set of menu items and/or sub menus. The parent menu implementation 44 briefs the controller whenever the popup menu gets activated by a user. 52 popup menu controller implementation. The controller must fill this 53 popup menu with its functions. 56 An empty popup menu that must be filled by the popup menu controller. 60 /** briefs the popup menu controller to update the contents of the provided 61 popup menu to reflect the current state. [all …]
|
H A D | XMenuBarMergingAcceptor.idl | 41 /** provides functions to set and remove a merged menu bar for inplace 49 /** allows to set a merged menu bar. 52 specifies the merged menu bar. 57 embedded object, are available to the user simultaneously. A menu 60 interface. Settings of a merged menu bar cannot be retrieved. 70 /** removes a previously set merged menu bar and sets a previously created 71 menu bar back.
|
H A D | PopupMenuControllerFactory.idl | 29 /** specifies a factory that creates instances of registered popup menu controller. 32 A popup menu controller can be registered for a command URL and a model service name. 33 A menu bar or context menu will automatically create a popup menu controller if
|
H A D | XMenuBarAcceptor.idl | 41 /** provides function to update a menu bar for inplace editing. 51 /** update menu bar according to the current frame mode. This is used in 52 inplace editing mode where we have to merge our own menu into the 53 container applications menu. 56 the menu bar that should be merged with current one.
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconaqua.mm | 164 -(void)menuNeedsUpdate:(NSMenu *)menu; 184 -(void)menuNeedsUpdate:(NSMenu *)menu 186 // clear menu 187 int nItems = [menu numberOfItems]; 189 [menu removeItemAtIndex: 0]; 256 [menu addItem: pNewItem]; 337 // create a similar entry in the dock menu 366 // create a similar entry in the dock menu 472 // insert the remaining menu entries 474 // add recent menu [all …]
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleRole.idl | 34 object describes its generic function like 'button', 'menu', or 'text'. 87 /** This role is used for check buttons that are menu items. 294 children, but most often they are menu items, other menus, or 297 contains menu items for "Cut" and "Paste."</p> 309 from. For example, a menu bar might contain menus for "File," 320 user can choose. For example, the "Cut" menu item in an "Edit" menu 371 /** Popup menu role. 406 /** This role is used for radio buttons that are menu items. 455 "File" menu of an application might contain menu items for "Open," 457 "Exit" menu items.</p> [all …]
|
/aoo42x/main/offapi/com/sun/star/mozilla/ |
H A D | XMenuProxyListener.idl | 48 /** Listens for changes in menu items. 55 /** is called, if the content or graphical representation/state of the menu changes 56 completely, for one or more menu items 63 /** is called, if the content or graphical representation/state of the menu changes, 64 by one property for one or more menu items 71 /** is called, if one menu item designated by the ID, is deleted. 73 @param ID [in]: the menu item
|
H A D | XMenuProxy.idl | 44 /** Allows to execute dispatch for a menu item 45 and handles listeners for changes in menu items. 52 /** Executes dispatch for the given menu id 54 @param ID [in]: the menu item 62 /** Registers an event listener, which will be called when the menu changes
|
H A D | MenuMultipleChange.idl | 40 /** Explains properties of a menu item 45 /** unique ID of this menu item 52 /** unique ID of the group this menu item belongs to 59 /** unique ID of the item directly above this menu item, used for fuzzy placement 66 /** text of the menu item
|
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 241 AccessibleContext menu; field in WindowsAccessBridgeAdapter.PopupMenuProxy 246 menu = ac; in PopupMenuProxy() 247 menuComponent = menu.getAccessibleComponent(); in PopupMenuProxy() 255 Accessible a = menu.getAccessibleChild(i); in PopupMenuProxy() 302 return menu.getAccessibleText(); in getAccessibleText() 307 return menu.getAccessibleStateSet(); in getAccessibleStateSet() 311 return menu.getLocale(); in getLocale() 319 return menu.getAccessibleChildrenCount(); in getAccessibleChildrenCount() 323 return menu.getAccessibleChild(i); in getAccessibleChild()
|
/aoo42x/main/sw/source/ui/lingu/ |
H A D | olmenu.hrc | 41 //! Don't change these values. You may break context menu modifying extensions! 52 // id range for dictionaries sub menu 60 // id range for auto correction sub menu entries 71 // id range for 'set language for selection' sub menu entries 78 // id range for 'set language for paragraph' sub menu entries 85 // id range for 'set language for all text' sub menu entries
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | ActionTrigger.idl | 39 <p>Common examples for such triggers are menu entries or toolbar icons.</p> 43 /** contains the text of the menu entry. 47 /** contains the command URL for the menu entry. 55 /** contains the menu item image. 59 /** contains a sub menu.
|
/aoo42x/main/sc/source/ui/src/ |
H A D | popup.src | 32 Text [ en-US ] = "Cell pop-up menu" ; 140 Text [ en-US ] = "Sheet bar pop-up menu" ; 209 Text [ en-US ] = "Pivot table pop-up menu" ; 245 Text [ en-US ] = "Page Preview pop-up menu" ; 289 Text [ en-US ] = "Text Input pop-up menu" ; 400 Text [ en-US ] = "Detective Fill Mode pop-up menu" ; 448 Text [ en-US ] = "Page Break Preview pop-up menu" ;
|