Lines Matching refs:nEndIndex

251                 sal_uLong nEndIndex = pEnd->nNode.GetIndex();  in GetSelection()  local
253 ( nHere <= nEndIndex ) ) in GetSelection()
295 if( nHere < nEndIndex ) in GetSelection()
304 DBG_ASSERT( nHere == nEndIndex, in GetSelection()
667 sal_Int32 nEndIndex ) in CreateUnoPortion() argument
670 (nEndIndex == -1)) || in CreateUnoPortion()
671 IsValidRange(nStartIndex, nEndIndex, GetString().getLength()), in CreateUnoPortion()
675 sal_uInt16 nEnd = (nEndIndex == -1) ? (nStart + 1) : in CreateUnoPortion()
676 GetPortionData().GetModelPosition( nEndIndex ); in CreateUnoPortion()
2835 sal_Bool SwAccessibleParagraph::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in setSelection() argument
2844 if ( ! IsValidRange( nStartIndex, nEndIndex, nLength ) ) in setSelection()
2862 GetPortionData().GetModelPosition(nEndIndex); in setSelection()
2882 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in getTextRange() argument
2891 if ( IsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in getTextRange()
2893 OrderRange( nStartIndex, nEndIndex ); in getTextRange()
2894 return sText.copy(nStartIndex, nEndIndex-nStartIndex ); in getTextRange()
3105 sal_Bool SwAccessibleParagraph::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in copyText() argument
3112 setSelection( nStartIndex, nEndIndex ); in copyText()
3122 sal_Bool SwAccessibleParagraph::cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in cutText() argument
3132 setSelection( nStartIndex, nEndIndex ); in cutText()
3152 sal_Bool SwAccessibleParagraph::deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in deleteText() argument
3155 return replaceText( nStartIndex, nEndIndex, ::rtl::OUString() ); in deleteText()
3165 sal_Int32 nStartIndex, sal_Int32 nEndIndex, in replaceText() argument
3175 if( IsValidRange( nStartIndex, nEndIndex, rText.getLength() ) ) in replaceText()
3185 nStartIndex, nEndIndex, nStart, nEnd ); in replaceText()
3217 sal_Int32 nEndIndex, in setAttributes() argument
3226 if( ! IsValidRange( nStartIndex, nEndIndex, rText.getLength() ) ) in setAttributes()
3236 nEndIndex ); in setAttributes()
3727 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in getSelectedPortionCount() local
3729 ( nHere <= nEndIndex ) ) in getSelectedPortionCount()
3800 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in removeSelection() local
3802 ( nHere <= nEndIndex ) ) in removeSelection()
4106 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in GetSelectionAtIndex() local
4108 ( nHere <= nEndIndex ) ) in GetSelectionAtIndex()
4152 if( nHere < nEndIndex ) in GetSelectionAtIndex()