Home
last modified time | relevance | path

Searched refs:nTan (Results 1 – 23 of 23) sorted by path

/trunk/extras/l10n/source/ca-XV/
H A Dlocalize.sdf17466 …ns.\nEn fer l'actualització en línia no es transfereixen dades personals.\nTan prompte com aparega…
/trunk/extras/l10n/source/ca/
H A Dlocalize.sdf17466 …ns.\nEn fer l'actualització en línia no es transfereixen dades personals.\nTan aviat com aparegui …
/trunk/extras/l10n/source/tr/
H A Dlocalize.sdf640 …}' sunucusu bir ya da daha fazla tanımlama bilgisi ayarlanmasını istiyor.\nTanımlama bilgileri, be…
643 …gönderilecek olan '${HOST}' sunucusu için tanımlama bilgilerini kaydetti.\nTanımlama bilgileri, be…
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1986 ShearPoint( aRelPoint, aLogRect.TopLeft(), -rGeo.nTan ); in GetHitIMapObject()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx1168 ShearPoint( aRelPoint, rRect.TopLeft(), -rGeo.nTan ); in GetHitIMapObject()
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx223 double nTan; // tan(nShearWink) member in GeoStat
228 GeoStat(): nDrehWink(0),nShearWink(0),nTan(0.0),nSin(0.0),nCos(1.0),bMirrored(false) {} in GeoStat()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1175 double nTan = aGeoStat.nTan; in GetHandlePosition() local
1177 nTan = -nTan; in GetHandlePosition()
1178 …hearPoint( rReturnPosition, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan ); in GetHandlePosition()
1220 double nTan = -aGeoStat.nTan; in SetHandleControllerPosition() local
1222 nTan = -nTan; in SetHandleControllerPosition()
1223 ShearPoint( aP, Point( aLogicRect.GetWidth() / 2, aLogicRect.GetHeight() / 2 ), nTan ); in SetHandleControllerPosition()
H A DEnhancedCustomShapeEngine.cxx309 double nTan = rGeoStat.nTan; in REF() local
313 nTan = -nTan; in REF()
315 pRenderedShape->Shear( pSdrObjCustomShape->GetSnapRect().Center(), nShearWink, nTan, sal_False); in REF()
392 double nTan = rGeoStat.nTan; in getLineGeometry() local
396 nTan = -nTan; in getLineGeometry()
398 pObj->Shear( aRect.Center(), nShearWink, nTan, sal_False); in getLineGeometry()
/trunk/main/svx/source/svdraw/
H A Dsvddrgm1.hxx97 double nTan; member in SdrDragShear
H A Dsvddrgmt.cxx2277 nTan(0.0), in SdrDragShear()
2349 aRetval.shearY(-nTan); in getCurrentTransformation()
2354 aRetval.shearX(-nTan); in getCurrentTransformation()
2470 nTan=nTan1; in MoveSdrDrag()
H A Dsvdedtv1.cxx500 double nTan=tan(nWink*nPi180); in ShearMarkedObj() local
512 pO->Shear(rRef,nWink,nTan,bVShear); in ShearMarkedObj()
H A Dsvdedtv2.cxx2135 … pCandidate->NbcShear(aLogicRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoImportMarkedMtf()
H A Dsvdoashp.cxx2042 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
2086 double fTan = aGeo.nTan; in ImpCheckCustomGluePointsAreAdded()
2284 if ( pObj->aGeo.nShearWink ) ShearPoint( aNewPos, aOld.TopLeft(), aGeoStat.nTan ); in DragResizeCustomShape()
3359 Shear(Point(), aGeoStat.nShearWink, aGeoStat.nTan, sal_False); in TRSetBaseGeometry()
H A Dsvdobj.cxx2126 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr() local
2127 NbcShear(aRef1,n,nTan,sal_False); in NbcApplyNotPersistAttr()
2147 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr() local
2148 NbcShear(aRef1,n,nTan,sal_False); in NbcApplyNotPersistAttr()
2152 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr() local
2153 NbcShear(aRef1,n,nTan,sal_True); in NbcApplyNotPersistAttr()
H A Dsvdocirc.cxx460 ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
515 ShearPoint(aPt,aRect.TopLeft(),-aGeo.nTan); in applySpecialDrag()
907 ShearPoint(aTmpPt1,aRect.TopLeft(),aGeo.nTan); in NbcMirror()
908 ShearPoint(aTmpPt2,aRect.TopLeft(),aGeo.nTan); in NbcMirror()
922 ShearPoint(aTmpPt1,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror()
923 ShearPoint(aTmpPt2,aRect.TopLeft(),-aGeo.nTan); // -tan fuer Umkehrung in NbcMirror()
1010 long nDst=Round((rRect.Bottom()-rRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
H A Dsvdograf.cxx1281 pGrp->NbcShear(aRect.TopLeft(), aGeoStat.nShearWink, aGeoStat.nTan, false); in DoConvertToPolyObj()
H A Dsvdorect.cxx160 if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan); in ImpCalcXPoly()
220 long nDst=Round((aRect.Bottom()-aRect.Top())*aGeo.nTan); in TakeUnrotatedSnapRect()
364 ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
549 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetVertexGluePoint()
575 if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan); in GetCornerGluePoint()
H A Dsvdotext.cxx516 aGeo.nTan=0; in ImpCheckShear()
1273 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in TakeXorPoly()
1313 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in RecalcSnapRect()
1336 if (aGeo.nShearWink!=0) ShearPoint(aP,aRect.TopLeft(),aGeo.nTan); in GetSnapPoint()
1833 Shear(Point(), aGeoStat.nShearWink, aGeoStat.nTan, sal_False); in TRSetBaseGeometry()
H A Dsvdotxdr.cxx74 if (aGeo.nShearWink!=0) ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan); in GetHdl()
103 if (aGeo.nShearWink!=0) ShearPoint(aPos,aTmpRect.TopLeft(),-aGeo.nTan); in ImpDragCalcRect()
177 ShearPoint(aNewPos,aRect.TopLeft(),aGeo.nTan); in applySpecialDrag()
H A Dsvdouno.cxx371 aGeo.nTan = 0.0; in NbcResize()
H A Dsvdtrans.cxx588 nTan=0.0; in RecalcTan()
591 nTan=tan(a); in RecalcTan()
605 if (rGeo.nShearWink!=0) ShearPoly(aPol,rRect.TopLeft(),rGeo.nTan); in Rect2Poly()
/trunk/main/svx/source/tbxctrls/
H A Dgrafctrl.cxx1059 aGeo.nTan); in ExecuteGrafAttr()
1060 ShearPoint(aOffset, Point(0,0), aGeo.nTan); in ExecuteGrafAttr()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2546 double nTan=tan(nShear*nPi180); in setPropertyValueImpl() local
2547 mpObj->Shear(aRef1,nShear,nTan,sal_False); in setPropertyValueImpl()

Completed in 2920 milliseconds