XAccessibleAction.idl (d1766043) XAccessibleAction.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

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

38/** Implement this interface to give access to actions that can be executed
39 for accessible objects.
40
41 <p>Every accessible object that can be manipulated beyond its methods
42 exported over the accessibility API should support this interface to
43 expose all actions that it can perform. Each action can be performed or
44 be queried for a description or associated key bindings.</p>
45
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

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

38/** Implement this interface to give access to actions that can be executed
39 for accessible objects.
40
41 <p>Every accessible object that can be manipulated beyond its methods
42 exported over the accessibility API should support this interface to
43 expose all actions that it can perform. Each action can be performed or
44 be queried for a description or associated key bindings.</p>
45
46 @since OOo 1.1.2
46 @since OpenOffice 1.1.2
47*/
48published interface XAccessibleAction : ::com::sun::star::uno::XInterface
49{
50 /** Returns the number of accessible actions available in this object.
51
52 <p>If there are more than one, the first one is considered the
53 "default" action of the object.</p>
54

--- 65 unchanged lines hidden ---
47*/
48published interface XAccessibleAction : ::com::sun::star::uno::XInterface
49{
50 /** Returns the number of accessible actions available in this object.
51
52 <p>If there are more than one, the first one is considered the
53 "default" action of the object.</p>
54

--- 65 unchanged lines hidden ---