Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx4226 SvxFontHeightItem* pNewHeight = (SvxFontHeightItem*)rHeightItem.Clone(); in DoStretchChars() local
4227 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() local
4269 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars()
4272 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()
4273 pNew = pNewHeight; in DoStretchChars()

Completed in 32 milliseconds