Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx1308 …const double fMaxLong((double)(MetricField::ConvertValue( LONG_MAX, 0, MAP_100TH_MM, meDlgUnit ) -… in IMPL_LINK_INLINE_END() local
1309 fLeft = (fLeft > fMaxLong) ? fMaxLong : (fLeft < -fMaxLong) ? -fMaxLong : fLeft; in IMPL_LINK_INLINE_END()
1310 fRight = (fRight > fMaxLong) ? fMaxLong : (fRight < -fMaxLong) ? -fMaxLong : fRight; in IMPL_LINK_INLINE_END()
1311 fTop = (fTop > fMaxLong) ? fMaxLong : (fTop < -fMaxLong) ? -fMaxLong : fTop; in IMPL_LINK_INLINE_END()
1312 fBottom = (fBottom > fMaxLong) ? fMaxLong : (fBottom < -fMaxLong) ? -fMaxLong : fBottom; in IMPL_LINK_INLINE_END()