Home
last modified time | relevance | path

Searched refs:Round (Results 1 – 25 of 72) sorted by relevance

123

/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx54 inline long Round(double a) { return a>0.0 ? (long)(a+0.5) : -(long)((-a)+0.5); } in Round() function
124 …rPnt.X()=rRef.X()+ Round(((double)(rPnt.X()-rRef.X())*xFact.GetNumerator())/xFact.GetDenominator()… in ResizePoint()
125 …rPnt.Y()=rRef.Y()+ Round(((double)(rPnt.Y()-rRef.Y())*yFact.GetNumerator())/yFact.GetDenominator()… in ResizePoint()
132 rPnt.X()=Round(rRef.X()+dx*cs+dy*sn); in RotatePoint()
133 rPnt.Y()=Round(rRef.Y()+dy*cs-dx*sn); in RotatePoint()
140 rPnt.X()-=Round((rPnt.Y()-rRef.Y())*tn); in ShearPoint()
144 rPnt.Y()-=Round((rPnt.X()-rRef.X())*tn); in ShearPoint()
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx63 …rRect.Left() =rRef.X()+Round(((double)(rRect.Left() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect()
64 …rRect.Right() =rRef.X()+Round(((double)(rRect.Right() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect()
79 …rRect.Top() =rRef.Y()+Round(((double)(rRect.Top() -rRef.Y())*yFact.GetNumerator())/yFact.GetDe… in ResizeRect()
80 …rRect.Bottom()=rRef.Y()+Round(((double)(rRect.Bottom()-rRef.Y())*yFact.GetNumerator())/yFact.GetDe… in ResizeRect()
283 pC1->Y()=Round(((double)pC1->Y()) /rRad.X()*(cx-pC1->X())); in CrookRotateXPoint()
291 pC1->X()=Round((double)pC1->X()*nFact); in CrookRotateXPoint()
301 pC2->Y()=Round(((double)pC2->Y()) /rRad.X()*(rCenter.X()-pC2->X())); in CrookRotateXPoint()
309 pC2->X()=Round((double)pC2->X()*nFact); in CrookRotateXPoint()
393 rPnt.Y()=y0+Round(a); in CrookStretchXPoint()
505 a=Round((atan2((double)-rPnt.Y(),(double)rPnt.X())/nPi180)); in GetAngle()
[all …]
H A Dsvdocirc.cxx69 Point aRetval(Round(cos(a)*nMaxRad),-Round(sin(a)*nMaxRad)); in GetWinkPnt()
892 aTmpPt1=Point(Round(cos(a)*nMaxRad),-Round(sin(a)*nMaxRad)); in NbcMirror()
898 aTmpPt2=Point(Round(cos(a)*nMaxRad),-Round(sin(a)*nMaxRad)); in NbcMirror()
1010 long nDst=Round((rRect.Bottom()-rRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
H A Dsvdomeas.cxx487 long dx= Round(nLineDist*nHlpCos); in ImpCalcGeometrics()
488 long dy=-Round(nLineDist*nHlpSin); in ImpCalcGeometrics()
489 long dxh1a= Round((nHelplineDist-rRec.nHelpline1Len)*nHlpCos); in ImpCalcGeometrics()
490 long dyh1a=-Round((nHelplineDist-rRec.nHelpline1Len)*nHlpSin); in ImpCalcGeometrics()
491 long dxh1b= Round((nHelplineDist-rRec.nHelpline2Len)*nHlpCos); in ImpCalcGeometrics()
492 long dyh1b=-Round((nHelplineDist-rRec.nHelpline2Len)*nHlpSin); in ImpCalcGeometrics()
493 long dxh2= Round((nLineDist+nOverhang)*nHlpCos); in ImpCalcGeometrics()
494 long dyh2=-Round((nLineDist+nOverhang)*nHlpSin); in ImpCalcGeometrics()
H A Dsvdopath.cxx331 nRad=Abs(Round(nR)); in CalcCircle()
336 aCircCenter.X()+=Round(nRad*cos((nTangAngle+9000)*nPi180)); in CalcCircle()
337 aCircCenter.Y()-=Round(nRad*sin((nTangAngle+9000)*nPi180)); in CalcCircle()
341 aCircCenter.X()+=Round(nRad*cos((nTangAngle-9000)*nPi180)); in CalcCircle()
342 aCircCenter.Y()-=Round(nRad*sin((nTangAngle-9000)*nPi180)); in CalcCircle()
464 y+=Round(nGKathLen*sn); in CalcRect()
465 x+=Round(nGKathLen*cs); in CalcRect()
H A Dsvdedtv1.cxx591 pO->Rotate(aCtr0, Round(nWink/nPi180), nSin, nCos); in ImpCrookObj()
1583 nShearAngle=Round(nNew); in SetGeoAttrToMarked()
1688 nTempAngle=Round(nNew); in SetGeoAttrToMarked()
H A Dsvdorect.cxx218 long nDst=Round((aRect.Bottom()-aRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
/trunk/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx80 sal_Int32 PresenterGeometryHelper::Round (const double nValue) in Round() function in sdext::presenter::PresenterGeometryHelper
105 Round(rBox.X1), in ConvertRectangleWithConstantSize()
106 Round(rBox.Y1), in ConvertRectangleWithConstantSize()
107 Round(rBox.X2 - rBox.X1), in ConvertRectangleWithConstantSize()
108 Round(rBox.Y2 - rBox.Y1)); in ConvertRectangleWithConstantSize()
H A DPresenterTextView.cxx426 PresenterGeometryHelper::Round(maLocation.X)-nAdditionalLeftBorder, rUpdateBox.X)); in Paint()
428 PresenterGeometryHelper::Round(maLocation.Y), rUpdateBox.Y)); in Paint()
430 …PresenterGeometryHelper::Round(maLocation.X+maSize.Width)+nAdditionalRightBorder, rUpdateBox.X+rUp… in Paint()
432 … PresenterGeometryHelper::Round(maLocation.Y+maSize.Height), rUpdateBox.Y+rUpdateBox.Height)); in Paint()
H A DPresenterGeometryHelper.hxx44 static sal_Int32 Round (const double nValue);
H A DPresenterWindowManager.cxx1064 PresenterGeometryHelper::Round(aSize.Width), in LayoutToolBar()
1065 PresenterGeometryHelper::Round(aSize.Height)), in LayoutToolBar()
/trunk/main/basic/source/runtime/
H A Drtlproto.hxx235 extern RTLFUNC(Round);
H A Dstdobj.cxx464 { "Round", SbxDOUBLE, 2 | _FUNCTION | _COMPTMASK, RTLNAME(Round),0},
H A Dmethods1.cxx2563 RTLFUNC(Round) in RTLFUNC() argument
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.src90 Text [ en-US ] = "Round" ;
/trunk/main/starmath/source/
H A Dtoolbox.src1079 Text [ en-US ] = "Round Brackets" ;
1145 Text [ en-US ] = "Round Brackets (Scalable)" ;
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.src220 < "Round" ; > ;
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1154 Round( fX + aReferencePoint.X() ), in GetHandlePosition()
1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition()
/trunk/main/cui/source/tabpages/
H A Dtabline.src276 < "Round" ; > ;
/trunk/main/vigra/
H A Dvigra1.6.0.patch820 /*! Round up to the nearest power of 2.
/trunk/extras/l10n/source/en-GB/
H A Dlocalize.sdf4751 … stringlist RID_SIDEBAR_LINE_PANEL.LB_CAPSTYLE 2 0 en-GB Round 2020…
5154 …em MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 en-GB Round 2020…
13734 …lue ..WebWizard.WebWizard.IconSets.iconset0 Name 0 en-GB Round, 3-D, blue & grey …
13735 …lue ..WebWizard.WebWizard.IconSets.iconset1 Name 0 en-GB Round, 3-D, blue & green…
13737 …lue ..WebWizard.WebWizard.IconSets.iconset3 Name 0 en-GB Round, flat, black & gre…
14941 …e.Commands..uno:CalloutShapes.round-callout Label 0 en-GB Round Callout …
15340 …Commands..uno:MatchGroup Label 0 en-GB Find Parenthesis (Round Bracket) …
18154 …XWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 en-GB Round Brackets …
18163 …XWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 en-GB Round Brackets (Scalable…
29722 …\11120000.xhp 0 help tit 0 en-GB Find Parentheses (Round Brackets) …
[all …]
/trunk/extras/l10n/source/kn/
H A Dlocalize.sdf4740 … 0 stringlist RID_SIDEBAR_LINE_PANEL.LB_CAPSTYLE 2 0 kn Round 2018…
5138 …nuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 kn Round 2018…
13752 … value ..WebWizard.WebWizard.IconSets.iconset0 Name 0 kn Round, 3D, blue & gray …
13753 … value ..WebWizard.WebWizard.IconSets.iconset1 Name 0 kn Round, 3D, blue & green …
13755 … value ..WebWizard.WebWizard.IconSets.iconset3 Name 0 kn Round, flat, black & gra…
15119 …rface.Commands..uno:CalloutShapes.round-callout Label 0 kn Round Callout …
17875 …OLBOXWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 kn Round Brackets …
17884 …OLBOXWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 kn Round Brackets (Scalable…
37150 …red\guide\round_corner.xhp 0 help tit 0 kn Creating Round Corners …
37152 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
[all …]
/trunk/extras/l10n/source/af/
H A Dlocalize.sdf4740 … 0 stringlist RID_SIDEBAR_LINE_PANEL.LB_CAPSTYLE 2 0 af Round 2018…
5138 …nuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 af Round 2018…
13752 … value ..WebWizard.WebWizard.IconSets.iconset0 Name 0 af Round, 3D, blue & gray …
13753 … value ..WebWizard.WebWizard.IconSets.iconset1 Name 0 af Round, 3D, blue & green …
13755 … value ..WebWizard.WebWizard.IconSets.iconset3 Name 0 af Round, flat, black & gra…
15119 …rface.Commands..uno:CalloutShapes.round-callout Label 0 af Round Callout …
17875 …OLBOXWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 af Round Brackets …
17884 …OLBOXWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 af Round Brackets (Scalable…
37150 …red\guide\round_corner.xhp 0 help tit 0 af Creating Round Corners …
37152 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
[all …]
/trunk/extras/l10n/source/ps/
H A Dlocalize.sdf4740 … 0 stringlist RID_SIDEBAR_LINE_PANEL.LB_CAPSTYLE 2 0 ps Round 2018…
5138 …nuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 ps Round 2018…
13752 … value ..WebWizard.WebWizard.IconSets.iconset0 Name 0 ps Round, 3D, blue & gray …
13753 … value ..WebWizard.WebWizard.IconSets.iconset1 Name 0 ps Round, 3D, blue & green …
13755 … value ..WebWizard.WebWizard.IconSets.iconset3 Name 0 ps Round, flat, black & gra…
15119 …rface.Commands..uno:CalloutShapes.round-callout Label 0 ps Round Callout …
17875 …OLBOXWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 ps Round Brackets …
17884 …OLBOXWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 ps Round Brackets (Scalable…
37150 …red\guide\round_corner.xhp 0 help tit 0 ps Creating Round Corners …
37152 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
[all …]
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf3102 … stringlist RID_SVXPAGE_LINE.LB_CAP_STYLE 2 0 kid 9i5iwh‖Round 201…
36514 …de\round_corner.xhp 0 help tit 0 kid 79w9rq‖Creating Round Corners …
36516 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
44157 …\01\03090500.xhp 0 help par_id3153778 7 0 kid ou]8-+‖Round brackets (parenthe…
44184 …\01\03090500.xhp 0 help par_id3146333 9 0 kid xob51s‖Round brackets (scalable…
49042 …er\02\14020000.xhp 0 help par_id3153381 28 0 kid x9rz18‖Round 201…
52635 … ..WebWizard.WebWizard.IconSets.iconset0 Name 0 kid za=ip+‖Round, 3D, blue & gray …
52636 … ..WebWizard.WebWizard.IconSets.iconset1 Name 0 kid 95wyqj‖Round, 3D, blue & green …
52638 … ..WebWizard.WebWizard.IconSets.iconset3 Name 0 kid i4bp2k‖Round, flat, black & gra…
55017 …ommands..uno:CalloutShapes.round-callout Label 0 kid yumuiw‖Round Callout …
[all …]

123