Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4293 SvxFontHeightItem* pNewHeight = (SvxFontHeightItem*)rHeightItem.Clone(); in DoStretchChars() local
4294 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars()
4297 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()
4298 aTmpSet.Put( *pNewHeight ); in DoStretchChars()
4299 delete pNewHeight; in DoStretchChars()
4335 SvxFontHeightItem* pNewHeight = (SvxFontHeightItem*)pAttr->GetItem()->Clone(); in DoStretchChars() local
4336 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars()
4339 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()
4340 pNew = pNewHeight; in DoStretchChars()

Completed in 38 milliseconds