Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx698 xub_StrLen nPorStart = *aStartIter; in BuildPortions() local
707 ASSERT( bNoLengthAttribute || nPorStart < *aStartIter, "AUTOSTYLES: BuildPortion trouble" ) in BuildPortions()
709 const xub_StrLen nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()
723 if ( nOtherStart > nPorStart ) in BuildPortions()
726 if ( pOther->GetEnd() && *pOther->GetEnd() == nPorEnd && nOtherStart == nPorStart ) in BuildPortions()
801 aNewSet, nPorStart, nPorEnd ); in BuildPortions()
811 if ( nPorStart == nThisStart && in BuildPortions()
821 nPorStart, nPorEnd ); in BuildPortions()
879 nPorStart, nPorEnd ); in BuildPortions()
929 nPorStart == nThisStart && in BuildPortions()
[all …]