Searched refs:pNewHeight (Results 1 – 1 of 1) sorted by relevance
4226 SvxFontHeightItem* pNewHeight = (SvxFontHeightItem*)rHeightItem.Clone(); in DoStretchChars() local4227 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars()4230 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()4231 aTmpSet.Put( *pNewHeight ); in DoStretchChars()4232 delete pNewHeight; in DoStretchChars()4268 SvxFontHeightItem* pNewHeight = (SvxFontHeightItem*)pAttr->GetItem()->Clone(); in DoStretchChars() local4269 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars()4272 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()4273 pNew = pNewHeight; in DoStretchChars()
Completed in 32 milliseconds