Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/txtnode/
H A Dthints.cxx267 const xub_StrLen nOtherStart, const xub_StrLen nOtherEnd, bool bOtherDummy) in lcl_DoSplitNew() argument
269 const bool bSplitAtStart(nNewStart < nOtherStart); in lcl_DoSplitNew()
270 const xub_StrLen nSplitPos( (bSplitAtStart) ? nOtherStart : nOtherEnd ); in lcl_DoSplitNew()
393 const xub_StrLen nOtherStart( *(pOther)->GetStart() ); 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()
425 else if ((nNewStart == nOtherStart) && pOther->HasDummyChar()) in TryInsertNesting()
461 const xub_StrLen nOtherStart( *(*itOther)->GetStart() ); in TryInsertNesting() local
474 nOtherStart, nOtherEnd)) in TryInsertNesting()
[all …]