Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdotxat.cxx363 long nRelWdt=rOldWdt.GetValue(); in NbcResizeTextAttributes() local
368 nRelWdt*=nX; in NbcResizeTextAttributes()
369 nRelWdt/=nY; in NbcResizeTextAttributes()
370 if (nRelWdt<0) nRelWdt=-nRelWdt; // nicht negativ in NbcResizeTextAttributes()
371 if (nRelWdt<=0) nRelWdt=1; // und mind. 1% in NbcResizeTextAttributes()
372 if (nRelWdt>0xFFFF) nRelWdt=0xFFFF; in NbcResizeTextAttributes()
382 SetObjectItem(SvxCharScaleWidthItem( (sal_uInt16) nRelWdt, EE_CHAR_FONTWIDTH)); in NbcResizeTextAttributes()

Completed in 14 milliseconds