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

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

89 This distinction becomes important when there are more than one action.
90 To get access to the key bindings you have to get the
91 <type>XAccessibleAction</type> interface of a component, provided that
92 it is supported, and use the <method
93 scope="XAccessibleAction">getAccessibleKeyBinding()</method>.</p>
94
95 @see XAccessibleExtendedComponent
96
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

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

89 This distinction becomes important when there are more than one action.
90 To get access to the key bindings you have to get the
91 <type>XAccessibleAction</type> interface of a component, provided that
92 it is supported, and use the <method
93 scope="XAccessibleAction">getAccessibleKeyBinding()</method>.</p>
94
95 @see XAccessibleExtendedComponent
96
97 @since OOo 1.1.2
97 @since OpenOffice 1.1.2
98*/
99published interface XAccessibleComponent : ::com::sun::star::uno::XInterface
100{
101 /** Tests whether the specified point lies within this object's bounds.
102
103 <p>The test point's coordinates are defined relative to the
104 coordinate system of the object. That means that when the object is
105 an opaque rectangle then both the points (0,0) and (with-1,height-1)

--- 127 unchanged lines hidden ---
98*/
99published interface XAccessibleComponent : ::com::sun::star::uno::XInterface
100{
101 /** Tests whether the specified point lies within this object's bounds.
102
103 <p>The test point's coordinates are defined relative to the
104 coordinate system of the object. That means that when the object is
105 an opaque rectangle then both the points (0,0) and (with-1,height-1)

--- 127 unchanged lines hidden ---