Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
39 /** This interface can be used to represent any number of key bindings which
43 of a sequence of <type scope="::com::sun::star::awt">KeyStroke</type>
44 objects. The association of an action with a key binding is established
49 pressing one or more keys after each other. Each individual sequence of
56 /** Return the number of available key bindings.
59 bindings or the positive number of the available key bindings.
63 /** The returned sequence of key strokes describes one method to invoke
66 by each of the returned key strokes have to be pressed at the same
67 time (the Control-key and the A-key for example). The keys of
68 one key stroke have to be released before pressing those of the
69 next. The order of the key strokes in the sequence define the order
72 The index selects one of alternative key bindings. It has to
73 non-negative and smaller then the number of key bindings as
77 The returned sequence of key strokes specifies one way to invoke