Searched refs:nRotVal (Results 1 – 3 of 3) sorted by relevance
1790 sal_Int32 nRotVal = 0; in SetOnePropertyValueWithoutUpdate() local1791 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()
2164 sal_Int32 nRotVal = 0; in lcl_SetCellProperty() local2165 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()
1477 long nRotVal = ((const SfxInt32Item&) pPattern-> in FillMaxRot() local1479 double nRealOrient = nRotVal * F_PI18000; // 1/100 Grad in FillMaxRot()
Completed in 346 milliseconds