Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxthyph.cxx330 xub_StrLen nPorEnd; in CreateHyphen() local
341 nPorEnd = aAltSpell.nChangedPos + rGuess.BreakStart() - rGuess.FieldDiff(); in CreateHyphen()
383 nPorEnd = xHyphWord->getHyphenPos() + 1 + rGuess.BreakStart() in CreateHyphen()
389 if ( nPorEnd > rInf.GetIdx() || in CreateHyphen()
390 ( nPorEnd == rInf.GetIdx() && rInf.GetLineStart() != rInf.GetIdx() ) ) in CreateHyphen()
392 aInf.SetLen( nPorEnd - rInf.GetIdx() ); in CreateHyphen()
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx709 const xub_StrLen nPorEnd = bNoLengthAttribute ? nPorStart : *aStartIter; in BuildPortions()
726 if ( pOther->GetEnd() && *pOther->GetEnd() == nPorEnd && nOtherStart == nPorStart ) in BuildPortions()
728 ASSERT( *pOther->GetEnd() == nPorEnd, "AUTOSTYLES: BuildPortion trouble" ) in BuildPortions()
801 aNewSet, nPorStart, nPorEnd ); in BuildPortions()
812 nPorEnd == nThisEnd && in BuildPortions()
821 nPorStart, nPorEnd ); in BuildPortions()
879 nPorStart, nPorEnd ); in BuildPortions()
930 nPorEnd == nThisEnd ) in BuildPortions()
938 nPorStart, nPorEnd ); in BuildPortions()

Completed in 30 milliseconds