Searched refs:nXclRot (Results 1 – 3 of 3) sorted by relevance
169 if( nXclRot == EXC_ROT_STACKED ) in GetScRotation()172 …return static_cast< sal_Int32 >( (nXclRot <= 180) ? (100 * ((nXclRot > 90) ? (450 - nXclRot) : nXc… in GetScRotation()177 sal_Int32 nXclRot = nScRot / 100; in GetXclRotation() local178 if( (0 <= nXclRot) && (nXclRot <= 90) ) in GetXclRotation()179 return static_cast< sal_uInt8 >( nXclRot ); in GetXclRotation()180 if( nXclRot < 180 ) in GetXclRotation()182 if( nXclRot < 270 ) in GetXclRotation()184 if( nXclRot < 360 ) in GetXclRotation()204 if( nXclRot == EXC_ROT_STACKED ) in GetXclOrientFromRot()207 if( (45 < nXclRot) && (nXclRot <= 90) ) in GetXclOrientFromRot()[all …]
720 …sal_uInt8 nXclRot = (mnOrient == EXC_ORIENT_NONE) ? mnRotation : XclTools::GetXclRotFromOrient( mn… in FillToItemSet() local721 bool bStacked = (nXclRot == EXC_ROT_STACKED); in FillToItemSet()724 sal_Int32 nAngle = XclTools::GetScRotation( nXclRot, 0 ); in FillToItemSet()
108 static sal_Int32 GetScRotation( sal_uInt16 nXclRot, sal_Int32 nRotForStacked );115 static sal_uInt8 GetXclOrientFromRot( sal_uInt16 nXclRot );
Completed in 17 milliseconds