Searched refs:nIdxEnd (Results 1 – 2 of 2) sorted by relevance
3402 xub_StrLen nTxtStt = nIdx, nIdxEnd = nIdx + aTxt.Len(); in GetRedlineTxt() local3406 if( ( nIdx <= nStt && nStt <= nIdxEnd ) || in GetRedlineTxt()3407 ( nIdx <= nEnd && nEnd <= nIdxEnd )) in GetRedlineTxt()3410 if( nIdxEnd < nEnd ) nEnd = nIdxEnd; in GetRedlineTxt()3416 else if( nStt >= nIdxEnd ) in GetRedlineTxt()
2919 const sal_uInt16 nIdxEnd = bVert ? nCount - i - 1 : i; in SetTabRows() local2922 const long nOldRowEnd = i == nCount ? aOld.GetRight() : aOld[ nIdxEnd ]; in SetTabRows()2926 const long nNewRowEnd = i == nCount ? rNew.GetRight() : rNew[ nIdxEnd ]; in SetTabRows()
Completed in 50 milliseconds