Lines Matching refs:VCLXAccessibleMenuItem

60 VCLXAccessibleMenuItem::VCLXAccessibleMenuItem( Menu* pParent, sal_uInt16 nItemPos, Menu* pMenu )  in VCLXAccessibleMenuItem()  function in VCLXAccessibleMenuItem
67 VCLXAccessibleMenuItem::~VCLXAccessibleMenuItem() in ~VCLXAccessibleMenuItem()
73 sal_Bool VCLXAccessibleMenuItem::IsFocused() in IsFocused()
80 sal_Bool VCLXAccessibleMenuItem::IsSelected() in IsSelected()
87 sal_Bool VCLXAccessibleMenuItem::IsChecked() in IsChecked()
103 sal_Bool VCLXAccessibleMenuItem::IsHighlighted() in IsHighlighted()
115 void VCLXAccessibleMenuItem::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()
137 ::rtl::OUString VCLXAccessibleMenuItem::implGetText() in implGetText()
144 Locale VCLXAccessibleMenuItem::implGetLocale() in implGetLocale()
151 void VCLXAccessibleMenuItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
161 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleMenuItem, OAccessibleMenuItemComponent, VCLXAccessible… in IMPLEMENT_FORWARD_XINTERFACE2() argument
167 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleMenuItem, OAccessibleMenuItemComponent, VCLXAccessi… in IMPLEMENT_FORWARD_XINTERFACE2()
173 ::rtl::OUString VCLXAccessibleMenuItem::getImplementationName() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
180 Sequence< ::rtl::OUString > VCLXAccessibleMenuItem::getSupportedServiceNames() throw (RuntimeExcept… in getSupportedServiceNames()
191 sal_Int16 VCLXAccessibleMenuItem::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
213 sal_Int32 VCLXAccessibleMenuItem::getCaretPosition() throw (RuntimeException) in getCaretPosition()
222 sal_Bool VCLXAccessibleMenuItem::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcept… in setCaretPosition()
235 sal_Unicode VCLXAccessibleMenuItem::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in getCharacter()
244 Sequence< PropertyValue > VCLXAccessibleMenuItem::getCharacterAttributes( sal_Int32 nIndex, const S… in getCharacterAttributes()
265 awt::Rectangle VCLXAccessibleMenuItem::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutOfBoun… in getCharacterBounds()
287 sal_Int32 VCLXAccessibleMenuItem::getCharacterCount() throw (RuntimeException) in getCharacterCount()
296 sal_Int32 VCLXAccessibleMenuItem::getIndexAtPoint( const awt::Point& aPoint ) throw (RuntimeExcepti… in getIndexAtPoint()
317 ::rtl::OUString VCLXAccessibleMenuItem::getSelectedText() throw (RuntimeException) in getSelectedText()
326 sal_Int32 VCLXAccessibleMenuItem::getSelectionStart() throw (RuntimeException) in getSelectionStart()
335 sal_Int32 VCLXAccessibleMenuItem::getSelectionEnd() throw (RuntimeException) in getSelectionEnd()
344 sal_Bool VCLXAccessibleMenuItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (… in setSelection()
356 ::rtl::OUString VCLXAccessibleMenuItem::getText() throw (RuntimeException) in getText()
365 ::rtl::OUString VCLXAccessibleMenuItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) … in getTextRange()
374 ::com::sun::star::accessibility::TextSegment VCLXAccessibleMenuItem::getTextAtIndex( sal_Int32 nInd… in getTextAtIndex()
383 ::com::sun::star::accessibility::TextSegment VCLXAccessibleMenuItem::getTextBeforeIndex( sal_Int32 … in getTextBeforeIndex()
392 ::com::sun::star::accessibility::TextSegment VCLXAccessibleMenuItem::getTextBehindIndex( sal_Int32 … in getTextBehindIndex()
401 sal_Bool VCLXAccessibleMenuItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in copyText()
439 sal_Int32 VCLXAccessibleMenuItem::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
448 sal_Bool VCLXAccessibleMenuItem::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsExc… in doAccessibleAction()
462 ::rtl::OUString VCLXAccessibleMenuItem::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (… in getAccessibleActionDescription()
473 Reference< XAccessibleKeyBinding > VCLXAccessibleMenuItem::getAccessibleActionKeyBinding( sal_Int32… in getAccessibleActionKeyBinding()
552 Any VCLXAccessibleMenuItem::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
567 sal_Bool VCLXAccessibleMenuItem::setCurrentValue( const Any& aNumber ) throw (RuntimeException) in setCurrentValue()
591 Any VCLXAccessibleMenuItem::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
603 Any VCLXAccessibleMenuItem::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()