Home
last modified time | relevance | path

Searched refs:nIdxEnd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3402 xub_StrLen nTxtStt = nIdx, nIdxEnd = nIdx + aTxt.Len(); in GetRedlineTxt() local
3406 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()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2919 const sal_uInt16 nIdxEnd = bVert ? nCount - i - 1 : i; in SetTabRows() local
2922 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 55 milliseconds