| /trunk/main/chart2/source/tools/ |
| H A D | ThreeDHelper.cxx | 50 using ::rtl::math::cos; 416 return ::basegfx::fTools::equalZero( cos(fAngleRad), 0.0000001 ); in lcl_isCosZero() 445 double f23 = cos(R)*sin(E); in convertElevationRotationDegToXYZAngleRad() 481 if( (sin(R)/cos(E))>0 ) in convertElevationRotationDegToXYZAngleRad() 486 if( (cos(E))>0 ) in convertElevationRotationDegToXYZAngleRad() 498 if((cos(x)*sin(y)*sin(R))<0.0) in convertElevationRotationDegToXYZAngleRad() 506 z = atan(sin(R)/(cos(R)*sin(E))); in convertElevationRotationDegToXYZAngleRad() 524 double f23 = cos(R)*sin(E); in convertElevationRotationDegToXYZAngleRad() 545 if( (sin(x)*sin(y)*sin(z)*cos(E))<0.0) in convertElevationRotationDegToXYZAngleRad() 551 if(cos(z)==0.0) in convertElevationRotationDegToXYZAngleRad() [all …]
|
| H A D | RelativePositionHelper.cxx | 244 …::rtl::math::round( fXDelta * rtl::math::cos( fAnglePi ) + fYDelta * rtl::math::sin( fAnglePi )… in getCenterOfAnchoredObject() 246 …::rtl::math::round( - fXDelta * rtl::math::sin( fAnglePi ) + fYDelta * rtl::math::cos( fAnglePi )… in getCenterOfAnchoredObject()
|
| /trunk/main/chart2/source/view/main/ |
| H A D | LabelPositionHelper.cxx | 146 -aSize.Height *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left() 148 rfYCorrection = -aSize.Width *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Left() 150 rfYCorrection = -aSize.Width *rtl::math::cos( beta ); in lcl_correctRotation_Left() 155 rfXCorrection = -aSize.Width *rtl::math::cos( beta ) in lcl_correctRotation_Left() 188 rfXCorrection = aSize.Width *rtl::math::cos( beta ) in lcl_correctRotation_Right() 199 +aSize.Height*rtl::math::cos( beta )/2.0; in lcl_correctRotation_Right() 201 rfYCorrection = -aSize.Width *rtl::math::cos( beta )/2.0; in lcl_correctRotation_Right() 203 rfYCorrection = -aSize.Width *rtl::math::cos( beta ); in lcl_correctRotation_Right() 225 rfXCorrection += aSize.Width*rtl::math::cos( fAnglePi )/2.0; in lcl_correctRotation_Top() 231 rfXCorrection = aSize.Height*rtl::math::cos( beta )/2.0; in lcl_correctRotation_Top() [all …]
|
| H A D | ShapeFactory.cxx | 879 const double fCos = cos(fCurrentSegmentAngle/2.0); in getCircularArcBezierCoords() 1567 *pInnerSequenceX++ = fX + fWidthH * cos( i * fOmega ); in createPolyPolygon_Symbol() 1576 *pInnerSequenceY++ = fY - fHeightH * cos( i * fOmega); in createPolyPolygon_Symbol() 1583 *pInnerSequenceX++ = fX - fWidthH * cos( i * fOmega); in createPolyPolygon_Symbol() 1592 *pInnerSequenceY++ = fY + fHeightH * cos(i * fOmega); in createPolyPolygon_Symbol() 2395 + aSize.Height*rtl::math::cos( fAnglePi )); in getSizeAfterRotation() 2397 aSize.Width*rtl::math::cos( fAnglePi ) in getSizeAfterRotation()
|
| /trunk/main/scaddins/source/analysis/ |
| H A D | analysishelper.cxx | 1979 Num = double_complex (cos( phi ) * p, sin( phi ) * p); in Power() 2004 i = cos( r ) * sinh( i ); in Sin() 2023 r_ = cos( r ) * cosh( i ); in Cos() 2028 r = cos( r ); in Cos() 2054 Num = fE * double_complex ( cos( Num.imag() ), sin( Num.imag() ) ); in Exp() 2098 double fScale =1.0 / ( cos( 2.0 * r ) + cosh( 2.0 * i )); in Tan() 2119 double fScale = 1.0 / (cosh( 2.0 * i) + cos ( 2.0 * r)); in Sec() 2121 r_ = 2.0 * cos( r ) * cosh( i ) * fScale; in Sec() 2129 r = 1.0 / cos( r ); in Sec() 2142 double fScale = 1.0 / (cosh( 2.0 * i) - cos ( 2.0 * r)); in Csc() [all …]
|
| H A D | bessel.cxx | 91 return fSign * sqrt(f_2_DIV_PI/fX)* cos(fX-N*f_PI_DIV_2-f_PI_DIV_4); in BesselJ() 348 *(rtl::math::sin(fX)-rtl::math::cos(fX)); in Bessely0() 402 *(rtl::math::sin(fX)+rtl::math::cos(fX)); in Bessely1()
|
| /trunk/main/canvas/workben/ |
| H A D | canvasdemo.cxx | 228 geometry::RealPoint2D aSrc( RADIUS * cos (a), RADIUS * sin (a) ); in drawPolishDiamond() 236 geometry::RealPoint2D( RADIUS * cos (a), in drawPolishDiamond() 431 aBeziers[i]= geometry::RealBezierSegment2D( r * cos(i*2*M_PI/num_curves), //Px in drawCurves() 433 … r * 2 * cos((i*2*M_PI + 2*M_PI)/num_curves), //C1x in drawCurves() 435 … r * 2 * cos((i*2*M_PI + 2*M_PI)/num_curves), //C2x in drawCurves() 526 aPoints[i]= geometry::RealPoint2D( centerx + r * cos(i*2 * M_PI/sides), in drawRegularPolygon()
|
| /trunk/main/odk/examples/java/ConverterServlet/ |
| H A D | Makefile | 41 $(PATH_SEPARATOR)$(OFFICE_CLASSES_DIR)/cos.jar\ 52 $(OFFICE_CLASSES_DIR)/cos.jar : 66 $(CLASSFILES) : $(JAVAFILES) $(OFFICE_CLASSES_DIR)/cos.jar $(OFFICE_CLASSES_DIR)/servlet.jar
|
| H A D | README | 14 2. Download the servlet support Java archive (cos.jar) from 15 http://www.servlets.com/cos/index.html and copy the file to the directory
|
| /trunk/main/basegfx/source/matrix/ |
| H A D | b3dhommatrix.cxx | 202 double fCos(cos(fAngleX)); in rotate() 216 double fCos(cos(fAngleY)); in rotate() 230 double fCos(cos(fAngleZ)); in rotate() 564 cy = cos(fy); in decompose()
|
| /trunk/main/filter/source/graphicfilter/idxf/ |
| H A D | dxf2mtf.cxx | 319 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),0), in DrawCircleEntity() 329 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),rE.fThickness), in DrawCircleEntity() 355 DXFVector aVS(cos(fA1/180.0*3.14159265359),sin(fA1/180.0*3.14159265359),0.0); in DrawArcEntity() 358 DXFVector aVE(cos((fA1+fdA)/180.0*3.14159265359),sin((fA1+fdA)/180.0*3.14159265359),0.0); in DrawArcEntity() 382 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),0), in DrawArcEntity() 392 rE.aP0+DXFVector(rE.fRadius*cos(fAng),rE.fRadius*sin(fAng),rE.fThickness), in DrawArcEntity()
|
| /trunk/main/odk/examples/DevelopersGuide/Charts/ |
| H A D | ChartInDraw.java | 246 double fCosX = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 251 double fCosY = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 256 double fCosZ = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
|
| /trunk/main/vcl/workben/ |
| H A D | svptest.cxx | 173 double y1 = y * cos( angle_x ); in project() 177 double x2 = x1 * cos( angle_z ) + y1 * sin( angle_z ); in project() 335 double cosd = cos( DELTA*M_PI/180.0 ); in Paint()
|
| /trunk/main/slideshow/source/engine/transitions/ |
| H A D | figurewipe.cxx | 75 const double c = cos( basegfx::deg2rad(18.0) ); in createPentagonWipe() 89 const double c = cos( basegfx::deg2rad(30.0) ); in createHexagonWipe()
|
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | polygontubeprimitive3d.cxx | 285 const double fCos(cos(-fAngle)); in getLineJoinSegments() 288 const double fMiterCos(bMiter ? cos(-(fAngle/2.0)) : 0.0); in getLineJoinSegments() 308 cos(fPos), in getLineJoinSegments()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev4.cxx | 179 double fDX = fWidth * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient() 181 double fDY = fHeight * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient() 431 double fDX = fWidth * fabs( cos( fAngle ) ) + fHeight * fabs( sin( fAngle ) ); in ImplDrawComplexGradient() 432 double fDY = fHeight * fabs( cos( fAngle ) ) + fWidth * fabs( sin( fAngle ) ); in ImplDrawComplexGradient() 1273 rInc = Size( 0, nDist = FRound( nDist / cos( fAngle ) ) ); in ImplCalcHatchValues()
|
| /trunk/main/sal/inc/rtl/ |
| H A D | math.hxx | 413 inline double cos(double d) in cos() function 416 return ::cos( d ); in cos()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdotextpathdecomposition.cxx | 420 aNewShadowTransform.scale(1.0, cos(fShearValue)); in HandlePair() 447 const double fCos(cos(fShearValue)); in HandlePair() 464 const double fCos(cos(fShearValue)); in HandlePair()
|
| H A D | svdtrans.cxx | 189 double nCos=cos(a); in MirrorPoint() 276 double cs=cos(nWink); in CrookRotateXPoint() 356 double cs=cos(nWink); in CrookSlantXPoint() 569 nCos=cos(a); in RecalcSinCos()
|
| /trunk/main/basegfx/source/tools/ |
| H A D | gradienttools.cxx | 76 const double fAbsCos(fabs(cos(fAngle))); in init1DGradientInfo() 226 const double fAbsCos(fabs(cos(fAngle))); in initRectGradientInfo()
|
| /trunk/main/slideshow/source/engine/OGLTrans/ |
| H A D | OGLTrans_TransitionImpl.cxx | 403 x = cos ((3*2*M_PI*t)/nParts); in makeIris() 432 rx = cos ((2*M_PI*i)/nParts); in makeIris() 549 …unScaledTexCoords.push_back( basegfx::B2DVector( cos(TempAngle - 3.1415926/2.0) , sin(TempAngle- 3… in makeRevolvingCircles() 824 x = width*(cos (a2) - cos (a1))/2; in interpolate()
|
| /trunk/main/padmin/source/ |
| H A D | padialog.cxx | 316 double y1 = y * cos( angle_x ); in project() 320 double x2 = x1 * cos( angle_z ) + y1 * sin( angle_z ); in project() 552 double cosd = cos( DELTA*M_PI/180.0 ); in printPage()
|
| /trunk/main/connectivity/qa/complex/connectivity/dbase/ |
| H A D | DBaseNumericFunctions.java | 60 cos(xRowRes); in testFunctions() 169 …private void cos(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in cos() method in DBaseNumericFunctions
|
| /trunk/main/basebmp/test/ |
| H A D | bmpdemo.cxx | 999 double y1 = y * cos( angle_x ); in project() 1003 double x2 = x1 * cos( angle_z ) + y1 * sin( angle_z ); in project() 1146 double cosd = cos( DELTA*M_PI/180.0 ); in Paint()
|
| /trunk/main/svx/source/dialog/ |
| H A D | dialcontrol.cxx | 89 double fCos = cos( fAngle ); in DrawElements() 198 long nX = static_cast< long >( -mnCenterX * cos( fAngle ) ); in DrawBackground()
|