Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / offapi / com / sun / star / drawing / AccessibleOLEShape.idl
blob66f626cac04b27b7bc34a1efa1545055095bd920
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef __com_sun_star_drawing_AccessibleOLEShape_idl__
21 #define __com_sun_star_drawing_AccessibleOLEShape_idl__
23 #include <com/sun/star/drawing/AccessibleShape.idl>
24 #include <com/sun/star/accessibility/XAccessibleAction.idl>
26 module com { module sun { module star { module drawing {
28 /** The AccessibleOLEShape service is implemented by
29 OLE shapes.
31 <p>This includes generic OLE shapes, frames, plug-ins, and applets.</p>
33 <p>This service supports the additional
34 ::com::sun::star::accessibility::XAccessibleAction
35 interface.</p>
37 <p>OLE objects are handled as place holders. While not activated the
38 accessible OLE shape is the only indicator of the OLE object's
39 existence. When an OLE object has been activated then the accessibility
40 tree representing it (as far as that is available) is included directly
41 under the accessible document view and not under the OLE object. This
42 is due to underlying implementation constraints and may change in the
43 future.</p>
47 @since OOo 1.1.2
49 service AccessibleOLEShape
51 /** Give access to information of generic shapes.
53 <p>See AccessibleShape for basic documentation and
54 support of the ::com::sun::star::accessibility::XAccessibleContext, and
55 ::com::sun::star::accessibility::XAccessibleComponent interfaces.
57 @see AccessibleShape
59 service AccessibleShape;
61 /** The intended purpose of the support of this interface is the
62 activation of the accessible OLE object. This, however, is not
63 realized at the moment. It therefore serves solely as indicator of
64 accessible OLE objects.
66 interface ::com::sun::star::accessibility::XAccessibleAction;
69 }; }; }; };
71 #endif
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */