Searched refs:nEnd1 (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 174 sal_uLong CheckDiag( sal_uLong nStt1, sal_uLong nEnd1, 646 while( nStt1 < nEnd1 && nStt2 < nEnd2 && in Compare() 651 while( nEnd1 > nStt1 && nEnd2 > nStt2 && 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() 681 Compare( b, nEnd1, b - d, nEnd2 ); in Compare() 690 const long dmax = nEnd1 - nStt2; /* Maximum valid diagonal. */ in CheckDiag() 702 pBDiag[bmid] = nEnd1; in CheckDiag() [all …]
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | pam.cxx | 210 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()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 148 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()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 737 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()
|
/aoo42x/main/sw/inc/ |
H A D | pam.hxx | 98 const unsigned long nStt1, const unsigned long nEnd1,
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 999 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()
|
Completed in 125 milliseconds