Searched refs:aGeoStat (Results 1 – 5 of 5) sorted by relevance
/trunk/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 1276 GeoStat aGeoStat(GetGeoStat()); in DoConvertToPolyObj() local 1278 if(aGeoStat.nShearWink) in DoConvertToPolyObj() 1280 aGeoStat.RecalcTan(); in DoConvertToPolyObj() 1281 pGrp->NbcShear(aRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoConvertToPolyObj() 1284 if(aGeoStat.nDrehWink) in DoConvertToPolyObj() 1286 aGeoStat.RecalcSinCos(); in DoConvertToPolyObj() 1287 … pGrp->NbcRotate(aRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoConvertToPolyObj()
|
H A D | svdotext.cxx | 1830 GeoStat aGeoStat; in TRSetBaseGeometry() local 1831 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry() 1832 aGeoStat.RecalcTan(); in TRSetBaseGeometry() 1833 Shear(Point(), aGeoStat.nShearWink, aGeoStat.nTan, sal_False); in TRSetBaseGeometry() 1839 GeoStat aGeoStat; in TRSetBaseGeometry() local 1844 aGeoStat.nDrehWink = NormAngle360(FRound(-fRotate / F_PI18000)); in TRSetBaseGeometry() 1845 aGeoStat.RecalcSinCos(); in TRSetBaseGeometry() 1846 Rotate(Point(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in TRSetBaseGeometry()
|
H A D | svdedtv2.cxx | 2111 GeoStat aGeoStat(pGraf ? pGraf->GetGeoStat() : pOle2->GetGeoStat()); in DoImportMarkedMtf() local 2114 if(aGeoStat.nShearWink) in DoImportMarkedMtf() 2116 aGeoStat.RecalcTan(); in DoImportMarkedMtf() 2119 if(aGeoStat.nDrehWink) in DoImportMarkedMtf() 2121 aGeoStat.RecalcSinCos(); in DoImportMarkedMtf() 2133 if(aGeoStat.nShearWink) in DoImportMarkedMtf() 2135 … pCandidate->NbcShear(aLogicRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoImportMarkedMtf() 2138 if(aGeoStat.nDrehWink) in DoImportMarkedMtf() 2140 … pCandidate->NbcRotate(aLogicRect.TopLeft(), aGeoStat.nDrehWink, aGeoStat.nSin, aGeoStat.nCos); in DoImportMarkedMtf()
|
H A D | svdoashp.cxx | 2279 GeoStat aGeoStat( pObj->GetGeoStat() ); in DragResizeCustomShape() local 2284 if ( pObj->aGeo.nShearWink ) ShearPoint( aNewPos, aOld.TopLeft(), aGeoStat.nTan ); in DragResizeCustomShape() 2285 if ( pObj->aGeo.nDrehWink ) RotatePoint(aNewPos, aOld.TopLeft(), aGeoStat.nSin, aGeoStat.nCos ); in DragResizeCustomShape() 3353 GeoStat aGeoStat; in TRSetBaseGeometry() local 3357 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry() 3358 aGeoStat.RecalcTan(); in TRSetBaseGeometry() 3359 Shear(Point(), aGeoStat.nShearWink, aGeoStat.nTan, sal_False); in TRSetBaseGeometry() 3365 GeoStat aGeoStat; in TRSetBaseGeometry() local 3370 aGeoStat.nDrehWink = NormAngle360(FRound(-fRotate / F_PI18000)); in TRSetBaseGeometry() 3371 aGeoStat.RecalcSinCos(); in TRSetBaseGeometry() [all …]
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1172 const GeoStat aGeoStat( ((SdrObjCustomShape*)pCustomShapeObj)->GetGeoStat() ); in GetHandlePosition() local 1173 if ( aGeoStat.nShearWink ) in GetHandlePosition() 1175 double nTan = aGeoStat.nTan; in GetHandlePosition() 1217 const GeoStat aGeoStat( ((SdrObjCustomShape*)pCustomShapeObj)->GetGeoStat() ); in SetHandleControllerPosition() local 1218 if ( aGeoStat.nShearWink ) in SetHandleControllerPosition() 1220 double nTan = -aGeoStat.nTan; in SetHandleControllerPosition()
|
Completed in 59 milliseconds