Home
last modified time | relevance | path

Searched refs:nRealOrient (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx356 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize() local
357 double nCosAbs = fabs( cos( nRealOrient ) ); in GetNeededSize()
358 double nSinAbs = fabs( sin( nRealOrient ) ); in GetNeededSize()
523 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize() local
524 double nCosAbs = fabs( cos( nRealOrient ) ); in GetNeededSize()
525 double nSinAbs = fabs( sin( nRealOrient ) ); in GetNeededSize()
H A Dtable2.cxx1479 double nRealOrient = nRotVal * F_PI18000; // 1/100 Grad in FillMaxRot() local
1480 double nCos = cos( nRealOrient ); in FillMaxRot()
1481 double nSin = sin( nRealOrient ); in FillMaxRot()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2016 double nRealOrient = nAttrRotate * F_PI18000; // 1/100th degrees in lcl_GetEditSize() local
2017 double nAbsCos = fabs( cos( nRealOrient ) ); in lcl_GetEditSize()
2018 double nAbsSin = fabs( sin( nRealOrient ) ); in lcl_GetEditSize()
3221 double nRealOrient = nAttrRotate * F_PI18000; // 1/100 Grad in DrawRotated() local
3222 nCos = cos( nRealOrient ); in DrawRotated()
3223 nSin = sin( nRealOrient ); in DrawRotated()
H A Doutput.cxx1497 double nRealOrient = nLayoutSign * nAttrRotate * F_PI18000; // 1/100th degrees in DrawRotatedFrame() local
1498 double nCos = cos( nRealOrient ); in DrawRotatedFrame()
1499 double nSin = sin( nRealOrient ); in DrawRotatedFrame()

Completed in 60 milliseconds