1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 module com
{ module sun
{ module star
{ module drawing
{
22 /** The AccessibleOLEShape service is implemented by
25 <p>This includes generic OLE shapes, frames, plug-ins, and applets.</p>
27 <p>This service supports the additional
28 ::com::sun::star::accessibility::XAccessibleAction
31 <p>OLE objects are handled as place holders. While not activated the
32 accessible OLE shape is the only indicator of the OLE object's
33 existence. When an OLE object has been activated then the accessibility
34 tree representing it (as far as that is available) is included directly
35 under the accessible document view and not under the OLE object. This
36 is due to underlying implementation constraints and may change in the
43 service AccessibleOLEShape
45 /** Give access to information of generic shapes.
47 <p>See AccessibleShape for basic documentation and
48 support of the ::com::sun::star::accessibility::XAccessibleContext, and
49 ::com::sun::star::accessibility::XAccessibleComponent interfaces.
53 service AccessibleShape
;
55 /** The intended purpose of the support of this interface is the
56 activation of the accessible OLE object. This, however, is not
57 realized at the moment. It therefore serves solely as indicator of
58 accessible OLE objects.
60 interface ::com
::sun
::star
::accessibility
::XAccessibleAction
;
65 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */