XAccessibleKeyBinding.idl (d1766043) XAccessibleKeyBinding.idl (0d3a54ff)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 35 unchanged lines hidden (view full) ---

44 objects. The association of an action with a key binding is established
45 by the <type>XAccessibleAction</type> interface returning an
46 <type>XAccessibleKeyBinding</type> object.</p>
47
48 <p>A key binding describes alternative ways how to invoke an action with
49 pressing one or more keys after each other. Each individual sequence of
50 key strokes </p>
51
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 35 unchanged lines hidden (view full) ---

44 objects. The association of an action with a key binding is established
45 by the <type>XAccessibleAction</type> interface returning an
46 <type>XAccessibleKeyBinding</type> object.</p>
47
48 <p>A key binding describes alternative ways how to invoke an action with
49 pressing one or more keys after each other. Each individual sequence of
50 key strokes </p>
51
52 @since OOo 1.1.2
52 @since OpenOffice 1.1.2
53*/
54published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface
55{
56 /** Return the number of available key bindings.
57 @return
58 The returned value may be 0 to indicate that there are no key
59 bindings or the positive number of the available key bindings.
60 */

--- 29 unchanged lines hidden ---
53*/
54published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface
55{
56 /** Return the number of available key bindings.
57 @return
58 The returned value may be 0 to indicate that there are no key
59 bindings or the positive number of the available key bindings.
60 */

--- 29 unchanged lines hidden ---