Lines Matching refs:nEndIndex

93                               sal_Int32 nEndPara, sal_Int32 nEndIndex )  in MakeSelection()  argument
98 nEndIndex >= 0 && nEndIndex <= USHRT_MAX , in MakeSelection()
102 nEndPara, static_cast< sal_uInt16 >(nEndIndex) ); in MakeSelection()
192 sal_Int32 nEndPara, sal_Int32 nEndIndex );
194 sal_Int32 nEndPara, sal_Int32 nEndIndex );
418 sal_Int32 nEndPara, sal_Int32 nEndIndex ) in SetSelection() argument
428 … return rCacheVF.SetSelection( MakeSelection(nStartPara, nStartIndex, nEndPara, nEndIndex) ); in SetSelection()
437 sal_Int32 nEndPara, sal_Int32 nEndIndex ) in CopyText() argument
454 rCacheVF.SetSelection( MakeSelection(nStartPara, nStartIndex, nEndPara, nEndIndex) ); in CopyText()
827 …ccessibleStaticTextBase::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (lang::I… in setSelection() argument
832 EPosition aEndIndex( mpImpl->Range2Internal(nEndIndex) ); in setSelection()
850 …ccessibleStaticTextBase::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (lang::I… in getTextRange() argument
854 if( nStartIndex > nEndIndex ) in getTextRange()
855 ::std::swap(nStartIndex, nEndIndex); in getTextRange()
857 if ( nStartIndex == nEndIndex ) in getTextRange()
870 sal_Int32 nTemp = nEndIndex - 1; in getTextRange()
872 sal_Bool bTemp = mpImpl->RemoveLineBreakCount( nEndIndex ); in getTextRange()
875 if ( bStart && bEnd && ( nStartIndex == nEndIndex) ) in getTextRange()
884 nEndIndex++; in getTextRange()
888 EPosition aEndIndex( mpImpl->Range2Internal(nEndIndex) ); in getTextRange()
962 sal_uInt16 nStartIndex, nEndIndex; in getTextAtIndex() local
963 … if ( rTextForwarder.GetAttributeRun( nStartIndex, nEndIndex, aPos.nPara, aPos.nIndex, sal_True ) ) in getTextAtIndex()
965 aResult.SegmentText = getTextRange( nStartIndex, nEndIndex ); in getTextAtIndex()
967 aResult.SegmentEnd = nEndIndex; in getTextAtIndex()
1071 …LL AccessibleStaticTextBase::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (lang::I… in copyText() argument
1075 if( nStartIndex > nEndIndex ) in copyText()
1076 ::std::swap(nStartIndex, nEndIndex); in copyText()
1079 EPosition aEndIndex( mpImpl->Range2Internal(nEndIndex) ); in copyText()