Home
last modified time | relevance | path

Searched refs:fAngle (Results 26 – 50 of 55) sorted by relevance

123

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1275 double fAngle = F_PI * nAngle / 1800; in Rotate() local
1276 double fSin = sin(fAngle); in Rotate()
1277 double fCos = cos(fAngle); in Rotate()
2016 double fAngle = F_PI * nAngle / 1800; in Rotate() local
2017 double fSin = sin(fAngle); in Rotate()
2018 double fCos = cos(fAngle); in Rotate()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx100 const double fAngle(atan2(aLine.getY(), aLine.getX())); in create2DDecomposition() local
104 basegfx::tools::createShearXRotateTranslateB2DHomMatrix(0.0, fAngle, getStart())); in create2DDecomposition()
111 double fTestAngle(fAngle); in create2DDecomposition()
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx96 double fAngle = 0.0; in convertTitlePos() local
98 aTitleProp.getProperty( fAngle, PROP_TextRotation ); in convertTitlePos()
102 aLayoutConv.convertFromModel( xTitleShape, fAngle ); in convertTitlePos()
H A Dobjectformatter.cxx1136 …double fAngle = static_cast< double >( bStacked ? 0 : rxTextProp->getTextProperties().moRotation.g… in convertTextRotation() local
1137 fAngle = getDoubleIntervalValue< double >( -fAngle / 60000.0, 0.0, 360.0 ); in convertTextRotation()
1138 rPropSet.setProperty( PROP_TextRotation, fAngle ); in convertTextRotation()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControl.cxx71 double fAngle = acos( nX / fH ); in HandleMouseEvent() local
72 sal_Int32 nAngle = static_cast< sal_Int32 >( fAngle / F_PI180 * 100.0 ); in HandleMouseEvent()
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx905 double ThreeDHelper::getValueClippedToRange( double fAngle, const double& fPositivLimit ) in getValueClippedToRange() argument
907 if( fAngle<-1*fPositivLimit ) in getValueClippedToRange()
908 fAngle=-1*fPositivLimit; in getValueClippedToRange()
909 else if( fAngle>fPositivLimit ) in getValueClippedToRange()
910 fAngle=fPositivLimit; in getValueClippedToRange()
911 return fAngle; in getValueClippedToRange()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgmarkernode.hxx109 void setAngle(double fAngle = 0.0) { mfAngle = fAngle; mbOrientAuto = false; } in setAngle() argument
H A Dsvgtools.hxx204 …bool readAngle(const rtl::OUString& rCandidate, sal_Int32& nPos, double& fAngle, const sal_Int32 n…
/trunk/main/sc/source/filter/excel/
H A Dxlchart.cxx973 double fAngle = 0.0; in ReadRotationProperties() local
974 rPropSet.GetProperty( fAngle, EXC_CHPROP_TEXTROTATION ); in ReadRotationProperties()
977 XclTools::GetXclRotation( static_cast< sal_Int32 >( fAngle * 100.0 + 0.5 ) ); in ReadRotationProperties()
1186 double fAngle = XclTools::GetScRotation( nRotation, 0 ) / 100.0; in WriteRotationProperties() local
1187 rPropSet.SetProperty( EXC_CHPROP_TEXTROTATION, fAngle ); in WriteRotationProperties()
/trunk/main/tools/source/generic/
H A Dpoly2.cxx520 const double fAngle = F_PI1800 * nAngle10; in Rotate() local
521 Rotate( rCenter, sin( fAngle ), cos( fAngle ) ); in Rotate()
H A Db3dtrans.cxx918 void B3dCamera::SetBankAngle(double fAngle) in SetBankAngle() argument
920 if(fAngle != fBankAngle) in SetBankAngle()
923 fBankAngle = fAngle; in SetBankAngle()
H A Dpoly.cxx1290 const double fAngle = F_PI1800 * nAngle10; in Rotate() local
1291 Rotate( rCenter, sin( fAngle ), cos( fAngle ) ); in Rotate()
/trunk/main/svx/source/engine3d/
H A Dcamera3d.cxx164 void Camera3D::SetBankAngle(double fAngle) in SetBankAngle() argument
168 fBankAngle = fAngle; in SetBankAngle()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1143 double fAngle; in GetHandlePosition() local
1146 GetParameter( fAngle, aHandle.aPosition.Second, sal_False, sal_False ); in GetHandlePosition()
1148 double a = ( 360.0 - fAngle ) * F_PI180; in GetHandlePosition()
1251 double fXRef, fYRef, fAngle; in SetHandleControllerPosition() local
1255 fAngle = -( atan2( -fPos2 + fYRef, ( ( fDX == 0.0L ) ? 0.000000001 : fDX ) ) / F_PI180 ); in SetHandleControllerPosition()
1276 SetAdjustValueAsDouble( fAngle, nSecondAdjustmentValue ); in SetHandleControllerPosition()
H A DEnhancedCustomShapeFontWork.cxx714 double fAngle = atan2( -fvx, -fvy ); in FitTextOutlinesToShapeOutlines() local
721 …aBoundRect.Center().X(), aParagraphIter->aBoundRect.Center().Y() ), sin( fAngle ), cos( fAngle ) ); in FitTextOutlinesToShapeOutlines()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx242 const double fAngle(aPrev.angle(aNext)); in create3DDecomposition() local
247 if(F_PI - fabs(fAngle) > F_PI * 0.1) in create3DDecomposition()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx414 …Polygon rotateAroundPoint(const B2DPolyPolygon& rCandidate, const B2DPoint& rCenter, double fAngle) in rotateAroundPoint() argument
423 aRetval.append(rotateAroundPoint(aCandidate, rCenter, fAngle)); in rotateAroundPoint()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx69 double fAngle,
H A Dfillgradientattribute.hxx74 double fAngle,
/trunk/main/svx/inc/svx/
H A Dcamera3d.hxx76 void SetBankAngle(double fAngle);
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolypolygontools.hxx223 …olygon rotateAroundPoint(const B2DPolyPolygon& rCandidate, const B2DPoint& rCenter, double fAngle);
H A Db2dpolygontools.hxx375 …B2DPolygon rotateAroundPoint(const B2DPolygon& rCandidate, const B2DPoint& rCenter, double fAngle);
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx333 void SetBankAngle(double fAngle);
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx2164 double fAngle = static_cast<SdrObjCustomShape*>(mpObj.get())->GetObjectRotation(); in getPropertyValueImpl() local
2165 fAngle *= 100; in getPropertyValueImpl()
2166 rValue <<= (sal_Int32)fAngle; in getPropertyValueImpl()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx843 …ffer& rLine, const Point& rAlignOffset, const Matrix3& rRotScale, double fAngle, double fXScale, d…
844 …>& rGlyphs, rtl::OStringBuffer& rLine, const Point& rAlignOffset, double fAngle, double fXScale, d…

Completed in 140 milliseconds

123