| /trunk/main/svx/source/svdraw/ |
| H A D | svdocirc.cxx | 64 long nWdt=rR.Right()-rR.Left(); in GetWinkPnt() local 66 long nMaxRad=((nWdt>nHgt ? nWdt : nHgt)+1) /2; in GetWinkPnt() 70 if (nWdt==0) aRetval.X()=0; in GetWinkPnt() 72 if (nWdt!=nHgt) { in GetWinkPnt() 73 if (nWdt>nHgt) { in GetWinkPnt() 74 if (nWdt!=0) { in GetWinkPnt() 77 aRetval.Y()=BigMulDiv(aRetval.Y(),nHgt,nWdt); in GetWinkPnt() 79 aRetval.Y()=aRetval.Y()*nHgt/nWdt; in GetWinkPnt() 85 if (Abs(nWdt)>32767 || Abs(aRetval.X())>32767) { in GetWinkPnt() 86 aRetval.X()=BigMulDiv(aRetval.X(),nWdt,nHgt); in GetWinkPnt() [all …]
|
| H A D | svdorect.cxx | 531 …sal_Int32 nWdt = ImpGetLineWdt(); // #i25616# ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).… in GetVertexGluePoint() local 536 nWdt++; in GetVertexGluePoint() 537 nWdt /= 2; in GetVertexGluePoint() 542 case 0: aPt=aRect.TopCenter(); aPt.Y()-=nWdt; break; in GetVertexGluePoint() 543 case 1: aPt=aRect.RightCenter(); aPt.X()+=nWdt; break; in GetVertexGluePoint() 544 case 2: aPt=aRect.BottomCenter(); aPt.Y()+=nWdt; break; in GetVertexGluePoint() 545 case 3: aPt=aRect.LeftCenter(); aPt.X()-=nWdt; break; in GetVertexGluePoint() 557 …sal_Int32 nWdt = ImpGetLineWdt(); // #i25616# ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).… in GetCornerGluePoint() local 562 nWdt++; in GetCornerGluePoint() 563 nWdt /= 2; in GetCornerGluePoint() [all …]
|
| H A D | svdotxat.cxx | 91 long nWdt=0,nMinWdt=0,nMaxWdt=0; in AdjustTextFrameWidthAndHeight() local 134 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight() 154 nWdt=aSiz2.Width()+1; // lieber etwas Tolleranz in AdjustTextFrameWidthAndHeight() 161 if (nWdt<nMinWdt) nWdt=nMinWdt; in AdjustTextFrameWidthAndHeight() 162 if (nWdt>nMaxWdt) nWdt=nMaxWdt; in AdjustTextFrameWidthAndHeight() 163 nWdt+=nHDist; in AdjustTextFrameWidthAndHeight() 164 if (nWdt<1) nWdt=1; // nHDist kann auch negativ sein in AdjustTextFrameWidthAndHeight() 169 long nWdtGrow=nWdt-(rR.Right()-rR.Left()); in AdjustTextFrameWidthAndHeight() 181 rR.Right()=rR.Left()+nWdt; in AdjustTextFrameWidthAndHeight()
|
| H A D | svdoashp.cxx | 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() [all …]
|
| H A D | svdpage.cxx | 1302 nWdt(10L), in DBG_NAME() 1329 nWdt(rSrcPage.nWdt), in SdrPage() 1444 nWdt = rSrcPage.nWdt; in operator =() 1511 if(aSiz.Width() != nWdt) in SetSize() 1513 nWdt = aSiz.Width(); in SetSize() 1531 return Size(nWdt,nHgt); in GetSize() 1536 return nWdt; in GetWdt()
|
| H A D | svdibrow.cxx | 280 long nWdt=GetColumnWidth(ITEMBROWSER_WHICHCOL_ID)+ in ImpCtor() local 288 SetOutputSizePixel(Size(nWdt,nHgt)); in ImpCtor() 638 sal_Int32 nWdt=((const XLineStartWidthItem*)pItem)->GetValue(); in IsItemIneffective() local 639 if (nWdt==0) return sal_True; in IsItemIneffective() 645 sal_Int32 nWdt=((const XLineEndWidthItem*)pItem)->GetValue(); in IsItemIneffective() local 646 if (nWdt==0) return sal_True; in IsItemIneffective()
|
| H A D | svdotext.cxx | 718 FASTBOOL SdrTextObj::NbcSetMaxTextFrameWidth(long nWdt) in NbcSetMaxTextFrameWidth() argument 722 SetObjectItem(SdrTextMaxFrameWidthItem(nWdt)); in NbcSetMaxTextFrameWidth() 866 long nWdt=nAnkWdt; in TakeTextRect() local 875 if (eAniDirection==SDRTEXTANI_LEFT || eAniDirection==SDRTEXTANI_RIGHT) nWdt=1000000; in TakeTextRect() 882 nWdt = 1000000; in TakeTextRect() 889 rOutliner.SetMaxAutoPaperSize(Size(nWdt,nHgt)); in TakeTextRect()
|
| H A D | svdtrans.cxx | 54 long nWdt=rRect.Right()-rRect.Left(); in ResizeRect() local 57 if (nWdt==0) rRect.Right()++; in ResizeRect() 60 if (nWdt==0) rRect.Left()--; in ResizeRect() 607 long nWdt=aPt1.X(); in Poly2Rect() local 646 aRU.X()+=nWdt; in Poly2Rect()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fuconbez.cxx | 408 const sal_Int32 nWdt(rRectangle.GetWidth() / 2); in CreateDefaultObject() local 410 …lygonFromEllipse(basegfx::B2DPoint(rRectangle.Center().X(), rRectangle.Center().Y()), nWdt, nHgt)); in CreateDefaultObject() 493 const sal_Int32 nWdt(rRectangle.GetWidth()); in CreateDefaultObject() local 497 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 30) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() 499 … aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 65) / 100, rRectangle.Top())); in CreateDefaultObject() 500 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + nWdt, rRectangle.Top() + (nHgt * 30) / 100… in CreateDefaultObject() 501 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 80) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() 502 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 80) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject()
|
| /trunk/main/sc/source/ui/drawfunc/ |
| H A D | fuconpol.cxx | 312 const sal_Int32 nWdt(rRectangle.GetWidth()); in CreateDefaultObject() local 316 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 30) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() 318 … aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 65) / 100, rRectangle.Top())); in CreateDefaultObject() 319 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + nWdt, rRectangle.Top() + (nHgt * 30) / 100… in CreateDefaultObject() 320 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 80) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject() 321 …aInnerPoly.append(basegfx::B2DPoint(rRectangle.Left() + (nWdt * 80) / 100, rRectangle.Top() + (nHg… in CreateDefaultObject()
|
| /trunk/main/svx/inc/svx/ |
| H A D | sdtmfitm.hxx | 52 SdrTextMinFrameWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_TEXT_MINFRAMEWIDTH,nWdt) {} in SdrTextMinFrameWidthItem() argument 61 SdrTextMaxFrameWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_TEXT_MAXFRAMEWIDTH,nWdt) {} in SdrTextMaxFrameWidthItem() argument
|
| H A D | sxlogitm.hxx | 34 SdrLogicSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_LOGICSIZEWIDTH,nWdt) {} in SdrLogicSizeWidthItem() argument
|
| H A D | sxallitm.hxx | 52 SdrAllSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_ALLSIZEWIDTH,nWdt) {} in SdrAllSizeWidthItem() argument
|
| H A D | sxoneitm.hxx | 52 SdrOneSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_ONESIZEWIDTH,nWdt) {} in SdrOneSizeWidthItem() argument
|
| H A D | svdpage.hxx | 429 sal_Int32 nWdt; // Seitengroesse member in SdrPage
|
| H A D | svdotext.hxx | 292 FASTBOOL NbcSetMaxTextFrameWidth(long nWdt);
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | feshview.cxx | 2939 sal_Int32 nWdt(aRect.GetWidth()); in CreateDefaultShape() local 2943 …aInnerPoly.append(basegfx::B2DPoint(aRect.Left() + (nWdt * 30) / 100, aRect.Top() + (nHgt * 70) / … in CreateDefaultShape() 2945 … aInnerPoly.append(basegfx::B2DPoint(aRect.Left() + (nWdt * 65) / 100, aRect.Top())); in CreateDefaultShape() 2946 … aInnerPoly.append(basegfx::B2DPoint(aRect.Left() + nWdt, aRect.Top() + (nHgt * 30) / 100)); in CreateDefaultShape() 2947 …aInnerPoly.append(basegfx::B2DPoint(aRect.Left() + (nWdt * 80) / 100, aRect.Top() + (nHgt * 50) / … in CreateDefaultShape() 2948 …aInnerPoly.append(basegfx::B2DPoint(aRect.Left() + (nWdt * 80) / 100, aRect.Top() + (nHgt * 75) / … in CreateDefaultShape()
|
| /trunk/main/svx/source/dialog/ |
| H A D | imapwnd.cxx | 985 sal_Int32 nWdt(aNewObjectRectangle.GetWidth() / 2); in CreateDefaultObject() local 987 …basegfx::B2DPolygon aInnerPoly(XPolygon(aNewObjectRectangle.Center(), nWdt, nHgt).getB2DPolygon()); in CreateDefaultObject()
|