Lines Matching refs:nStart

224     sal_Int32& nStart, sal_Int32& nEnd)  in GetSelection()  argument
227 nStart = -1; in GetSelection()
333 nStart = nLocalStart; in GetSelection()
529 sal_Int32 nStart=0; in _InvalidateCursorPos() local
531 sal_Bool bCurSelection=GetSelection(nStart,nEnd); in _InvalidateCursorPos()
674 sal_uInt16 nStart = GetPortionData().GetModelPosition( nStartIndex ); in CreateUnoPortion() local
675 sal_uInt16 nEnd = (nEndIndex == -1) ? (nStart + 1) : in CreateUnoPortion()
680 SwIndex aIndex( pTxtNode, nStart ); in CreateUnoPortion()
2804 sal_Int32 nStart, nEnd; in getSelectedText() local
2805 sal_Bool bSelected = GetSelection( nStart, nEnd ); in getSelectedText()
2807 ? GetString().copy( nStart, nEnd - nStart ) in getSelectedText()
2818 sal_Int32 nStart, nEnd; in getSelectionStart() local
2819 GetSelection( nStart, nEnd ); in getSelectionStart()
2820 return nStart; in getSelectionStart()
2830 sal_Int32 nStart, nEnd; in getSelectionEnd() local
2831 GetSelection( nStart, nEnd ); in getSelectionEnd()
3183 sal_uInt16 nStart, nEnd; in replaceText() local
3185 nStartIndex, nEndIndex, nStart, nEnd ); in replaceText()
3191 SwIndex aIndex( pNode, nStart ); in replaceText()
3753 sal_Int32 nStart, nEnd; in getSeletedPositionStart() local
3754 /*sal_Bool bSelected = */GetSelectionAtIndex(nSelectedPortionIndex, nStart, nEnd ); in getSeletedPositionStart()
3755 return nStart; in getSeletedPositionStart()
3765 sal_Int32 nStart, nEnd; in getSeletedPositionEnd() local
3766 /*sal_Bool bSelected = */GetSelectionAtIndex(nSelectedPortionIndex, nStart, nEnd ); in getSeletedPositionEnd()
3843 sal_Int32 nStart, nEnd; in addSelection() local
3844 sal_Bool bSelected = GetSelectionAtIndex(i, nStart, nEnd ); in addSelection()
3847 if(nStart <= nEnd ) in addSelection()
3849 if (( startOffset>=nStart && startOffset <=nEnd ) || //startOffset in a selection in addSelection()
3850 ( endOffset>=nStart && endOffset <=nEnd ) || //endOffset in a selection in addSelection()
3851 … ( startOffset <= nStart && endOffset >=nEnd) || //start and end include the old selection in addSelection()
3852 ( startOffset >= nStart && endOffset <=nEnd) ) in addSelection()
3860 if (( startOffset>=nEnd && startOffset <=nStart ) || //startOffset in a selection in addSelection()
3861 ( endOffset>=nEnd && endOffset <=nStart ) || //endOffset in a selection in addSelection()
3862 … ( startOffset <= nStart && endOffset >=nEnd) || //start and end include the old selection in addSelection()
3863 ( startOffset >= nStart && endOffset <=nEnd) ) in addSelection()
4077 sal_Int32& nIndex, sal_Int32& nStart, sal_Int32& nEnd) in GetSelectionAtIndex() argument
4083 nStart = -1; in GetSelectionAtIndex()
4190 nStart = nLocalStart; in GetSelectionAtIndex()
4214 if( nStart == nCaretPos ) in GetSelectionAtIndex()
4216 sal_Int32 tmp = nStart; in GetSelectionAtIndex()
4217 nStart = nEnd; in GetSelectionAtIndex()