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; }
33 class IAccessibleParent;
71 const css::uno::Reference<
72 css::drawing::XShape>& rxShape,
73 const css::uno::Reference<
74 css::accessibility::XAccessible>& rxParent,
81 const css::uno::Reference<
82 css::drawing::XShape>& rxShape,
83 const css::uno::Reference<
84 css::accessibility::XAccessible>& rxParent);
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...
IAccessibleParent * mpChildrenManager
This object that may be realized by the same implementation as that of that of
mxParent
css::uno::Reference< css::accessibility::XAccessible > mxParent
The accessible parent object of the shape.
This class is a container for the information specific for a single shape that is passed to the const...