Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1330 long nRot180 = nAttrRotate % 18000; // 1/100 Grad in GetRotateDir() local
1331 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()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx681 long nRot180 = nAttrRotate % 18000; // 1/100 Grad in lcl_GetRotateDir() local
682 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 37 milliseconds