Lines Matching refs:EPosition

172         EPosition                   Index2Internal( sal_Int32 nFlatIndex ) const  in Index2Internal()
179 EPosition Range2Internal( sal_Int32 nFlatIndex ) const in Range2Internal()
186 sal_Int32 Internal2Index( EPosition nEEIndex ) const;
201 EPosition ImpCalcInternal( sal_Int32 nFlatIndex, bool bExclusive ) const;
348 sal_Int32 AccessibleStaticTextBase_Impl::Internal2Index( EPosition nEEIndex ) const in Internal2Index()
376EPosition AccessibleStaticTextBase_Impl::ImpCalcInternal( sal_Int32 nFlatIndex, bool bExclusive ) … in ImpCalcInternal()
397 …return EPosition( static_cast< sal_uInt16 >(nCurrPara), static_cast< sal_uInt16 >(nFlatIndex - nCu… in ImpCalcInternal()
409 …return EPosition( static_cast< sal_uInt16 >(nCurrPara-1), static_cast< sal_uInt16 >(nFlatIndex - n… in ImpCalcInternal()
711 EPosition aPos( mpImpl->Index2Internal(nIndex) ); in getCharacter()
722 EPosition aPos( mpImpl->Index2Internal(nIndex) ); in getCharacterAttributes()
733 EPosition aPos( mpImpl->Range2Internal(nIndex) ); in getCharacterBounds()
778 return mpImpl->Internal2Index( EPosition(sal::static_int_cast<sal_uInt16>(i), in getIndexAtPoint()
831 EPosition aStartIndex( mpImpl->Range2Internal(nStartIndex) ); in setSelection()
832 EPosition aEndIndex( mpImpl->Range2Internal(nEndIndex) ); in setSelection()
887 EPosition aStartIndex( mpImpl->Range2Internal(nStartIndex) ); in getTextRange()
888 EPosition aEndIndex( mpImpl->Range2Internal(nEndIndex) ); in getTextRange()
940 EPosition aPos( mpImpl->Range2Internal(nIndex) ); in getTextAtIndex()
956 aResult.SegmentStart = mpImpl->Internal2Index( EPosition( aPos.nPara, 0 ) ); in getTextAtIndex()
991 EPosition aPos( mpImpl->Range2Internal(nIndex) ); in getTextBeforeIndex()
1003 aResult.SegmentStart = mpImpl->Internal2Index( EPosition( aPos.nPara, 0 ) ); in getTextBeforeIndex()
1010 aResult.SegmentStart = mpImpl->Internal2Index( EPosition( aPos.nPara - 1, 0 ) ); in getTextBeforeIndex()
1037 EPosition aPos( mpImpl->Range2Internal(nIndex) ); in getTextBehindIndex()
1051 aResult.SegmentStart = mpImpl->Internal2Index( EPosition( aPos.nPara + 1, 0 ) ); in getTextBehindIndex()
1078 EPosition aStartIndex( mpImpl->Range2Internal(nStartIndex) ); in copyText()
1079 EPosition aEndIndex( mpImpl->Range2Internal(nEndIndex) ); in copyText()
1130 EPosition aPos( mpImpl->Index2Internal( nIndex ) ); in getRunAttributes()