/aoo4110/main/basegfx/source/tools/ |
H A D | gradienttools.cxx | 59 double fAngle, in init1DGradientInfo() argument 64 fAngle = -fAngle; in init1DGradientInfo() 130 double fAngle, in initEllipticalGradientInfo() argument 135 fAngle = -fAngle; in initEllipticalGradientInfo() 199 double fAngle, in initRectGradientInfo() argument 204 fAngle = -fAngle; in initRectGradientInfo() 280 fAngle, in createLinearODFGradientInfo() 294 fAngle, in createAxialODFGradientInfo() 325 fAngle, in createEllipticalODFGradientInfo() 341 fAngle, in createSquareODFGradientInfo() [all …]
|
/aoo4110/main/vcl/source/window/ |
H A D | scrwnd.cxx | 270 if( fAngle < 0.0 ) in ImplGetMousePointer() 271 fAngle += 360.; in ImplGetMousePointer() 275 if( fAngle >= 22.5 && fAngle <= 67.5 ) in ImplGetMousePointer() 277 else if( fAngle >= 67.5 && fAngle <= 112.5 ) in ImplGetMousePointer() 279 else if( fAngle >= 112.5 && fAngle <= 157.5 ) in ImplGetMousePointer() 281 else if( fAngle >= 157.5 && fAngle <= 202.5 ) in ImplGetMousePointer() 283 else if( fAngle >= 202.5 && fAngle <= 247.5 ) in ImplGetMousePointer() 285 else if( fAngle >= 247.5 && fAngle <= 292.5 ) in ImplGetMousePointer() 287 else if( fAngle >= 292.5 && fAngle <= 337.5 ) in ImplGetMousePointer() 294 if( fAngle >= 270. || fAngle <= 90. ) in ImplGetMousePointer() [all …]
|
/aoo4110/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 119 double fAngle) in GeoTexSvxGradientLinear() argument 126 fAngle); in GeoTexSvxGradientLinear() 184 double fAngle) in GeoTexSvxGradientAxial() argument 191 fAngle); in GeoTexSvxGradientAxial() 314 fAngle); in GeoTexSvxGradientElliptical() 391 fAngle); in GeoTexSvxGradientSquare() 450 fAngle); in GeoTexSvxGradientRect() 516 mfAngle(fAngle), in GeoTexSvxHatch() 524 fAngle = -fAngle; in GeoTexSvxHatch() 527 if(0.0 != fAngle) in GeoTexSvxHatch() [all …]
|
/aoo4110/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInDraw.java | 245 double fAngle = 10.0; in testThreeD() local 246 double fCosX = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 247 double fSinX = java.lang.Math.sin( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 250 fAngle = -20.0; in testThreeD() 251 double fCosY = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 252 double fSinY = java.lang.Math.sin( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 255 fAngle = -5.0; in testThreeD() 256 double fCosZ = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD() 257 double fSinZ = java.lang.Math.sin( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
|
/aoo4110/main/svx/source/dialog/ |
H A D | framelink.cxx | 1002 double fAngle = bVert ? GetVerDiagAngle( rRect ) : GetHorDiagAngle( rRect ); in lclGetDiagLineEnds() local 1006 …ong nTOffs = bTLBR ? GetTLDiagOffset( 0, nDiagOffs, fAngle ) : GetTRDiagOffset( 0, nDiagOffs, fAng… in lclGetDiagLineEnds() 1007 …ong nBOffs = bTLBR ? GetBRDiagOffset( 0, nDiagOffs, fAngle ) : GetBLDiagOffset( 0, nDiagOffs, fAng… in lclGetDiagLineEnds() 1351 long GetTLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetTLDiagOffset() argument 1353 return lclD2L( nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) ); in GetTLDiagOffset() 1356 long GetBLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetBLDiagOffset() argument 1358 return lclD2L( -nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) ); in GetBLDiagOffset() 1361 long GetBRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetBRDiagOffset() argument 1363 return -lclD2L( -nVerOffs / tan( fAngle ) - nDiagOffs / sin( fAngle ) ); in GetBRDiagOffset() 1366 long GetTRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetTRDiagOffset() argument [all …]
|
H A D | framelinkarray.cxx | 258 double fAngle = 0.0; in GetHorDiagAngle() local 273 fAngle = frame::GetHorDiagAngle( nWidth + 1, nHeight + 1 ); in GetHorDiagAngle() 276 return fAngle; in GetHorDiagAngle() 281 double fAngle = GetHorDiagAngle( nCol, nRow, bSimple ); in GetVerDiagAngle() local 282 return (fAngle > 0.0) ? (F_PI2 - fAngle) : 0.0; in GetVerDiagAngle() 1060 double fAngle = mxImpl->GetHorDiagAngle( nFirstCol, nRow ); in DrawRange() local 1081 fAngle = mxImpl->GetHorDiagAngle( nCol, nRow ); in DrawRange() 1090 DiagStyle aLFromBR( GetCellStyleTL( nCol, nRow ), fAngle ); in DrawRange() 1096 DiagStyle aRFromBL( GetCellStyleTR( nCol, nRow ), fAngle ); in DrawRange() 1139 double fAngle = mxImpl->GetVerDiagAngle( nCol, nFirstRow ); in DrawRange() local [all …]
|
H A D | dialcontrol.cxx | 87 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements() local 88 double fSin = sin( fAngle ); in DrawElements() 89 double fCos = cos( fAngle ); in DrawElements() 197 double fAngle = nAngle * F_PI180; in DrawBackground() local 198 long nX = static_cast< long >( -mnCenterX * cos( fAngle ) ); in DrawBackground() 199 long nY = static_cast< long >( mnCenterY * sin( fAngle ) ); in DrawBackground() 468 double fAngle = acos( nX / fH ); in HandleMouseEvent() local 469 sal_Int32 nAngle = static_cast< sal_Int32 >( fAngle / F_PI180 * 100.0 ); in HandleMouseEvent()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | polygontubeprimitive3d.cxx | 232 double fAngle, in getLineJoinSegments() argument 246 const sal_uInt32 nHorSeg(basegfx::fround((fAngle / F_2PI) * (double)nSegments)); in getLineJoinSegments() 251 …segfx::tools::createUnitSphereFillPolyPolygon(nHorSeg, nVerSeg, true, F_PI2, -F_PI2, 0.0, fAngle)); in getLineJoinSegments() 274 const double fMiterAngle(fAngle/2.0); in getLineJoinSegments() 284 const double fSin(sin(-fAngle)); in getLineJoinSegments() 285 const double fCos(cos(-fAngle)); in getLineJoinSegments() 287 const double fMiterSin(bMiter ? sin(-(fAngle/2.0)) : 0.0); in getLineJoinSegments() 288 const double fMiterCos(bMiter ? cos(-(fAngle/2.0)) : 0.0); in getLineJoinSegments() 575 … const double fAngle(acos(aBack.scalar(aForw) / (fForwLen * aBack.getLength()))); // 0.0 .. F_PI2 in impCreate3DDecomposition() local 580 fAngle, in impCreate3DDecomposition()
|
H A D | hatchtextureprimitive3d.cxx | 146 const double fAngle(getHatch().getAngle()); in impCreate3DDecomposition() local 155 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI4); in impCreate3DDecomposition() 161 … texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle - F_PI2); in impCreate3DDecomposition() 167 texture::GeoTexSvxHatch aHatch(aOutlineRange, getHatch().getDistance(), fAngle); in impCreate3DDecomposition()
|
/aoo4110/main/drawinglayer/inc/drawinglayer/texture/ |
H A D | texture.hxx | 126 double fAngle); 152 double fAngle); 207 double fAngle); 235 double fAngle); 263 double fAngle); 293 double fAngle);
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 176 double fAngle = nAngle * F_PI1800; in ImplDrawLinearGradient() local 179 double fDX = fWidth * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient() 180 fHeight * fabs( sin( fAngle ) ); in ImplDrawLinearGradient() 181 double fDY = fHeight * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient() 182 fWidth * fabs( sin( fAngle ) ); in ImplDrawLinearGradient() 428 const double fAngle = nAngle * F_PI1800; in ImplDrawComplexGradient() local 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() 1268 const double fAngle = F_PI1800 * labs( nAngle ); in ImplCalcHatchValues() local 1269 const double fTan = tan( fAngle ); in ImplCalcHatchValues() [all …]
|
/aoo4110/main/basegfx/inc/basegfx/tools/ |
H A D | gradienttools.hxx | 153 double fAngle); 201 double fAngle); 288 double fAngle); 332 double fAngle); 376 double fAngle);
|
/aoo4110/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 77 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local 78 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAngle)); in GradToVec() 100 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local 101 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAngle)); in GradToVec() 124 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local 125 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAngle)); in GradToVec() 159 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local 160 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAngle)); in GradToVec()
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelink.hxx | 197 inline explicit DiagStyle( const Style& rStyle, double fAngle ) : in DiagStyle() argument 198 Style( rStyle ), mfAngle( fAngle ) {} in DiagStyle() 321 SVX_DLLPUBLIC long GetTLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ); 358 long GetBLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ); 378 long GetBRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ); 398 long GetTRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle );
|
H A D | def3d.hxx | 35 #define DEG2RAD(fAngle) (fPiDiv180 * (fAngle)) argument
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | bitmap.cxx | 183 double fAngle = 0.01745329251994 * ( 360 - rDesc.mnOrientation ); in ImplGetBitmap() local 184 double fSin = sin(fAngle); in ImplGetBitmap() 185 double fCos = cos(fAngle); in ImplGetBitmap() 189 fAngle = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetBitmap() 191 fAngle = 360 - fAngle; in ImplGetBitmap() 193 if ( fAngle > 180 ) // wird das bild nach oben oder unten aufgebaut ? in ImplGetBitmap()
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 591 double fAngle(0.0); in createAreaGeometryForEdge() local 602 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge() 608 fAngle + F_PI2, in createAreaGeometryForEdge() 639 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge() 646 fAngle - F_PI2, in createAreaGeometryForEdge() 702 const double fAngle(fabs(rPerpendPrev.angle(rPerpendEdge))); in createAreaGeometryForJoin() local 704 if((F_PI - fAngle) < fMiterMinimumAngle) in createAreaGeometryForJoin() 882 const double fAngle(fabs(aTangentPrev.angle(aTangentEdge))); in createAreaGeometry() local 884 if(fTools::equal(fAngle, F_PI)) in createAreaGeometry()
|
/aoo4110/main/drawinglayer/source/attribute/ |
H A D | fillhatchattribute.cxx | 53 double fAngle, in ImpFillHatchAttribute() argument 60 mfAngle(fAngle), in ImpFillHatchAttribute() 109 double fAngle, in FillHatchAttribute() argument 117 fAngle, in FillHatchAttribute()
|
H A D | fillgradientattribute.cxx | 55 double fAngle, in ImpFillGradientAttribute() argument 64 mfAngle(fAngle), in ImpFillGradientAttribute() 119 double fAngle, in FillGradientAttribute() argument 124 eStyle, fBorder, fOffsetX, fOffsetY, fAngle, rStartColor, rEndColor, nSteps)) in FillGradientAttribute()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | fillhatchprimitive2d.cxx | 55 const double fAngle(getFillHatch().getAngle()); in create2DDecomposition() local 77 texture::GeoTexSvxHatch aHatch(getObjectRange(), fDistance, fAngle - F_PI4); in create2DDecomposition() 85 texture::GeoTexSvxHatch aHatch(getObjectRange(), fDistance, fAngle - F_PI2); in create2DDecomposition() 93 texture::GeoTexSvxHatch aHatch(getObjectRange(), fDistance, fAngle); in create2DDecomposition()
|
/aoo4110/main/svx/source/sidebar/possize/ |
H A D | SidebarDialControlBmp.cxx | 56 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements() local 57 double fSin = sin( fAngle ); in DrawElements() 58 double fCos = cos( fAngle ); in DrawElements()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgmarkernode.cxx | 172 double fAngle(0.0); in parseAttribute() local 174 if(readAngle(aContent, nPos, fAngle, nLen)) in parseAttribute() 176 setAngle(fAngle); in parseAttribute()
|
H A D | svgtools.cxx | 567 …bool readAngle(const rtl::OUString& rCandidate, sal_Int32& nPos, double& fAngle, const sal_Int32 n… in readAngle() argument 569 if(readNumber(rCandidate, nPos, fAngle, nLen)) in readAngle() 614 fAngle *= F_PI / 180.0; in readAngle() 619 fAngle *= F_PI / 200.0; in readAngle() 1141 double fAngle(0.0); in readTransform() local 1143 if(readAngle(rCandidate, nPos, fAngle, nLen)) in readTransform() 1160 … aMatrix = aMatrix * basegfx::tools::createRotateAroundPoint(fX, fY, fAngle); in readTransform() 1165 … aMatrix = aMatrix * basegfx::tools::createRotateB2DHomMatrix(fAngle); in readTransform()
|
/aoo4110/main/chart2/source/view/charttypes/ |
H A D | PieChart.cxx | 213 double fAngle = fUnitCircleStartAngleDegree + fUnitCircleWidthAngleDegree/2.0; in createDataPoint() local 216 …drawing::Position3D aNewOrigin = m_pPosHelper->transformUnitCircleToScene( fAngle, fRadius, fLogic… in createDataPoint() 541 double fAngle = fUnitCircleStartAngleDegree + fUnitCircleWidthAngleDegree/2.0; in createShapes() local 543 …drawing::Position3D aOrigin = m_pPosHelper->transformUnitCircleToScene( fAngle, fUnitCircleOuterRa… in createShapes() 544 …awing::Position3D aNewOrigin = m_pPosHelper->transformUnitCircleToScene( fAngle, fUnitCircleOuterR… in createShapes()
|
/aoo4110/main/xmloff/source/forms/ |
H A D | controlpropertyhdl.cxx | 361 float fAngle = 0; in exportXML() local 362 sal_Bool bSuccess = (_rValue >>= fAngle); in exportXML() 367 SvXMLUnitConverter::convertDouble(sValue, ((double)fAngle) / 10); in exportXML()
|