Home
last modified time | relevance | path

Searched refs:nWdt (Results 1 – 18 of 18) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx718 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 Dsvdoashp.cxx2031 nWdt++; in GetVertexGluePoint()
2032 nWdt /= 2; in GetVertexGluePoint()
2621 long nWdt=0,nMinWdt=0,nMaxWdt=0; in AdjustTextFrameWidthAndHeight() local
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()
[all …]
H A Dsvdotxat.cxx91 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 Dsvdpage.cxx1304 nWdt(10L), in DBG_NAME()
1331 nWdt(rSrcPage.nWdt), in SdrPage()
1446 nWdt = rSrcPage.nWdt; in operator =()
1513 if(aSiz.Width() != nWdt) in SetSize()
1515 nWdt = aSiz.Width(); in SetSize()
1533 return Size(nWdt,nHgt); in GetSize()
1538 return nWdt; in GetWdt()
H A Dsvdtrans.cxx58 long nWdt=rRect.Right()-rRect.Left(); in ResizeRect() local
61 if (nWdt==0) rRect.Right()++; in ResizeRect()
64 if (nWdt==0) rRect.Left()--; in ResizeRect()
619 long nWdt=aPt1.X(); in Poly2Rect() local
658 aRU.X()+=nWdt; in Poly2Rect()
H A Dsvdorect.cxx538 nWdt++; in GetVertexGluePoint()
539 nWdt /= 2; in GetVertexGluePoint()
544 case 0: aPt=aRect.TopCenter(); aPt.Y()-=nWdt; break; in GetVertexGluePoint()
545 case 1: aPt=aRect.RightCenter(); aPt.X()+=nWdt; break; in GetVertexGluePoint()
546 case 2: aPt=aRect.BottomCenter(); aPt.Y()+=nWdt; break; in GetVertexGluePoint()
564 nWdt++; in GetCornerGluePoint()
565 nWdt /= 2; in GetCornerGluePoint()
570 case 0: aPt=aRect.TopLeft(); aPt.X()-=nWdt; aPt.Y()-=nWdt; break; in GetCornerGluePoint()
571 case 1: aPt=aRect.TopRight(); aPt.X()+=nWdt; aPt.Y()-=nWdt; break; in GetCornerGluePoint()
572 case 2: aPt=aRect.BottomRight(); aPt.X()+=nWdt; aPt.Y()+=nWdt; break; in GetCornerGluePoint()
[all …]
H A Dsvdocirc.cxx66 long nMaxRad=((nWdt>nHgt ? nWdt : nHgt)+1) /2; in GetWinkPnt()
72 if (nWdt!=nHgt) { in GetWinkPnt()
73 if (nWdt>nHgt) { in GetWinkPnt()
74 if (nWdt!=0) { in GetWinkPnt()
370 long nWdt; member
380 nWdt(0), in ImpCircUser()
632 nMaxRad=((nWdt>nHgt ? nWdt : nHgt)+1) /2; in SetCreateParams()
639 if (nWdt>=nHgt) { in SetCreateParams()
642 if (nWdt!=0) aP.X()=aP.X()*nHgt/nWdt; in SetCreateParams()
660 if (nWdt>=nHgt) { in SetCreateParams()
[all …]
H A Dsvdibrow.cxx280 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()
/trunk/main/svx/inc/svx/
H A Dsvdotext.hxx294 FASTBOOL NbcSetMaxTextFrameWidth(long nWdt);
H A Dsxoneitm.hxx52 SdrOneSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_ONESIZEWIDTH,nWdt) {} in SdrOneSizeWidthItem() argument
H A Dsxallitm.hxx52 SdrAllSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_ALLSIZEWIDTH,nWdt) {} in SdrAllSizeWidthItem() argument
H A Dsxlogitm.hxx34 SdrLogicSizeWidthItem(long nWdt=0): SdrMetricItem(SDRATTR_LOGICSIZEWIDTH,nWdt) {} in SdrLogicSizeWidthItem() argument
H A Dsvdpage.hxx429 sal_Int32 nWdt; // Seitengroesse member in SdrPage
H A Dsdtmfitm.hxx52 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
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx2939 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 Dimapwnd.cxx985 sal_Int32 nWdt(aNewObjectRectangle.GetWidth() / 2); in CreateDefaultObject() local
987 …basegfx::B2DPolygon aInnerPoly(XPolygon(aNewObjectRectangle.Center(), nWdt, nHgt).getB2DPolygon()); in CreateDefaultObject()
/trunk/main/sd/source/ui/func/
H A Dfuconbez.cxx408 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 Dfuconpol.cxx312 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()

Completed in 100 milliseconds