20#ifndef INCLUDED_SVX_IACCESSIBLEPARENT_HXX
21#define INCLUDED_SVX_IACCESSIBLEPARENT_HXX
23#include <com/sun/star/uno/Reference.hxx>
34class AccessibleShapeTreeInfo;
83 const css::uno::Reference< css::drawing::XShape >& _rxShape,
92 virtual css::uno::Reference<
93 css::accessibility::XAccessible>
95 css::drawing::XShape>&){
return nullptr;};
This class bundles all information that is passed down the tree of accessible shapes so that each sha...
This base class provides a base implementation for all shapes.
This interface contains methods missing from the XAccessibleContext interface that allow the modifica...
virtual ~IAccessibleParent()
Allow for a virtual destructor.
virtual bool ReplaceChild(AccessibleShape *pCurrentChild, const css::uno::Reference< css::drawing::XShape > &_rxShape, const tools::Long _nIndex, const AccessibleShapeTreeInfo &_rShapeTreeInfo)=0
A call to this method requests the implementor to replace one child with another and send the appropr...
virtual css::uno::Reference< css::accessibility::XAccessible > GetAccessibleCaption(const css::uno::Reference< css::drawing::XShape > &)
virtual bool IsDocumentSelAll()
virtual AccessibleControlShape * GetAccControlShapeFromModel(css::beans::XPropertySet *)
class SAL_NO_VTABLE XPropertySet