/aoo41x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 128 RotatePoint(rPoly[i],rRef,sn,cs); in RotatePoly() 136 RotatePoint(rPoly[i],rRef,sn,cs); in RotateXPoly() 144 RotatePoly(rPoly[i],rRef,sn,cs); in RotatePoly() 152 RotateXPoly(rPoly[i],rRef,sn,cs); in RotateXPoly() 287 double sn=sin(nWink); in CrookRotateXPoint() local 289 RotatePoint(rPnt,rCenter,sn,cs); in CrookRotateXPoint() 306 RotatePoint(*pC1,rCenter,sn,cs); in CrookRotateXPoint() 326 rSin=sn; in CrookRotateXPoint() 367 double sn=sin(nWink); in CrookSlantXPoint() local 369 RotatePoint(rPnt,rCenter,sn,cs); in CrookSlantXPoint() [all …]
|
H A D | svdogrp.cxx | 492 void SdrObjGroup::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 495 RotatePoint(aRefPoint,rRef,sn,cs); in NbcRotate() 500 pObj->NbcRotate(rRef,nWink,sn,cs); in NbcRotate() 502 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate() 659 void SdrObjGroup::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument 664 RotatePoint(aRefPoint,rRef,sn,cs); in Rotate() 671 if (pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate() 675 if (!pObj->IsEdgeObj()) pObj->Rotate(rRef,nWink,sn,cs); in Rotate() 677 NbcRotateGluePoints(rRef,nWink,sn,cs); in Rotate()
|
H A D | svdotxtr.cxx | 255 void SdrTextObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 261 RotatePoint(aP,rRef,sn,cs); in NbcRotate() 268 aGeo.nSin=sn; in NbcRotate() 275 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate()
|
H A D | svdovirt.cxx | 391 void SdrVirtObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 393 rRefObj.NbcRotate(rRef-aAnchor,nWink,sn,cs); in NbcRotate() 433 void SdrVirtObj::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument 437 rRefObj.Rotate(rRef-aAnchor,nWink,sn,cs); in Rotate()
|
H A D | svdglue.cxx | 178 void SdrGluePoint::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pOb… in Rotate() argument 181 RotatePoint(aPt,rRef,sn,cs); in Rotate() 375 void SdrGluePointList::Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject*… in Rotate() argument 379 GetObject(nNum)->Rotate(rRef,nWink,sn,cs,pObj); in Rotate()
|
H A D | svdobj.cxx | 1493 void SdrObject::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 1498 if (sn==1.0 && cs==0.0) { // 90deg in NbcRotate() 1503 } else if (sn==0.0 && cs==-1.0) { // 180deg in NbcRotate() 1508 } else if (sn==-1.0 && cs==0.0) { // 270deg in NbcRotate() 1517 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate() 1583 void SdrObject::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument 1588 NbcRotate(rRef,nWink,sn,cs); in Rotate() 2381 void SdrObject::NbcRotateGluePoints(const Point& rRef, long nWink, double sn, double cs) in NbcRotateGluePoints() argument 2388 pGPL->Rotate(rRef,nWink,sn,cs,this); in NbcRotateGluePoints()
|
H A D | svdorect.cxx | 503 void SdrRectObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 505 SdrTextObj::NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | scene3d.cxx | 649 void E3dScene::RotateScene (const Point& rRef, long /*nWink*/, double sn, double cs) in RotateScene() argument 670 if (sn==1.0 && cs==0.0) { // 90deg in RotateScene() 673 } else if (sn==0.0 && cs==-1.0) { // 180deg in RotateScene() 676 } else if (sn==-1.0 && cs==0.0) { // 270deg in RotateScene() 685 NewCenter.X() = (long) (Center.X() * cs - Center.Y() * sn); in RotateScene() 686 NewCenter.Y() = (long) (Center.X() * sn + Center.Y() * cs); in RotateScene() 753 void E3dScene::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument 767 RotateScene (rRef, nWink, sn, cs); // Rotiert die Szene in NbcRotate() 775 …NbcRotateGluePoints(rRef,nWink,sn,cs); // Rotiert die Klebepunkte (die haben noch Koordinaten rel… in NbcRotate()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 74 inline void RotatePoint(Point& rPnt, const Point& rRef, double sn, double cs); 75 SVX_DLLPUBLIC void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs); 76 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs); 77 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs); 78 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs); 132 inline void RotatePoint(Point& rPnt, const Point& rRef, double sn, double cs) in RotatePoint() argument 136 rPnt.X()=Round(rRef.X()+dx*cs+dy*sn); in RotatePoint() 137 rPnt.Y()=Round(rRef.Y()+dy*cs-dx*sn); in RotatePoint()
|
H A D | svdogrp.hxx | 93 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs); 103 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs);
|
H A D | svdovirt.hxx | 110 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs); 116 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
|
H A D | svdglue.hxx | 106 void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* pObj); 136 …void Rotate(const Point& rRef, long nWink, double sn, double cs, const SdrObject* p…
|
H A D | scene3d.hxx | 221 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs); 222 void RotateScene(const Point& rRef, long nWink, double sn, double cs);
|
H A D | svdobj.hxx | 776 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs); 782 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs); 939 void NbcRotateGluePoints(const Point& rRef, long nWink, double sn, double cs);
|
/aoo41x/main/svtools/source/filter/ |
H A D | sgvmain.cxx | 123 x1=dx*cs-dy*sn; in RotatePoint() 124 y1=dy*cs+dx*sn; in RotatePoint() 135 x1=dx*cs-dy*sn; in RotatePoint() 136 y1=dy*cs+dx*sn; in RotatePoint() 577 double sn,cs; in Draw() local 578 sn=sin(double(DrehWink)*3.14159265359/18000); in Draw() 585 RotatePoint(aPts[i],Pos1.x,Pos1.y,sn,cs); in Draw() 759 double sn,cs; in Draw() local 762 sn=sin(double(StartWink)*3.14159265359/18000); in Draw() 764 RotatePoint(a,Center.x,Center.y,sn,cs); in Draw() [all …]
|
H A D | sgvtext.cxx | 1053 double sn,cs; in Draw() local 1078 sn=0.0; in Draw() 1081 sn=sin(double(DrehWink)*3.14159265359/18000); in Draw() 1105 FormatLine(Buf,Index2,T,T2,xSize,xSAdj,xLine,l,sn,cs,cLine,LineFit); in Draw() 1141 if (DrehWink!=0) RotatePoint(Pos,Pos1.x,Pos1.y,sn,cs); in Draw()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/ |
H A D | ScriptNode.java | 113 private ScriptNode sn; field in ScriptNode.StringProperty 115 public StringProperty(ScriptNode sn, String name, String value) { in StringProperty() argument 118 this.sn = sn; in StringProperty()
|
/aoo41x/main/solenv/prj/ |
H A D | build.lst | 1 sn solenv : NULL 2 sn solenv usr1 - all sn_mkout NULL 3 sn solenv nmake - all sn_init NULL
|
/aoo41x/main/officecfg/registry/schema/ |
H A D | oo-ldap-attr-map.properties | 25 # person.sn 26 org.openoffice.UserProfile/Data/sn = sn
|
/aoo41x/main/sw/inc/ |
H A D | dcontact.hxx | 332 virtual void NbcRotate(const Point& rRef, long nWink, double sn, double cs); 337 virtual void Rotate(const Point& rRef, long nWink, double sn, double cs);
|
/aoo41x/main/svtools/source/inc/ |
H A D | sgvmain.hxx | 308 void RotatePoint(PointType& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs); 309 void RotatePoint(Point& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
|
/aoo41x/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Startup.java | 516 CGSessionName sn = new CGSessionName(); in prepareSessionLists() local 517 sn.cp_Name = resources.resSessionNameNone; in prepareSessionLists() 518 settings.cp_SavedSessions.add(0, sn); in prepareSessionLists()
|
/aoo41x/test/testuno/source/fvt/uno/sd/file/ |
H A D | CheckFileProperties.java | 97 String sn = (String)nameAcc.getByName("sn"); in getUserName() local 99 if(givenname.length() == 0) name = sn; in getUserName() 100 else name = givenname+" "+sn; in getUserName()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 1363 String sn; in ReadShapeObject() local 1403 sn=aToken; in ReadShapeObject() 1409 if (sn.EqualsAscii("shapeType")) in ReadShapeObject() 1413 } else if (sn.EqualsAscii("fFilled")) in ReadShapeObject() 1417 } else if (sn.EqualsAscii("fLine")) in ReadShapeObject() 1420 } else if (sn.EqualsAscii("lineWidth")) in ReadShapeObject() 1424 } else if (sn.EqualsAscii("fillColor")) in ReadShapeObject() 1428 }else if (sn.EqualsAscii("txflTextFlow")) in ReadShapeObject() 1432 else if (sn.EqualsAscii("wzDescription")) in ReadShapeObject() 1436 else if(sn.EqualsAscii("wzName")) in ReadShapeObject()
|
/aoo41x/main/wizards/com/sun/star/wizards/text/ |
H A D | TextDocument.java | 397 Object sn = xNA.getByName("sn"); in setWizardTemplateDocInfo() local 398 String fullname = gn + PropertyNames.SPACE + sn; in setWizardTemplateDocInfo()
|