Searched refs:pNewKerning (Results 1 – 1 of 1) sorted by relevance
4192 SvxKerningItem* pNewKerning = (SvxKerningItem*)rKerningItem.Clone(); in DoStretchChars() local4193 long nKerning = pNewKerning->GetValue(); in DoStretchChars()4206 pNewKerning->SetValue( (short)nKerning ); in DoStretchChars()4207 aTmpSet.Put( *pNewKerning); in DoStretchChars()4208 delete pNewKerning; in DoStretchChars()4286 SvxKerningItem* pNewKerning = (SvxKerningItem*)pAttr->GetItem()->Clone(); in DoStretchChars() local4287 long nKerning = pNewKerning->GetValue(); in DoStretchChars()4300 pNewKerning->SetValue( (short)nKerning ); in DoStretchChars()4301 pNew = pNewKerning; in DoStretchChars()
Completed in 44 milliseconds