Searched refs:nRot180 (Results 1 – 2 of 2) sorted by relevance
1330 long nRot180 = nAttrRotate % 18000; // 1/100 Grad in GetRotateDir() local1331 if ( nRot180 == 9000 ) in GetRotateDir()1333 else if ( ( eRotMode == SVX_ROTATE_MODE_TOP && nRot180 < 9000 ) || in GetRotateDir()1334 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nRot180 > 9000 ) ) in GetRotateDir()
681 long nRot180 = nAttrRotate % 18000; // 1/100 Grad in lcl_GetRotateDir() local682 if ( nRot180 == 9000 ) in lcl_GetRotateDir()684 else if ( ( eRotMode == SVX_ROTATE_MODE_TOP && nRot180 < 9000 ) || in lcl_GetRotateDir()685 ( eRotMode == SVX_ROTATE_MODE_BOTTOM && nRot180 > 9000 ) ) in lcl_GetRotateDir()
Completed in 51 milliseconds