Lines Matching refs:SetEEIndex
104 void SetEEIndex( sal_uInt16 nEEIndex, const SvxTextForwarder& rTF );
105 …void SetEEIndex( sal_uInt32 nPara, sal_uInt16 nEEIndex, const SvxTextForwarder& rTF ) { SetParagra… in SetEEIndex() function in SvxAccessibleTextIndex
185 void SvxAccessibleTextIndex::SetEEIndex( sal_uInt16 nEEIndex, const SvxTextForwarder& rTF ) in SetEEIndex() function in SvxAccessibleTextIndex
466 aIndex.SetEEIndex( nParagraph, mrTextForwarder->GetTextLen( nParagraph ), *this ); in GetTextLen()
683 aIndex.SetEEIndex(nPara, nEEIndex, *mrTextForwarder); in CalcLogicalIndex()
850 aIndex.SetEEIndex(nPara, nIndex, *this); in GetIndexAtPoint()
957 aIndex.SetEEIndex( nPara, nStart, *this ); in GetWordIndices()
963 aIndex.SetEEIndex( nPara, nEnd, *this ); in GetWordIndices()
1008 aIndex.SetEEIndex( nPara, nStartIndex, *this ); in GetAttributeRun()
1014 aIndex.SetEEIndex( nPara, nEndIndex, *this ); in GetAttributeRun()
1045 aEndIndex.SetEEIndex( nPara, nCurrIndex, *this ); in GetLineLen()
1048 aStartIndex.SetEEIndex( nPara, nLastIndex, *this ); in GetLineLen()
1250 aStartIndex.SetEEIndex( aSelection.nStartPara, aSelection.nStartPos, *mrTextForwarder ); in GetSelection()
1251 aEndIndex.SetEEIndex( aSelection.nEndPara, aSelection.nEndPos, *mrTextForwarder ); in GetSelection()