| /AOO41X/main/svx/inc/svx/ |
| H A D | svdtrans.hxx | 58 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()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 67 …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() 84 …rRect.Bottom()=rRef.Y()+Round(((double)(rRect.Bottom()-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() [all …]
|
| H A D | svdocirc.cxx | 69 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 D | svdomeas.cxx | 487 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 D | svdopath.cxx | 333 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 D | svdedtv1.cxx | 591 pO->Rotate(aCtr0, Round(nWink/nPi180), nSin, nCos); in ImpCrookObj() 1583 nShearAngle=Round(nNew); in SetGeoAttrToMarked() 1688 nTempAngle=Round(nNew); in SetGeoAttrToMarked()
|
| H A D | svdorect.cxx | 220 long nDst=Round((aRect.Bottom()-aRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterGeometryHelper.cxx | 80 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 D | PresenterTextView.cxx | 426 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 D | PresenterGeometryHelper.hxx | 44 static sal_Int32 Round (const double nValue);
|
| H A D | PresenterWindowManager.cxx | 1064 PresenterGeometryHelper::Round(aSize.Width), in LayoutToolBar() 1065 PresenterGeometryHelper::Round(aSize.Height)), in LayoutToolBar()
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | rtlproto.hxx | 235 extern RTLFUNC(Round);
|
| H A D | stdobj.cxx | 464 { "Round", SbxDOUBLE, 2 | _FUNCTION | _COMPTMASK, RTLNAME(Round),0},
|
| H A D | methods1.cxx | 2563 RTLFUNC(Round) in RTLFUNC() argument
|
| /AOO41X/main/sw/source/ui/ribbar/ |
| H A D | inputwin.src | 96 Text [ en-US ] = "Round" ;
|
| /AOO41X/main/starmath/source/ |
| H A D | toolbox.src | 1082 Text [ en-US ] = "Round Brackets" ; 1148 Text [ en-US ] = "Round Brackets (Scalable)" ;
|
| /AOO41X/main/svx/source/sidebar/line/ |
| H A D | LinePropertyPanel.src | 220 < "Round" ; > ;
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | tabline.src | 278 < "Round" ; > ;
|
| /AOO41X/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape2d.cxx | 1154 Round( fX + aReferencePoint.X() ), in GetHandlePosition() 1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition()
|
| /AOO41X/main/vigra/ |
| H A D | vigra1.6.0.patch | 820 /*! Round up to the nearest power of 2.
|
| /AOO41X/extras/l10n/source/en-GB/ |
| H A D | localize.sdf | 1503 …lue ..WebWizard.WebWizard.IconSets.iconset0 Name 0 en-GB Round, 3-D, blue & grey … 1504 …lue ..WebWizard.WebWizard.IconSets.iconset1 Name 0 en-GB Round, 3-D, blue & green… 1506 …lue ..WebWizard.WebWizard.IconSets.iconset3 Name 0 en-GB Round, flat, black & gre… 2818 …e.Commands..uno:CalloutShapes.round-callout Label 0 en-GB Round Callout … 3217 …Commands..uno:MatchGroup Label 0 en-GB Find Parenthesis (Round Bracket) … 10252 …c 0 stringlist RID_SVXPAGE_LINE.LB_CAP_STYLE 2 0 en-GB Round 2013… 16062 …XWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 en-GB Round Brackets … 16071 …XWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 en-GB Round Brackets (Scalable… 24178 …riter\02\14020000.xhp 0 help par_id3153381 28 0 en-GB Round 2013… 26247 …ath\01\03090500.xhp 0 help par_id3153778 7 0 en-GB Round brackets (parenthe… [all …]
|
| /AOO41X/extras/l10n/source/kid/ |
| H A D | localize.sdf | 3102 … 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 …]
|
| /AOO41X/extras/l10n/source/en-ZA/ |
| H A D | localize.sdf | 6659 …riter\02\14020000.xhp 0 help par_id3153381 28 0 en-ZA Round 2002… 22523 …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 …ath\01\03090500.xhp 0 help par_id3153778 7 0 en-ZA Round brackets (parenthe… 38117 …ath\01\03090500.xhp 0 help par_id3146333 9 0 en-ZA Round brackets (scalable… 46829 …XWINDOW.TOOLBOX_CAT_G RID_LRPARENTX HID_SMA_LRPARENTX 0 en-ZA Round Brackets … 46838 …XWINDOW.TOOLBOX_CAT_G RID_SLRPARENTX HID_SMA_SLRPARENTX 0 en-ZA Round Brackets (Scalable… 56530 …em MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 en-ZA Round 2002… 66636 …lue ..WebWizard.WebWizard.IconSets.iconset0 Name 0 en-ZA Round, 3D, blue & grey … 66637 …lue ..WebWizard.WebWizard.IconSets.iconset1 Name 0 en-ZA Round, 3D, blue & green … [all …]
|
| /AOO41X/extras/l10n/source/sw-TZ/ |
| H A D | localize.sdf | 30487 … href=\"text/shared/guide/round_corner.xhp\" name=\"Creating Round Corners\"\>Creating Round Corne… 30491 …guide\round_corner.xhp 0 help tit 0 sw-TZ Creating Round Corners … 35991 …ath\01\03090500.xhp 0 help par_id3146333 9 0 sw-TZ Round brackets (scalable… 36021 …ath\01\03090500.xhp 0 help par_id3153778 7 0 sw-TZ Round brackets (parenthe… 45892 …e.Commands..uno:CalloutShapes.round-callout Label 0 sw-TZ Round Callout … 47097 …lue ..WebWizard.WebWizard.IconSets.iconset0 Name 0 sw-TZ Round, 3D, blue & gray … 47098 …lue ..WebWizard.WebWizard.IconSets.iconset1 Name 0 sw-TZ Round, 3D, blue & green … 47100 …lue ..WebWizard.WebWizard.IconSets.iconset3 Name 0 sw-TZ Round, flat, black & gra…
|
| /AOO41X/extras/l10n/source/ta/ |
| H A D | localize.sdf | 2818 …rface.Commands..uno:CalloutShapes.round-callout Label 0 ta Round Callout … 24178 …t\swriter\02\14020000.xhp 0 help par_id3153381 28 0 ta Round 2013… 26247 …t\smath\01\03090500.xhp 0 help par_id3153778 7 0 ta Round brackets (parenthe… 26274 …t\smath\01\03090500.xhp 0 help par_id3146333 9 0 ta Round brackets (scalable… 48705 …red\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 …nuitem MN_CALC_POPUP MN_CALC_ROUND HID_MN_CALC_ROUND 0 ta Round 2013…
|