Lines Matching refs:VCLXAccessibleEdit

63 VCLXAccessibleEdit::VCLXAccessibleEdit( VCLXWindow* pVCLWindow )  in VCLXAccessibleEdit()  function in VCLXAccessibleEdit
72 VCLXAccessibleEdit::~VCLXAccessibleEdit() in ~VCLXAccessibleEdit()
78 void VCLXAccessibleEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
124 void VCLXAccessibleEdit::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()
142 ::rtl::OUString VCLXAccessibleEdit::implGetText() in implGetText()
166 void VCLXAccessibleEdit::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
181 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleEdit, VCLXAccessibleTextComponent, VCLXAccessibleEdit_… in IMPLEMENT_FORWARD_XINTERFACE2() argument
187 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleEdit, VCLXAccessibleTextComponent, VCLXAccessibleEd… in IMPLEMENT_FORWARD_XINTERFACE2()
193 ::rtl::OUString VCLXAccessibleEdit::getImplementationName() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
200 Sequence< ::rtl::OUString > VCLXAccessibleEdit::getSupportedServiceNames() throw (RuntimeException) in getSupportedServiceNames()
211 sal_Int32 VCLXAccessibleEdit::getAccessibleChildCount() throw (RuntimeException) in getAccessibleChildCount()
220 Reference< XAccessible > VCLXAccessibleEdit::getAccessibleChild( sal_Int32 i ) throw (IndexOutOfBou… in getAccessibleChild()
232 sal_Int16 VCLXAccessibleEdit::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
250 sal_Int32 VCLXAccessibleEdit::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
260 sal_Bool VCLXAccessibleEdit::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in doAccessibleAction()
280 ::rtl::OUString VCLXAccessibleEdit::getAccessibleActionDescription ( sal_Int32 nIndex ) throw (Inde… in getAccessibleActionDescription()
293 Reference< XAccessibleKeyBinding > VCLXAccessibleEdit::getAccessibleActionKeyBinding( sal_Int32 nIn… in getAccessibleActionKeyBinding()
307 sal_Int32 VCLXAccessibleEdit::getCaretPosition( ) throw (RuntimeException) in getCaretPosition()
314 sal_Bool VCLXAccessibleEdit::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOfBoundsException,… in setCaretPosition()
321 sal_Unicode VCLXAccessibleEdit::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, … in getCharacter()
330 Sequence< PropertyValue > VCLXAccessibleEdit::getCharacterAttributes( sal_Int32 nIndex, const Seque… in getCharacterAttributes()
339 awt::Rectangle VCLXAccessibleEdit::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutOfBoundsEx… in getCharacterBounds()
382 sal_Int32 VCLXAccessibleEdit::getCharacterCount( ) throw (RuntimeException) in getCharacterCount()
391 sal_Int32 VCLXAccessibleEdit::getIndexAtPoint( const awt::Point& aPoint ) throw (RuntimeException) in getIndexAtPoint()
400 ::rtl::OUString VCLXAccessibleEdit::getSelectedText( ) throw (RuntimeException) in getSelectedText()
409 sal_Int32 VCLXAccessibleEdit::getSelectionStart( ) throw (RuntimeException) in getSelectionStart()
418 sal_Int32 VCLXAccessibleEdit::getSelectionEnd( ) throw (RuntimeException) in getSelectionEnd()
427 sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in setSelection()
450 ::rtl::OUString VCLXAccessibleEdit::getText( ) throw (RuntimeException) in getText()
459 ::rtl::OUString VCLXAccessibleEdit::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) thro… in getTextRange()
468 ::com::sun::star::accessibility::TextSegment VCLXAccessibleEdit::getTextAtIndex( sal_Int32 nIndex, … in getTextAtIndex()
477 ::com::sun::star::accessibility::TextSegment VCLXAccessibleEdit::getTextBeforeIndex( sal_Int32 nInd… in getTextBeforeIndex()
486 ::com::sun::star::accessibility::TextSegment VCLXAccessibleEdit::getTextBehindIndex( sal_Int32 nInd… in getTextBehindIndex()
495 sal_Bool VCLXAccessibleEdit::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOut… in copyText()
506 sal_Bool VCLXAccessibleEdit::cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutO… in cutText()
515 sal_Bool VCLXAccessibleEdit::pasteText( sal_Int32 nIndex ) throw (IndexOutOfBoundsException, Runtim… in pasteText()
549 sal_Bool VCLXAccessibleEdit::deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexO… in deleteText()
558 sal_Bool VCLXAccessibleEdit::insertText( const ::rtl::OUString& sText, sal_Int32 nIndex ) throw (In… in insertText()
567 sal_Bool VCLXAccessibleEdit::replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::… in replaceText()
594 sal_Bool VCLXAccessibleEdit::setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const Seque… in setAttributes()
606 sal_Bool VCLXAccessibleEdit::setText( const ::rtl::OUString& sText ) throw (RuntimeException) in setText()