Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx4181 …SvxCharScaleWidthItem* pNewWidth = (SvxCharScaleWidthItem*) pNode->GetContentAttribs().GetItem( EE… in DoStretchChars() local
4182 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() local
4278 sal_uInt32 nProp = pNewWidth->GetValue(); in DoStretchChars()
4281 pNewWidth->SetValue( (sal_uInt16)nProp ); in DoStretchChars()
4282 pNew = pNewWidth; in DoStretchChars()

Completed in 104 milliseconds