Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dtxthyph.cxx329 SwHyphPortion *pHyphPor; in CreateHyphen() local
347 pHyphPor = new SwSoftHyphStrPortion( aAltTxt ); in CreateHyphen()
351 pHyphPor = new SwHyphStrPortion( aAltTxt ); in CreateHyphen()
355 pHyphPor->SetLen( aAltTxt.Len() + 1 ); in CreateHyphen()
356 (SwPosSize&)(*pHyphPor) = pHyphPor->GetTxtSize( rInf ); in CreateHyphen()
357 pHyphPor->SetLen( aAltSpell.nChangedLength + nTmpLen ); in CreateHyphen()
378 pHyphPor = new SwHyphPortion( aHyphPor ); in CreateHyphen()
380 pHyphPor->SetWhichPor( POR_HYPH ); in CreateHyphen()
393 pHyphPor->SetAscent( GetAscent() ); in CreateHyphen()
397 Insert( pHyphPor ); in CreateHyphen()
[all …]

Completed in 10 milliseconds