Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdglue.cxx157 long SdrGluePoint::EscDirToAngle(sal_uInt16 nEsc) const in EscDirToAngle() function in SdrGluePoint
190 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()
/trunk/main/svx/inc/svx/
H A Dsvdglue.hxx104 long EscDirToAngle(sal_uInt16 nEsc) const;

Completed in 15 milliseconds