update dev300-m58
[ooovba.git] / offapi / com / sun / star / drawing / AccessibleOLEShape.idl
blob2f5072a1c0c58532ba1699f9907539a349d2195d
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: AccessibleOLEShape.idl,v $
10 * $Revision: 1.7 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef __com_sun_star_drawing_AccessibleGraphicShape_idl__
32 #define __com_sun_star_drawing_AccessibleGraphicShape_idl__
34 #ifndef __com_sun_star_drawing_AccessibleShape_idl__
35 #include <com/sun/star/drawing/AccessibleShape.idl>
36 #endif
38 #ifndef __com_sun_star_accessibility_XAccessibleAction_idl__
39 #include <com/sun/star/accessibility/XAccessibleAction.idl>
40 #endif
42 module com { module sun { module star { module drawing {
44 /** The <type>AccessibleOLEShape</type> service is implemented by
45 OLE shapes.
47 <p>This includes generic OLE shapes, frames, plugins, and applets.</p>
49 <p>This service supports the additional <type
50 scope="::com::sun::star::accessibility">XAccessibleAction</type>
51 interface.</p>
53 <p>OLE objects are handled as place holders. While not activated the
54 accessible OLE shape is the only indicator of the OLE objects'
55 existence. When an OLE object has been activated then the accessbility
56 tree representing it (as far as that is available) is included directly
57 under the accessible document view and not under the OLE object. This
58 is due to underlying implementation constraints and may change in the
59 future.</p>
63 @since OOo 1.1.2
65 published service AccessibleOLEShape
67 /** Give access to information of generic shapes.
69 <p>See <type>AccessibleShape</type> for basic documentation and
70 support of the <type
71 scope="::com::sun::star::accessibility"
72 >XAccessibleContext</type>, and
73 <type scope="::com::sun::star::accessibility"
74 >XAccessibleComponent</type> interfaces.
76 @see AccessibleShape
78 service AccessibleShape;
80 /** The intended purpose of the support of this interface is the
81 activation of the accessible OLE object. This, however, is not
82 realized at the moment. It therefore serves solely as indicator of
83 accessible OLE objects.
85 interface ::com::sun::star::accessibility::XAccessibleAction;
88 }; }; }; };
90 #endif