Lines Matching refs:VCLXAccessibleTextComponent

56 VCLXAccessibleTextComponent::VCLXAccessibleTextComponent( VCLXWindow* pVCLXWindow )  in VCLXAccessibleTextComponent()  function in VCLXAccessibleTextComponent
65 VCLXAccessibleTextComponent::~VCLXAccessibleTextComponent() in ~VCLXAccessibleTextComponent()
71 void VCLXAccessibleTextComponent::SetText( const ::rtl::OUString& sText ) in SetText()
83 void VCLXAccessibleTextComponent::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
102 ::rtl::OUString VCLXAccessibleTextComponent::implGetText() in implGetText()
113 lang::Locale VCLXAccessibleTextComponent::implGetLocale() in implGetLocale()
120 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
130 void VCLXAccessibleTextComponent::disposing() in disposing()
141 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleTextComponent, VCLXAccessibleComponent, VCLXAccessible… in IMPLEMENT_FORWARD_XINTERFACE2() argument
147 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleTextComponent, VCLXAccessibleComponent, VCLXAccessi… in IMPLEMENT_FORWARD_XINTERFACE2()
153 sal_Int32 VCLXAccessibleTextComponent::getCaretPosition() throw (RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
162 sal_Bool VCLXAccessibleTextComponent::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOfBoundsE… in setCaretPosition()
171 sal_Unicode VCLXAccessibleTextComponent::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsEx… in getCharacter()
180 Sequence< PropertyValue > VCLXAccessibleTextComponent::getCharacterAttributes( sal_Int32 nIndex, co… in getCharacterAttributes()
256 awt::Rectangle VCLXAccessibleTextComponent::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutO… in getCharacterBounds()
273 sal_Int32 VCLXAccessibleTextComponent::getCharacterCount() throw (RuntimeException) in getCharacterCount()
282 sal_Int32 VCLXAccessibleTextComponent::getIndexAtPoint( const awt::Point& aPoint ) throw (RuntimeEx… in getIndexAtPoint()
296 ::rtl::OUString VCLXAccessibleTextComponent::getSelectedText() throw (RuntimeException) in getSelectedText()
305 sal_Int32 VCLXAccessibleTextComponent::getSelectionStart() throw (RuntimeException) in getSelectionStart()
314 sal_Int32 VCLXAccessibleTextComponent::getSelectionEnd() throw (RuntimeException) in getSelectionEnd()
323 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection()
335 ::rtl::OUString VCLXAccessibleTextComponent::getText() throw (RuntimeException) in getText()
344 ::rtl::OUString VCLXAccessibleTextComponent::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndInd… in getTextRange()
353 ::com::sun::star::accessibility::TextSegment VCLXAccessibleTextComponent::getTextAtIndex( sal_Int32… in getTextAtIndex()
362 ::com::sun::star::accessibility::TextSegment VCLXAccessibleTextComponent::getTextBeforeIndex( sal_I… in getTextBeforeIndex()
371 ::com::sun::star::accessibility::TextSegment VCLXAccessibleTextComponent::getTextBehindIndex( sal_I… in getTextBehindIndex()
380 sal_Bool VCLXAccessibleTextComponent::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText()