Lines Matching refs:lVDist
131 long lDispH = ROUND(aItem.lUpper + aItem.lVDist); in Paint()
139 lDispH += ROUND(aItem.lVDist / 10); 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()
224 …DrawText(Point(lX0 - 10 - lVDistWidth, ROUND(lY1 + f * aItem.lVDist / 2 - lXHeight / 2)), aVDistSt… in Paint()
442 lVDist = static_cast< long >(GETFLDVAL(aVDistField)); in IMPL_LINK_INLINE_END()
456 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
462 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()
537 rItem.lVDist = rRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in FillItem()
568 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()
575 SETFLDVAL(aVDistField , aItem.lVDist ); in Reset()
600 aRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in IMPL_LINK()
712 rItem.lVDist = rLabRec.lVDist; in GetLabel()