Home
last modified time | relevance | path

Searched refs:EscDirToAngle (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/svdraw/
H A Dsvdglue.cxx158 long SdrGluePoint::EscDirToAngle(sal_uInt16 nEsc) const in EscDirToAngle() function in SdrGluePoint
191 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()
/aoo4110/main/svx/inc/svx/
H A Dsvdglue.hxx105 long EscDirToAngle(sal_uInt16 nEsc) const;

Completed in 29 milliseconds