Home
last modified time | relevance | path

Searched refs:nEnd1 (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/core/doc/
H A Ddoccomp.cxx173 void Compare( sal_uLong nStt1, sal_uLong nEnd1, sal_uLong nStt2, sal_uLong nEnd2 );
174 sal_uLong CheckDiag( sal_uLong nStt1, sal_uLong nEnd1,
642 void Compare::CompareSequence::Compare( sal_uLong nStt1, sal_uLong nEnd1, in Compare() argument
646 while( nStt1 < nEnd1 && nStt2 < nEnd2 && in Compare()
651 while( nEnd1 > nStt1 && nEnd2 > nStt2 && in Compare()
652 rMoved1.GetIndex( nEnd1 - 1 ) == rMoved2.GetIndex( nEnd2 - 1 )) in Compare()
653 --nEnd1, --nEnd2; in Compare()
656 if( nStt1 == nEnd1 ) in Compare()
661 while (nStt1 < nEnd1) in Compare()
670 d = CheckDiag( nStt1, nEnd1, nStt2, nEnd2, &c ); in Compare()
[all …]
/AOO41X/main/sw/source/core/crsr/
H A Dpam.cxx210 const unsigned long nStt1, const unsigned long nEnd1, in ComparePosition() argument
216 if( nEnd1 > nStt2 ) in ComparePosition()
218 if( nEnd1 >= nEnd2 ) in ComparePosition()
224 else if( nEnd1 == nStt2 ) in ComparePosition()
231 if( nEnd2 >= nEnd1 ) in ComparePosition()
233 if( nEnd2 == nEnd1 && nStt2 == nStt1 ) in ComparePosition()
/AOO41X/main/sw/source/core/txtnode/
H A Dthints.cxx148 bool isOverlap(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isOverlap() argument
152 ((nStart1 > nStart2) && (nStart1 < nEnd2) && (nEnd1 > nEnd2)) // (1) in isOverlap()
153 || ((nStart1 < nStart2) && (nStart2 < nEnd1) && (nEnd1 < nEnd2)); // (2) in isOverlap()
158 bool isNestedAny(const xub_StrLen nStart1, const xub_StrLen nEnd1, in isNestedAny() argument
161 return ((nStart1 == nStart2) || (nEnd1 == nEnd2)) in isNestedAny()
163 ? (nStart1 != nEnd1) || (nStart2 == nEnd2) in isNestedAny()
164 : ((nStart1 < nStart2) ? (nEnd1 >= nEnd2) : (nEnd1 <= nEnd2)); in isNestedAny()
/AOO41X/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx737 nEnd1 = nWidth; in IMPL_LINK() local
743 nEnd1 = nWidth1 - pCol->GetRight(); in IMPL_LINK()
745 if(nStart1 || nEnd1 != nWidth) in IMPL_LINK()
746 nWidth = nEnd1 - nStart1; in IMPL_LINK()
/AOO41X/main/sw/inc/
H A Dpam.hxx98 const unsigned long nStt1, const unsigned long nEnd1,
/AOO41X/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx999 sal_uInt32 nEnd1(getIndexOfSuccessor(nIndex1, rCandidate)); in findCut() local
1003 const B2DPoint aEnd1(rCandidate.getB2DPoint(nEnd1)); in findCut()
1030 sal_uInt32 nEnd1(getIndexOfSuccessor(nIndex1, rCandidate1)); in findCut() local
1034 const B2DPoint aEnd1(rCandidate1.getB2DPoint(nEnd1)); in findCut()