| /AOO41X/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. 44 /** removes the specified menu listener so that it no longer 45 receives events from this menu. 52 /** inserts an item into the menu. 57 specifies the ID of the menu item to be insterted. 60 specifies the label of the menu item. 63 specifies the style of the menu item, as defined in 67 specifies the position where the menu item will be insterted. 74 /** removes one or more items from the menu. [all …]
|
| H A D | XPopupMenu.idl | 34 /** controls a popup menu. 41 specifies the position where the menu separator will be insterted. 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. 80 /** executes the popup menu and returns the selected item 88 where the popup menu should be executed. 91 the direction in which a popup menu will grow, as specified [all …]
|
| H A D | AccessibleMenu.idl | 54 /** specifies accessibility support for a menu. 60 /** This interface gives access to the structural information of 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 70 menu separators, whose accessible context supports the services 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. [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 unkown. 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.
|
| /AOO41X/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
| H A D | VclMenuItem.java | 39 private VclMenu menu = null; field in VclMenuItem 68 public VclMenuItem(VclMenu menu, int id) { in VclMenuItem() argument 69 super(menu.app); in VclMenuItem() 71 this.menu = menu; in VclMenuItem() 72 this.app = menu.app; in VclMenuItem() 81 public VclMenuItem(VclMenu menu, String path) { in VclMenuItem() argument 82 super(menu.app); in VclMenuItem() 84 this.menu = menu; in VclMenuItem() 85 this.app = menu.app; in VclMenuItem() 100 VclMenu menu = new VclMenu(app); in getId() local [all …]
|
| /AOO41X/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 59 A typical example for a popup menu controller can be a recent file list 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 94 instance to which the popup menu controller belongs to.</li> 95 <li><b>CommandURL</b><br>specifies which popup menu controller should be created.</li> [all …]
|
| H A D | XPopupMenuController.idl | 37 /** provides data to a popup menu controller implementation to 38 fill and update a popup menu dynamically. 41 A popup menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type> 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 [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.
|
| /AOO41X/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 409 // collect the URLs of the entries in the File/New menu 426 // describe the menu entries for launching the applications [all …]
|
| /AOO41X/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. 197 <p>A top level window with a title bar, border, menu bar, etc. It 262 that holds the menu bar as well as the pane that contains most of 292 <p>An object usually found inside a menu bar that contains a list of 293 actions the user can choose from. A menu can have any object as its 294 children, but most often they are menu items, other menus, or 296 separators. For example, an application may have an "Edit" menu that 297 contains menu items for "Cut" and "Paste."</p> 309 from. For example, a menu bar might contain menus for "File," [all …]
|
| /AOO41X/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
|
| /AOO41X/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
|
| /AOO41X/main/accessibility/bridge/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()
|
| /AOO41X/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.
|
| /AOO41X/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" ; 401 Text [ en-US ] = "Detective Fill Mode pop-up menu" ; 449 Text [ en-US ] = "Page Break Preview pop-up menu" ;
|