Searched refs:nRelWdt (Results 1 – 1 of 1) sorted by relevance
363 long nRelWdt=rOldWdt.GetValue(); in NbcResizeTextAttributes() local368 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 9 milliseconds