Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx267 const xub_StrLen nOtherStart, const xub_StrLen nOtherEnd, bool bOtherDummy) in lcl_DoSplitNew() argument
270 const xub_StrLen nSplitPos( (bSplitAtStart) ? nOtherStart : nOtherEnd ); in lcl_DoSplitNew()
394 const xub_StrLen nOtherEnd ( *(pOther)->GetEnd() ); in TryInsertNesting() local
395 if (isOverlap(nNewStart, nNewEnd, nOtherStart, nOtherEnd )) in TryInsertNesting()
406 nOtherStart, nOtherEnd, pOther->HasDummyChar()); in TryInsertNesting()
417 else if (isNestedAny(nNewStart, nNewEnd, nOtherStart, nOtherEnd)) in TryInsertNesting()
432 } else if (nNewEnd < nOtherEnd) { in TryInsertNesting()
462 const xub_StrLen nOtherEnd ( *(*itOther)->GetEnd() ); in TryInsertNesting() local
474 nOtherStart, nOtherEnd)) in TryInsertNesting()
521 nSplitNewStart, nOtherEnd ) ); in TryInsertNesting()
[all …]