Lines Matching refs:lUpper
131 long lDispH = ROUND(aItem.lUpper + aItem.lVDist); in Paint()
137 lDispH += ROUND(aItem.lUpper); in Paint()
153 long lY1 = ROUND(lY0 + f * aItem.lUpper); in Paint()
155 long lY2 = ROUND(lY0 + f * (aItem.lUpper + aItem.lHeight)); in Paint()
157 long lY3 = ROUND(lY0 + f * (aItem.lUpper + aItem.lVDist )); in Paint()
178 ROUND(lY0 + f * (aItem.lUpper + nRow * aItem.lVDist))), in Paint()
193 if (aItem.lUpper) in Paint()
196 …DrawText(Point(lX0 - 10 - lUpperWidth, ROUND(lY0 + f * aItem.lUpper / 2 - lXHeight / 2)), aUpperSt… in Paint()
432 lUpper = static_cast< long >(GETFLDVAL(aUpperField)), in IMPL_LINK_INLINE_END()
442 …aVDistField .SetMax((long) 100 * ((lMax - lUpper) / Max(1L, (long) aRowsField.GetValue())), FUNIT_… in IMPL_LINK_INLINE_END()
454 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()
533 rItem.lUpper = rRec.lUpper = static_cast< long >(GETFLDVAL(aUpperField )); in FillItem()
562 aUpperField .SetMax(100 * aItem.lUpper , FUNIT_TWIP); in Reset()
569 SETFLDVAL(aUpperField , aItem.lUpper ); in Reset()
592 aRec.lUpper = static_cast< long >(GETFLDVAL(aUpperField )); in IMPL_LINK()
702 rItem.lUpper = rLabRec.lUpper; in GetLabel()