Lines Matching refs:AccessibleControlShape

142 AccessibleControlShape::AccessibleControlShape (  in AccessibleControlShape()  function in AccessibleControlShape
163 AccessibleControlShape::~AccessibleControlShape (void) in ~AccessibleControlShape()
178 SdrObject* AccessibleControlShape::getSdrObject() const in getSdrObject()
197 void AccessibleControlShape::Init() in Init()
328 Reference< XAccessibleContext > SAL_CALL AccessibleControlShape::getAccessibleContext(void) throw (… in getAccessibleContext()
335 void SAL_CALL AccessibleControlShape::grabFocus(void) throw (RuntimeException) in grabFocus()
352 ::rtl::OUString SAL_CALL AccessibleControlShape::getImplementationName(void) throw (RuntimeExceptio… in getImplementationName()
358 ::rtl::OUString AccessibleControlShape::CreateAccessibleBaseName(void) throw (RuntimeException) in CreateAccessibleBaseName()
384 AccessibleControlShape::CreateAccessibleDescription (void) in CreateAccessibleDescription()
425 IMPLEMENT_FORWARD_REFCOUNT( AccessibleControlShape, AccessibleShape ) in IMPLEMENT_FORWARD_REFCOUNT() argument
426 IMPLEMENT_GET_IMPLEMENTATION_ID( AccessibleControlShape ) in IMPLEMENT_FORWARD_REFCOUNT()
429 void SAL_CALL AccessibleControlShape::propertyChange( const PropertyChangeEvent& _rEvent ) throw (R… in IMPLEMENT_FORWARD_REFCOUNT()
457 Any SAL_CALL AccessibleControlShape::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface()
470 Sequence< Type > SAL_CALL AccessibleControlShape::getTypes() throw (RuntimeException) in getTypes()
500 void SAL_CALL AccessibleControlShape::notifyEvent( const AccessibleEventObject& _rEvent ) throw (Ru… in notifyEvent()
536 void SAL_CALL AccessibleControlShape::modeChanged( const ModeChangeEvent& _rSource ) throw (Runtime… in modeChanged()
557 void SAL_CALL AccessibleControlShape::disposing (const EventObject& _rSource) throw (RuntimeExcepti… in disposing()
563 sal_Bool AccessibleControlShape::ensureListeningState( in ensureListeningState()
594 sal_Int32 SAL_CALL AccessibleControlShape::getAccessibleChildCount( ) throw(RuntimeException) in getAccessibleChildCount()
612 Reference< XAccessible > SAL_CALL AccessibleControlShape::getAccessibleChild( sal_Int32 i ) throw(I… in getAccessibleChild()
656 Reference< XAccessibleRelationSet > SAL_CALL AccessibleControlShape::getAccessibleRelationSet( ) t… in getAccessibleRelationSet()
662 AccessibleControlShape* pCtlAccShape = GetLabeledByControlShape(); in getAccessibleRelationSet()
683 ::rtl::OUString AccessibleControlShape::CreateAccessibleName (void) throw (RuntimeException) in CreateAccessibleName()
690 AccessibleControlShape* pCtlAccShape = GetLabeledByControlShape(); in CreateAccessibleName()
713 void SAL_CALL AccessibleControlShape::disposing (void) in disposing()
766 sal_Bool AccessibleControlShape::ensureControlModelAccess() SAL_THROW(()) in ensureControlModelAccess()
790 void AccessibleControlShape::startStateMultiplexing() in startStateMultiplexing()
811 void AccessibleControlShape::stopStateMultiplexing() in stopStateMultiplexing()
827 ::rtl::OUString AccessibleControlShape::getControlModelStringProperty( const ::rtl::OUString& _rPro… in getControlModelStringProperty()
832 if ( const_cast< AccessibleControlShape* >( this )->ensureControlModelAccess() ) in getControlModelStringProperty()
848 void AccessibleControlShape::adjustAccessibleRole( ) in adjustAccessibleRole()
863 sal_Bool AccessibleControlShape::SetState( sal_Int16 _nState ) in SetState()
872 void AccessibleControlShape::initializeComposedState() in initializeComposedState()
925 void SAL_CALL AccessibleControlShape::elementInserted( const ::com::sun::star::container::Container… in elementInserted()
958 void SAL_CALL AccessibleControlShape::elementRemoved( const ::com::sun::star::container::ContainerE… in elementRemoved()
963 void SAL_CALL AccessibleControlShape::elementReplaced( const ::com::sun::star::container::Container… in elementReplaced()
967 AccessibleControlShape* SAL_CALL AccessibleControlShape::GetLabeledByControlShape( ) in GetLabeledByControlShape()
980 AccessibleControlShape* pCtlAccShape = mpParent->GetAccControlShapeFromModel(xAsSet.get()); in GetLabeledByControlShape()