Searched refs:pHyphPortion (Results 1 – 1 of 1) sorted by relevance
1981 TextPortion* pHyphPortion = new TextPortion( 0 ); in ImpBreakLine() local1982 pHyphPortion->GetKind() = PORTIONKIND_HYPHENATOR; in ImpBreakLine()1989 pHyphPortion->SetLen( 1 ); in ImpBreakLine()1990 pHyphPortion->SetExtraValue( cAlternateReplChar ); in ImpBreakLine()1997 pHyphPortion->SetExtraValue( cAlternateExtraChar ); in ImpBreakLine()2005 pHyphPortion->GetSize().Height() = GetRefDevice()->GetTextHeight(); in ImpBreakLine()2006 pHyphPortion->GetSize().Width() = GetRefDevice()->GetTextWidth( aHyphText ); in ImpBreakLine()2008 pParaPortion->GetTextPortions().Insert( pHyphPortion, ++nEndPortion ); in ImpBreakLine()
Completed in 39 milliseconds