1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: AccessibleGraphControl.idl,v $
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 ************************************************************************/
30 #ifndef __com_sun_star_drawing_AccessibleGraphControl_idl__
31 #define __com_sun_star_drawing_AccessibleGraphControl_idl__
34 // Declarations of interfaces to avoid inclusion of IDL files.
35 module com
{ module sun
{ module star
{ module accessibility
{
36 published
interface XAccessible
;
37 published
interface XAccessibleContext
;
38 published
interface XAccessibleComponent
;
39 published
interface XAccessibleEventBroadcaster
;
40 published
interface XAccessibleSelection
;
46 module com
{ module sun
{ module star
{ module drawing
{
48 /** The service describes the accessible graph controls that are used in the
49 image map of the Draw and Impress applications and the contour dialog of
50 the Writer application.
52 <p>The children of graph controls are shapes that define contrours.</p>
56 published service AccessibleGraphControl
58 /** Base interface for being accessible. It gives access to the
59 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
62 interface ::com
::sun
::star
::accessibility
::XAccessible
;
64 /** Description of the base accessibility information.
66 interface ::com
::sun
::star
::accessibility
::XAccessibleContext
;
68 /** This interface describes the graphical representation of an image
71 interface ::com
::sun
::star
::accessibility
::XAccessibleComponent
;
73 /** Inform listeners about new or removed children and about changes of
74 the visual appearance.
76 interface ::com
::sun
::star
::accessibility
::XAccessibleEventBroadcaster
;
78 /** Handle the selection of the shapes that represent the contour.
80 interface ::com
::sun
::star
::accessibility
::XAccessibleSelection
;