Home
last modified time | relevance | path

Searched refs:nRotVal (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1790 sal_Int32 nRotVal = 0; in SetOnePropertyValueWithoutUpdate() local
1791 if ( *pValue >>= nRotVal ) in SetOnePropertyValueWithoutUpdate()
1794 nRotVal %= 36000; in SetOnePropertyValueWithoutUpdate()
1795 if ( nRotVal < 0 ) in SetOnePropertyValueWithoutUpdate()
1796 nRotVal += 36000; in SetOnePropertyValueWithoutUpdate()
1797 rSet.Put( SfxInt32Item( ATTR_ROTATE_VALUE, nRotVal ) ); in SetOnePropertyValueWithoutUpdate()
H A Dcellsuno.cxx2164 sal_Int32 nRotVal = 0; in lcl_SetCellProperty() local
2165 if ( rValue >>= nRotVal ) in lcl_SetCellProperty()
2168 nRotVal %= 36000; in lcl_SetCellProperty()
2169 if ( nRotVal < 0 ) in lcl_SetCellProperty()
2170 nRotVal += 36000; in lcl_SetCellProperty()
2172 rSet.Put( SfxInt32Item( ATTR_ROTATE_VALUE, nRotVal ) ); in lcl_SetCellProperty()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx1477 long nRotVal = ((const SfxInt32Item&) pPattern-> in FillMaxRot() local
1479 double nRealOrient = nRotVal * F_PI18000; // 1/100 Grad in FillMaxRot()

Completed in 69 milliseconds