Lines Matching refs:AccessibleListBoxEntry

84 	DBG_NAME(AccessibleListBoxEntry)  in DBG_NAME()  argument
89 AccessibleListBoxEntry::AccessibleListBoxEntry( SvTreeListBox& _rListBox, in DBG_NAME()
101 DBG_CTOR( AccessibleListBoxEntry, NULL ); in DBG_NAME()
106 AccessibleListBoxEntry::~AccessibleListBoxEntry() in ~AccessibleListBoxEntry()
108 DBG_DTOR( AccessibleListBoxEntry, NULL ); in ~AccessibleListBoxEntry()
118 void AccessibleListBoxEntry::NotifyAccessibleEvent( sal_Int16 _nEventId, in NotifyAccessibleEvent()
131 Rectangle AccessibleListBoxEntry::GetBoundingBox_Impl() const in GetBoundingBox_Impl()
151 Rectangle AccessibleListBoxEntry::GetBoundingBoxOnScreen_Impl() const in GetBoundingBoxOnScreen_Impl()
166 sal_Bool AccessibleListBoxEntry::IsAlive_Impl() const in IsAlive_Impl()
171 sal_Bool AccessibleListBoxEntry::IsShowing_Impl() const in IsShowing_Impl()
188 Rectangle AccessibleListBoxEntry::GetBoundingBox() throw ( lang::DisposedException ) in GetBoundingBox()
197 Rectangle AccessibleListBoxEntry::GetBoundingBoxOnScreen() throw ( lang::DisposedException ) in GetBoundingBoxOnScreen()
206 void AccessibleListBoxEntry::EnsureIsAlive() const throw ( lang::DisposedException ) in EnsureIsAlive()
212 ::rtl::OUString AccessibleListBoxEntry::implGetText() in implGetText()
221 Locale AccessibleListBoxEntry::implGetLocale() in implGetLocale()
228 void AccessibleListBoxEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
237 Sequence< sal_Int8 > AccessibleListBoxEntry::getImplementationId() throw (RuntimeException) in getImplementationId()
257 void SAL_CALL AccessibleListBoxEntry::dispose() throw ( uno::RuntimeException ) in dispose()
265 void SAL_CALL AccessibleListBoxEntry::disposing() in disposing()
290 ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getImplementationName() throw(RuntimeException) in getImplementationName()
295 …Sequence< ::rtl::OUString > SAL_CALL AccessibleListBoxEntry::getSupportedServiceNames() throw(Runt… in getSupportedServiceNames()
300 …sal_Bool SAL_CALL AccessibleListBoxEntry::supportsService( const ::rtl::OUString& _rServiceName ) … in supportsService()
313 …Sequence< ::rtl::OUString > AccessibleListBoxEntry::getSupportedServiceNames_Static(void) throw( R… in getSupportedServiceNames_Static()
322 …::rtl::OUString AccessibleListBoxEntry::getImplementationName_Static(void) throw( RuntimeException… in getImplementationName_Static()
329 …Reference< XAccessibleContext > SAL_CALL AccessibleListBoxEntry::getAccessibleContext( ) throw (R… in getAccessibleContext()
337 sal_Int32 SAL_CALL AccessibleListBoxEntry::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
351 …Reference< XAccessible > SAL_CALL AccessibleListBoxEntry::getAccessibleChild( sal_Int32 i ) throw … in getAccessibleChild()
363 return new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getAccessibleChild()
367 Reference< XAccessible > AccessibleListBoxEntry::implGetParentAccessible( ) const in implGetParentAccessible()
393 xParent = new AccessibleListBoxEntry( *getListBox(), pParentEntry, NULL ); in implGetParentAccessible()
404 …Reference< XAccessible > SAL_CALL AccessibleListBoxEntry::getAccessibleParent( ) throw (RuntimeEx… in getAccessibleParent()
413 sal_Int32 SAL_CALL AccessibleListBoxEntry::getAccessibleIndexInParent( ) throw (RuntimeException) in getAccessibleIndexInParent()
421 sal_Int32 SAL_CALL AccessibleListBoxEntry::getRoleType() in getRoleType()
449 sal_Int16 SAL_CALL AccessibleListBoxEntry::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
487 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleDescription( ) throw (RuntimeExcept… in getAccessibleDescription()
521 ::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
546 …Reference< XAccessibleRelationSet > SAL_CALL AccessibleListBoxEntry::getAccessibleRelationSet( ) … in getAccessibleRelationSet()
564 …Reference< XAccessibleStateSet > SAL_CALL AccessibleListBoxEntry::getAccessibleStateSet( ) throw … in getAccessibleStateSet()
601 …Locale SAL_CALL AccessibleListBoxEntry::getLocale( ) throw (IllegalAccessibleComponentStateExcept… in getLocale()
611 …sal_Bool SAL_CALL AccessibleListBoxEntry::containsPoint( const awt::Point& rPoint ) throw (Runtime… in containsPoint()
616 …Reference< XAccessible > SAL_CALL AccessibleListBoxEntry::getAccessibleAtPoint( const awt::Point& … in getAccessibleAtPoint()
627 AccessibleListBoxEntry* pAccEntry = new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getAccessibleAtPoint()
634 awt::Rectangle SAL_CALL AccessibleListBoxEntry::getBounds( ) throw (RuntimeException) in getBounds()
639 awt::Point SAL_CALL AccessibleListBoxEntry::getLocation( ) throw (RuntimeException) in getLocation()
644 awt::Point SAL_CALL AccessibleListBoxEntry::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen()
649 awt::Size SAL_CALL AccessibleListBoxEntry::getSize( ) throw (RuntimeException) in getSize()
654 void SAL_CALL AccessibleListBoxEntry::grabFocus( ) throw (RuntimeException) in grabFocus()
659 sal_Int32 AccessibleListBoxEntry::getForeground( ) throw (RuntimeException) in getForeground()
676 sal_Int32 AccessibleListBoxEntry::getBackground( ) throw (RuntimeException) in getBackground()
696 …awt::Rectangle SAL_CALL AccessibleListBoxEntry::getCharacterBounds( sal_Int32 nIndex ) throw (Inde… in getCharacterBounds()
721 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getIndexAtPoint( const awt::Point& aPoint ) throw (Runt… in getIndexAtPoint()
743 …sal_Bool SAL_CALL AccessibleListBoxEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) t… in copyText()
762 …void SAL_CALL AccessibleListBoxEntry::addEventListener( const Reference< XAccessibleEventListener … in addEventListener()
773 …void SAL_CALL AccessibleListBoxEntry::removeEventListener( const Reference< XAccessibleEventListen… in removeEventListener()
796 sal_Int32 SAL_CALL AccessibleListBoxEntry::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
817 …sal_Bool SAL_CALL AccessibleListBoxEntry::doAccessibleAction( sal_Int32 nIndex ) throw (IndexOutOf… in doAccessibleAction()
852 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getAccessibleActionDescription( sal_Int32 nIndex … in getAccessibleActionDescription()
893 …Reference< XAccessibleKeyBinding > AccessibleListBoxEntry::getAccessibleActionKeyBinding( sal_Int3… in getAccessibleActionKeyBinding()
905 …void SAL_CALL AccessibleListBoxEntry::selectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexO… in selectAccessibleChild()
918 …sal_Bool SAL_CALL AccessibleListBoxEntry::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw… in isAccessibleChildSelected()
933 void SAL_CALL AccessibleListBoxEntry::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
953 void SAL_CALL AccessibleListBoxEntry::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
973 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectedAccessibleChildCount( ) throw (RuntimeExcep… in getSelectedAccessibleChildCount()
996 …Reference< XAccessible > SAL_CALL AccessibleListBoxEntry::getSelectedAccessibleChild( sal_Int32 nS… in getSelectedAccessibleChild()
1021 xChild = new AccessibleListBoxEntry( *getListBox(), pEntry, this ); in getSelectedAccessibleChild()
1029 …void SAL_CALL AccessibleListBoxEntry::deselectAccessibleChild( sal_Int32 nSelectedChildIndex ) thr… in deselectAccessibleChild()
1043 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getCaretPosition( ) throw (::com::sun::star::uno::Runt… in getCaretPosition()
1047 …sal_Bool SAL_CALL AccessibleListBoxEntry::setCaretPosition ( sal_Int32 nIndex ) throw (::com::sun:… in setCaretPosition()
1058 …sal_Unicode SAL_CALL AccessibleListBoxEntry::getCharacter( sal_Int32 nIndex ) throw (::com::sun::s… in getCharacter()
1065 …uno::Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL AccessibleListBoxEntry::getCharac… in getCharacterAttributes()
1078 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getCharacterCount( ) throw (::com::sun::star::uno::Run… in getCharacterCount()
1086 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getSelectedText( ) throw (::com::sun::star::uno:… in getSelectedText()
1093 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectionStart( ) throw (::com::sun::star::uno::Run… in getSelectionStart()
1100 …sal_Int32 SAL_CALL AccessibleListBoxEntry::getSelectionEnd( ) throw (::com::sun::star::uno::Runti… in getSelectionEnd()
1107 …sal_Bool SAL_CALL AccessibleListBoxEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex… in setSelection()
1118 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getText( ) throw (::com::sun::star::uno::Runtime… in getText()
1125 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nE… in getTextRange()
1132 …::com::sun::star::accessibility::TextSegment SAL_CALL AccessibleListBoxEntry::getTextAtIndex( sal_… in getTextAtIndex()
1139 …::com::sun::star::accessibility::TextSegment SAL_CALL AccessibleListBoxEntry::getTextBeforeIndex( … in getTextBeforeIndex()
1146 …::com::sun::star::accessibility::TextSegment SAL_CALL AccessibleListBoxEntry::getTextBehindIndex( … in getTextBehindIndex()
1158 Any AccessibleListBoxEntry::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
1170 sal_Bool AccessibleListBoxEntry::setCurrentValue( const Any& aNumber ) throw (RuntimeException) in setCurrentValue()
1202 Any AccessibleListBoxEntry::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
1223 Any AccessibleListBoxEntry::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()
1244 SvLBoxEntry * AccessibleListBoxEntry::GetRealChild(sal_Int32 nIndex) in GetRealChild()