Searched refs:nScRot (Results 1 – 4 of 4) sorted by relevance
175 sal_uInt8 XclTools::GetXclRotation( sal_Int32 nScRot ) in GetXclRotation() argument177 sal_Int32 nXclRot = nScRot / 100; in GetXclRotation()
1194 sal_Int32 nScRot = XclTools::GetScRotation( GetRotation(), 0 ); in ConvertTitlePosition() local1195 double fRad = nScRot * F_PI18000; in ConvertTitlePosition()1206 if( nScRot > 18000 ) in ConvertTitlePosition()1209 else if( nScRot > 0 ) in ConvertTitlePosition()
1417 … sal_Int32 nScRot = GETITEMVALUE( rItemSet, SfxInt32Item, ATTR_ROTATE_VALUE, sal_Int32 ); in FillFromItemSet() local1418 mnRotation = XclTools::GetXclRotation( nScRot ); in FillFromItemSet()
110 static sal_uInt8 GetXclRotation( sal_Int32 nScRot );
Completed in 129 milliseconds