Lines Matching refs:nVal
128 sal_Int64 nVal = OutputDevice::LogicToLogic( nCoreValue, (MapUnit)eUnit, MAP_100TH_MM ); in SetMetricValue() local
129 nVal = rField.Normalize( nVal ); in SetMetricValue()
130 rField.SetValue( nVal, FUNIT_100TH_MM ); in SetMetricValue()
138 sal_Int64 nVal = rField.GetValue( FUNIT_100TH_MM ); in GetCoreValue() local
142 if( nVal >= 0 ) in GetCoreValue()
144 if( (nVal & nSizeMask) == 0 ) in GetCoreValue()
149 if( ((-nVal) & nSizeMask ) == 0 ) in GetCoreValue()
153 nVal = rField.Denormalize( nVal ); in GetCoreValue()
154 …sal_Int64 nUnitVal = OutputDevice::LogicToLogic( static_cast<long>(nVal), MAP_100TH_MM, (MapUnit)e… in GetCoreValue()
295 long ConvertValueToMap( long nVal, SfxMapUnit eUnit ) in ConvertValueToMap() argument
297 long nNew = nVal; in ConvertValueToMap()
320 long ConvertValueToUnit( long nVal, SfxMapUnit eUnit ) in ConvertValueToUnit() argument
322 long nNew = nVal; in ConvertValueToUnit()
710 long TransformMetric( long nVal, FieldUnit aOld, FieldUnit aNew ) in TransformMetric() argument
715 return nVal; in TransformMetric()
754 return ConvertTable[nOld][nNew]( nVal ); in TransformMetric()