20#ifndef INCLUDED_SVX_ACCESSIBLESHAPEINFO_HXX
21#define INCLUDED_SVX_ACCESSIBLESHAPEINFO_HXX
23#include <com/sun/star/uno/Reference.hxx>
28 namespace drawing {
class XShape; }
33class IAccessibleParent;
72 css::drawing::XShape> xShape,
74 css::accessibility::XAccessible> xParent,
82 css::drawing::XShape> xShape,
84 css::accessibility::XAccessible> xParent);
@descr This class is a container for the information specific for a single shape that is passed to th...
IAccessibleParent * mpChildrenManager
This object that may be realized by the same implementation as that of that of <member>mxParent</memb...
css::uno::Reference< css::accessibility::XAccessible > mxParent
The accessible parent object of the shape.
css::uno::Reference< css::drawing::XShape > mxShape
The shape itself for which an accessible object is to be constructed.
This interface contains methods missing from the XAccessibleContext interface that allow the modifica...