Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx1981 TextPortion* pHyphPortion = new TextPortion( 0 ); in ImpBreakLine() local
1982 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 40 milliseconds