Lines Matching refs:nWdt
2026 …sal_Int32 nWdt = ImpGetLineWdt(); // #i25616# ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).… in GetVertexGluePoint() local
2031 nWdt++; in GetVertexGluePoint()
2032 nWdt /= 2; in GetVertexGluePoint()
2037 case 0: aPt=aRect.TopCenter(); aPt.Y()-=nWdt; break; in GetVertexGluePoint()
2038 case 1: aPt=aRect.RightCenter(); aPt.X()+=nWdt; break; in GetVertexGluePoint()
2039 case 2: aPt=aRect.BottomCenter(); aPt.Y()+=nWdt; break; in GetVertexGluePoint()
2040 case 3: aPt=aRect.LeftCenter(); aPt.X()-=nWdt; break; in GetVertexGluePoint()
2621 long nWdt=0,nMinWdt=0,nMaxWdt=0; in AdjustTextFrameWidthAndHeight() local
2658 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2681 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight()
2689 if ( nWdt < nMinWdt ) in AdjustTextFrameWidthAndHeight()
2690 nWdt = nMinWdt; in AdjustTextFrameWidthAndHeight()
2691 if ( nWdt > nMaxWdt ) in AdjustTextFrameWidthAndHeight()
2692 nWdt = nMaxWdt; in AdjustTextFrameWidthAndHeight()
2693 nWdt += nHDist; in AdjustTextFrameWidthAndHeight()
2694 if ( nWdt < 1 ) in AdjustTextFrameWidthAndHeight()
2695 nWdt = 1; // nHDist kann auch negativ sein in AdjustTextFrameWidthAndHeight()
2703 long nWdtGrow = nWdt-(rR.Right()-rR.Left()); in AdjustTextFrameWidthAndHeight()
2722 rR.Right()=rR.Left()+nWdt; in AdjustTextFrameWidthAndHeight()