Home
last modified time | relevance | path

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

123

/aoo4110/main/svx/inc/svx/
H A Dsvdtrans.hxx58 inline long Round(double a) { return a>0.0 ? (long)(a+0.5) : -(long)((-a)+0.5); } in Round() function
128 …rPnt.X()=rRef.X()+ Round(((double)(rPnt.X()-rRef.X())*xFact.GetNumerator())/xFact.GetDenominator()… in ResizePoint()
129 …rPnt.Y()=rRef.Y()+ Round(((double)(rPnt.Y()-rRef.Y())*yFact.GetNumerator())/yFact.GetDenominator()… in ResizePoint()
136 rPnt.X()=Round(rRef.X()+dx*cs+dy*sn); in RotatePoint()
137 rPnt.Y()=Round(rRef.Y()+dy*cs-dx*sn); in RotatePoint()
144 rPnt.X()-=Round((rPnt.Y()-rRef.Y())*tn); in ShearPoint()
148 rPnt.Y()-=Round((rPnt.X()-rRef.X())*tn); in ShearPoint()
/aoo4110/main/svx/source/svdraw/
H A Dsvdtrans.cxx67 …rRect.Left() =rRef.X()+Round(((double)(rRect.Left() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect()
68 …rRect.Right() =rRef.X()+Round(((double)(rRect.Right() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect()
83 …rRect.Top() =rRef.Y()+Round(((double)(rRect.Top() -rRef.Y())*yFact.GetNumerator())/yFact.GetDe… in ResizeRect()
295 pC1->Y()=Round(((double)pC1->Y()) /rRad.X()*(cx-pC1->X())); in CrookRotateXPoint()
303 pC1->X()=Round((double)pC1->X()*nFact); in CrookRotateXPoint()
313 pC2->Y()=Round(((double)pC2->Y()) /rRad.X()*(rCenter.X()-pC2->X())); in CrookRotateXPoint()
321 pC2->X()=Round((double)pC2->X()*nFact); in CrookRotateXPoint()
405 rPnt.Y()=y0+Round(a); in CrookStretchXPoint()
517 a=Round((atan2((double)-rPnt.Y(),(double)rPnt.X())/nPi180)); in GetAngle()
554 x=Round(sqrt((double)x)); in GetLen()
[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.cxx333 nRad=Abs(Round(nR)); in CalcCircle()
338 aCircCenter.X()+=Round(nRad*cos((nTangAngle+9000)*nPi180)); in CalcCircle()
339 aCircCenter.Y()-=Round(nRad*sin((nTangAngle+9000)*nPi180)); in CalcCircle()
343 aCircCenter.X()+=Round(nRad*cos((nTangAngle-9000)*nPi180)); in CalcCircle()
344 aCircCenter.Y()-=Round(nRad*sin((nTangAngle-9000)*nPi180)); in CalcCircle()
466 y+=Round(nGKathLen*sn); in CalcRect()
467 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.cxx220 long nDst=Round((aRect.Bottom()-aRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
/aoo4110/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()
/aoo4110/main/basic/source/runtime/
H A Drtlproto.hxx234 extern RTLFUNC(Round);
H A Dstdobj.cxx464 { "Round", SbxDOUBLE, 2 | _FUNCTION | _COMPTMASK, RTLNAME(Round),0},
H A Dmethods1.cxx2563 RTLFUNC(Round) in RTLFUNC() argument
/aoo4110/main/sw/source/ui/ribbar/
H A Dinputwin.src96 Text [ en-US ] = "Round" ;
/aoo4110/main/starmath/source/
H A Dtoolbox.src1068 Text [ en-US ] = "Round Brackets" ;
1134 Text [ en-US ] = "Round Brackets (Scalable)" ;
/aoo4110/main/svx/source/sidebar/line/
H A DLinePropertyPanel.src220 < "Round" ; > ;
/aoo4110/main/cui/source/tabpages/
H A Dtabline.src278 < "Round" ; > ;
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1154 Round( fX + aReferencePoint.X() ), in GetHandlePosition()
1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition()
/aoo4110/main/vigra/
H A Dvigra1.6.0.patch820 /*! Round up to the nearest power of 2.
/aoo4110/extras/l10n/source/en-GB/
H A Dlocalize.sdf10252 cui source\tabpages\tabline.src 0 stringlist RID_SVXPAGE_LINE.LB_CAP_STYLE 2 0 en-GB Round 201…
24178 helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3153381 28 0 en-GB Round 2013061…
26247 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3153778 7 0 en-GB Round brackets (par…
26274 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3146333 9 0 en-GB Round brackets (sca…
33789 …ext\sbasic\shared\02\11120000.xhp 0 help tit 0 en-GB Find Parentheses (Round Brackets) 20130…
33790 …asic/shared/02/11120000.xhp\" name=\"Find Parentheses (Round Brackets)\"\>Find Parentheses (Round
33793 …shared\02\11120000.xhp 0 help par_id3147276 3 0 en-GB Find Parentheses (Round Brackets) 20130…
48705 helpcontent2 source\text\shared\guide\round_corner.xhp 0 help tit 0 en-GB Creating Round Corners…
48707 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
63048 …win.src 0 menuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 en-GB Round 20130618 17:22:…
[all …]
/aoo4110/extras/l10n/source/kid/
H A Dlocalize.sdf3102 cui source\tabpages\tabline.src 0 stringlist RID_SVXPAGE_LINE.LB_CAP_STYLE 2 0 kid 9i5iwh‖Round
36514 helpcontent2 source\text\shared\guide\round_corner.xhp 0 help tit 0 kid 79w9rq‖Creating Round Co…
36516 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
44157 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3153778 7 0 kid ou]8-+‖Round brackets…
44184 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3146333 9 0 kid xob51s‖Round brackets…
49042 helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3153381 28 0 kid x9rz18‖Round 20…
52635 …d.xcu 0 value ..WebWizard.WebWizard.IconSets.iconset0 Name 0 kid za=ip+‖Round, 3D, blue & gray …
64350 …TOOLBOXWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 kid 5t2al]‖Round Brackets 201308…
64359 …OLBOXWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 kid 8o1k=5‖Round Brackets (Scalable…
66903 …anel.src 0 stringlist RID_SIDEBAR_LINE_PANEL.LB_CAPSTYLE 2 0 kid omb111‖Round 20130829 23:02:…
[all …]
/aoo4110/extras/l10n/source/en-ZA/
H A Dlocalize.sdf6659 helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3153381 28 0 en-ZA Round 2002-02…
22523 helpcontent2 source\text\shared\guide\round_corner.xhp 0 help tit 0 en-ZA Creating Round Corners…
22525 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
38090 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3153778 7 0 en-ZA Round brackets (par…
38117 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3146333 9 0 en-ZA Round brackets (sca…
46829 … RID_TOOLBOXWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 en-ZA Round Brackets 2002-0…
46838 …ID_TOOLBOXWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 en-ZA Round Brackets (Scalable…
56530 …win.src 0 menuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 en-ZA Round 2002-02-02 02:0…
66636 …Wizard.xcu 0 value ..WebWizard.WebWizard.IconSets.iconset0 Name 0 en-ZA Round, 3D, blue & grey …
66637 …Wizard.xcu 0 value ..WebWizard.WebWizard.IconSets.iconset1 Name 0 en-ZA Round, 3D, blue & green …
[all …]
/aoo4110/extras/l10n/source/sw-TZ/
H A Dlocalize.sdf30487 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
30491 helpcontent2 source\text\shared\guide\round_corner.xhp 0 help tit 0 sw-TZ Creating Round Corners…
35991 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3146333 9 0 sw-TZ Round brackets (sca…
36021 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3153778 7 0 sw-TZ Round brackets (par…
45892 …s.UserInterface.Commands..uno:CalloutShapes.round-callout Label 0 sw-TZ Round Callout 2002-02…
47097 …Wizard.xcu 0 value ..WebWizard.WebWizard.IconSets.iconset0 Name 0 sw-TZ Round, 3D, blue & gray …
47098 …Wizard.xcu 0 value ..WebWizard.WebWizard.IconSets.iconset1 Name 0 sw-TZ Round, 3D, blue & green …
47100 …Wizard.xcu 0 value ..WebWizard.WebWizard.IconSets.iconset3 Name 0 sw-TZ Round, flat, black & gra…
/aoo4110/extras/l10n/source/ta/
H A Dlocalize.sdf2818 …ands.UserInterface.Commands..uno:CalloutShapes.round-callout Label 0 ta Round Callout 2013061…
24178 helpcontent2 source\text\swriter\02\14020000.xhp 0 help par_id3153381 28 0 ta Round 20130618 1…
26247 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3153778 7 0 ta Round brackets (parent…
26274 helpcontent2 source\text\smath\01\03090500.xhp 0 help par_id3146333 9 0 ta Round brackets (scalab…
48705 helpcontent2 source\text\shared\guide\round_corner.xhp 0 help tit 0 ta Creating Round Corners …
48707 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne…
63046 …putwin.src 0 menuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 ta Round 20130618 17:22:…

Completed in 4693 milliseconds

123