Home
last modified time | relevance | path

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

/AOO42X/main/editeng/source/editeng/
H A Dimpedit3.cxx4248 …SvxCharScaleWidthItem* pNewWidth = (SvxCharScaleWidthItem*) pNode->GetContentAttribs().GetItem( EE… in DoStretchChars() local
4249 sal_uInt32 nProp = pNewWidth->GetValue(); // sal_uInt32, kann temporaer gross werden in DoStretchChars()
4252 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()
4253 aTmpSet.Put( *pNewWidth ); in DoStretchChars()
4254 delete pNewWidth; in DoStretchChars()
4344 … SvxCharScaleWidthItem* pNewWidth = (SvxCharScaleWidthItem*)pAttr->GetItem()->Clone(); in DoStretchChars() local
4345 sal_uInt32 nProp = pNewWidth->GetValue(); in DoStretchChars()
4348 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()
4349 pNew = pNewWidth; in DoStretchChars()