Searched refs:pNewWidth (Results 1 – 1 of 1) sorted by relevance
4181 …SvxCharScaleWidthItem* pNewWidth = (SvxCharScaleWidthItem*) pNode->GetContentAttribs().GetItem( EE… in DoStretchChars() local4182 sal_uInt32 nProp = pNewWidth->GetValue(); // sal_uInt32, kann temporaer gross werden in DoStretchChars()4185 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()4186 aTmpSet.Put( *pNewWidth ); in DoStretchChars()4187 delete pNewWidth; in DoStretchChars()4277 SvxCharScaleWidthItem* pNewWidth = (SvxCharScaleWidthItem*)pAttr->GetItem()->Clone(); in DoStretchChars() local4278 sal_uInt32 nProp = pNewWidth->GetValue(); in DoStretchChars()4281 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()4282 pNew = pNewWidth; in DoStretchChars()
Completed in 48 milliseconds