Lines Matching refs:OAccessibleMenuComponent

56 OAccessibleMenuComponent::OAccessibleMenuComponent( Menu* pMenu )  in OAccessibleMenuComponent()  function in OAccessibleMenuComponent
63 OAccessibleMenuComponent::~OAccessibleMenuComponent() in ~OAccessibleMenuComponent()
69 sal_Bool OAccessibleMenuComponent::IsEnabled() in IsEnabled()
76 sal_Bool OAccessibleMenuComponent::IsVisible() in IsVisible()
88 void OAccessibleMenuComponent::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()
114 awt::Rectangle OAccessibleMenuComponent::implGetBounds() throw (RuntimeException) in implGetBounds()
151 IMPLEMENT_FORWARD_XINTERFACE2( OAccessibleMenuComponent, OAccessibleMenuBaseComponent, OAccessibleM… in IMPLEMENT_FORWARD_XINTERFACE2() argument
157 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OAccessibleMenuComponent, OAccessibleMenuBaseComponent, OAccessib… in IMPLEMENT_FORWARD_XINTERFACE2()
163 sal_Int32 OAccessibleMenuComponent::getAccessibleChildCount() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
172 Reference< XAccessible > OAccessibleMenuComponent::getAccessibleChild( sal_Int32 i ) throw (IndexOu… in getAccessibleChild()
184 Reference< XAccessible > OAccessibleMenuComponent::getAccessibleParent( ) throw (RuntimeException) in getAccessibleParent()
206 sal_Int16 OAccessibleMenuComponent::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
215 ::rtl::OUString OAccessibleMenuComponent::getAccessibleDescription( ) throw (RuntimeException) in getAccessibleDescription()
232 ::rtl::OUString OAccessibleMenuComponent::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
241 Reference< XAccessibleRelationSet > OAccessibleMenuComponent::getAccessibleRelationSet( ) throw (R… in getAccessibleRelationSet()
252 Locale OAccessibleMenuComponent::getLocale( ) throw (IllegalAccessibleComponentStateException, Run… in getLocale()
263 Reference< XAccessible > OAccessibleMenuComponent::getAccessibleAtPoint( const awt::Point& rPoint )… in getAccessibleAtPoint()
272 awt::Point OAccessibleMenuComponent::getLocationOnScreen( ) throw (RuntimeException) in getLocationOnScreen()
293 void OAccessibleMenuComponent::grabFocus( ) throw (RuntimeException) in grabFocus()
307 sal_Int32 OAccessibleMenuComponent::getForeground( ) throw (RuntimeException) in getForeground()
319 sal_Int32 OAccessibleMenuComponent::getBackground( ) throw (RuntimeException) in getBackground()
330 Reference< awt::XFont > OAccessibleMenuComponent::getFont( ) throw (RuntimeException) in getFont()
357 ::rtl::OUString OAccessibleMenuComponent::getTitledBorderText( ) throw (RuntimeException) in getTitledBorderText()
366 ::rtl::OUString OAccessibleMenuComponent::getToolTipText( ) throw (RuntimeException) in getToolTipText()
377 void OAccessibleMenuComponent::selectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexOutOfBoun… in selectAccessibleChild()
389 sal_Bool OAccessibleMenuComponent::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw (IndexO… in isAccessibleChildSelected()
401 void OAccessibleMenuComponent::clearAccessibleSelection( ) throw (RuntimeException) in clearAccessibleSelection()
410 void OAccessibleMenuComponent::selectAllAccessibleChildren( ) throw (RuntimeException) in selectAllAccessibleChildren()
417 sal_Int32 OAccessibleMenuComponent::getSelectedAccessibleChildCount( ) throw (RuntimeException) in getSelectedAccessibleChildCount()
434 Reference< XAccessible > OAccessibleMenuComponent::getSelectedAccessibleChild( sal_Int32 nSelectedC… in getSelectedAccessibleChild()
457 void OAccessibleMenuComponent::deselectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexOutOfBo… in deselectAccessibleChild()