Lines Matching refs:nStartIndex

249                 sal_uLong nStartIndex = pStart->nNode.GetIndex();  in GetSelection()  local
252 if( ( nHere >= nStartIndex ) && in GetSelection()
259 if( nHere > nStartIndex ) in GetSelection()
267 DBG_ASSERT( nHere == nStartIndex, in GetSelection()
666 sal_Int32 nStartIndex, in CreateUnoPortion() argument
669 DBG_ASSERT( (IsValidChar(nStartIndex, GetString().getLength()) && in CreateUnoPortion()
671 IsValidRange(nStartIndex, nEndIndex, GetString().getLength()), in CreateUnoPortion()
674 sal_uInt16 nStart = GetPortionData().GetModelPosition( nStartIndex ); in CreateUnoPortion()
2835 sal_Bool SwAccessibleParagraph::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in setSelection() argument
2844 if ( ! IsValidRange( nStartIndex, nEndIndex, nLength ) ) in setSelection()
2857 SwIndex aIndex( pNode, GetPortionData().GetModelPosition(nStartIndex)); 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()
3216 sal_Int32 nStartIndex, in setAttributes() argument
3226 if( ! IsValidRange( nStartIndex, nEndIndex, rText.getLength() ) ) in setAttributes()
3235 uno::Reference<XMultiPropertySet> xPortion = CreateUnoPortion( nStartIndex, in setAttributes()
3725 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in getSelectedPortionCount() local
3728 if( ( nHere >= nStartIndex ) && in getSelectedPortionCount()
3798 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in removeSelection() local
3801 if( ( nHere >= nStartIndex ) && in removeSelection()
4104 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in GetSelectionAtIndex() local
4107 if( ( nHere >= nStartIndex ) && in GetSelectionAtIndex()
4116 if( nHere > nStartIndex ) in GetSelectionAtIndex()
4124 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex()
4161 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex()