Searched refs:EscDirToAngle (Results 1 – 2 of 2) sorted by relevance
158 long SdrGluePoint::EscDirToAngle(sal_uInt16 nEsc) const in EscDirToAngle() function in SdrGluePoint191 if ((nEscDir0&SDRESC_LEFT )!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_LEFT )+nWink); in Rotate()192 if ((nEscDir0&SDRESC_TOP )!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_TOP )+nWink); in Rotate()193 if ((nEscDir0&SDRESC_RIGHT )!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_RIGHT )+nWink); in Rotate()194 if ((nEscDir0&SDRESC_BOTTOM)!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_BOTTOM)+nWink); in Rotate()221 long nEW=EscDirToAngle(SDRESC_LEFT); in Mirror()226 long nEW=EscDirToAngle(SDRESC_TOP); in Mirror()231 long nEW=EscDirToAngle(SDRESC_RIGHT); in Mirror()236 long nEW=EscDirToAngle(SDRESC_BOTTOM); in Mirror()
105 long EscDirToAngle(sal_uInt16 nEsc) const;
Completed in 48 milliseconds