Searched refs:pNewWidth (Results 1 – 1 of 1) sorted by relevance
4248 …SvxCharScaleWidthItem* pNewWidth = (SvxCharScaleWidthItem*) pNode->GetContentAttribs().GetItem( EE… in DoStretchChars() local4249 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() local4345 sal_uInt32 nProp = pNewWidth->GetValue(); in DoStretchChars()4348 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()4349 pNew = pNewWidth; in DoStretchChars()