Lines Matching refs:VCLXAccessibleTextComponent

64 	:VCLXAccessibleTextComponent( pVCLWindow )  in VCLXAccessibleEdit()
118 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
126 VCLXAccessibleTextComponent::FillAccessibleStateSet( rStateSet ); in FillAccessibleStateSet()
181 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleEdit, VCLXAccessibleTextComponent, VCLXAccessibleEdit_… in IMPLEMENT_FORWARD_XINTERFACE2() argument
187 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleEdit, VCLXAccessibleTextComponent, VCLXAccessibleEd… in IMPLEMENT_FORWARD_XINTERFACE2()
325 return VCLXAccessibleTextComponent::getCharacter( nIndex ); in getCharacter()
334 return VCLXAccessibleTextComponent::getCharacterAttributes( nIndex, aRequestedAttributes ); in getCharacterAttributes()
386 return VCLXAccessibleTextComponent::getCharacterCount(); in getCharacterCount()
395 return VCLXAccessibleTextComponent::getIndexAtPoint( aPoint ); in getIndexAtPoint()
404 return VCLXAccessibleTextComponent::getSelectedText(); in getSelectedText()
413 return VCLXAccessibleTextComponent::getSelectionStart(); in getSelectionStart()
422 return VCLXAccessibleTextComponent::getSelectionEnd(); in getSelectionEnd()
454 return VCLXAccessibleTextComponent::getText(); in getText()
463 return VCLXAccessibleTextComponent::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
472 return VCLXAccessibleTextComponent::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex()
481 return VCLXAccessibleTextComponent::getTextBeforeIndex( nIndex, aTextType ); in getTextBeforeIndex()
490 return VCLXAccessibleTextComponent::getTextBehindIndex( nIndex, aTextType ); in getTextBehindIndex()
499 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText()