Home
last modified time | relevance | path

Searched refs:fAngle (Results 1 – 25 of 55) sorted by last modified time

123

/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/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 Dpoly.cxx1290 const double fAngle = F_PI1800 * nAngle10; in Rotate() local
1291 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()
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx76 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
77 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAngle)); in GradToVec()
99 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
100 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAngle)); in GradToVec()
123 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
124 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAngle)); in GradToVec()
158 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
159 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAngle)); in GradToVec()
/trunk/main/svx/source/customshapes/
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()
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()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1023 const double fAngle = F_PI1800 * nAngle10; in Rotate() local
1024 const double fSin = sin( fAngle ); in Rotate()
1025 const double fCos = cos( fAngle ); in Rotate()
H A Dpdfwriter_impl.cxx7137 double fAngle, in drawVerticalGlyphs() argument
7192 aMat.rotate( fAngle+fDeltaAngle ); in drawVerticalGlyphs()
7214 double fAngle, in drawHorizontalGlyphs() argument
7253 if( nRun == 0 && fAngle == 0.0 && fXScale == 1.0 && fSkew == 0.0 ) in drawHorizontalGlyphs()
7263 aMat.rotate( fAngle ); in drawHorizontalGlyphs()
7385 double fAngle = (double)nAngle * M_PI / 1800.0; in drawLayout() local
7389 if( fAngle != 0.0 ) in drawLayout()
7390 aRotScale.rotate( -fAngle ); in drawLayout()
7547 …drawVerticalGlyphs( aGlyphs, aLine, aAlignOffset, aRotScale, fAngle, fXScale, fSkew, nFontHeight ); in drawLayout()
8397 double fAngle = (double)m_aCurrentPDFState.m_aFont.GetOrientation() * M_PI / 1800.0; in drawTextLine() local
[all …]
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…
H A Doutdev4.cxx176 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 …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx361 float fAngle = 0; in exportXML() local
362 sal_Bool bSuccess = (_rValue >>= fAngle); in exportXML()
367 SvXMLUnitConverter::convertDouble(sValue, ((double)fAngle) / 10); in exportXML()
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx270 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 …]
/trunk/main/tools/inc/tools/
H A Db3dtrans.hxx333 void SetBankAngle(double fAngle);
/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/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()
H A DSidebarDialControlBmp.cxx56 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements() local
57 double fSin = sin( fAngle ); in DrawElements()
58 double fCos = cos( fAngle ); in DrawElements()
/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/svx/source/engine3d/
H A Dcamera3d.cxx164 void Camera3D::SetBankAngle(double fAngle) in SetBankAngle() argument
168 fBankAngle = fAngle; in SetBankAngle()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1002 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 Dframelinkarray.cxx258 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 Ddialcontrol.cxx87 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()
/trunk/main/svx/inc/svx/
H A Dframelink.hxx197 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 Ddef3d.hxx35 #define DEG2RAD(fAngle) (fPiDiv180 * (fAngle)) argument
H A Dcamera3d.hxx76 void SetBankAngle(double fAngle);

Completed in 284 milliseconds

123