Searched refs:EscDirToAngle (Results 1 – 2 of 2) sorted by relevance
157 long SdrGluePoint::EscDirToAngle(sal_uInt16 nEsc) const in EscDirToAngle() function in SdrGluePoint190 if ((nEscDir0&SDRESC_LEFT )!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_LEFT )+nWink); in Rotate()191 if ((nEscDir0&SDRESC_TOP )!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_TOP )+nWink); in Rotate()192 if ((nEscDir0&SDRESC_RIGHT )!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_RIGHT )+nWink); in Rotate()193 if ((nEscDir0&SDRESC_BOTTOM)!=0) nEscDir1|=EscAngleToDir(EscDirToAngle(SDRESC_BOTTOM)+nWink); in Rotate()220 long nEW=EscDirToAngle(SDRESC_LEFT); in Mirror()225 long nEW=EscDirToAngle(SDRESC_TOP); in Mirror()230 long nEW=EscDirToAngle(SDRESC_RIGHT); in Mirror()235 long nEW=EscDirToAngle(SDRESC_BOTTOM); in Mirror()
104 long EscDirToAngle(sal_uInt16 nEsc) const;
Completed in 19 milliseconds