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()
434 lVDist = static_cast< long >(GETFLDVAL(aVDistField)); in IMPL_LINK_INLINE_END()
448 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
454 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()
529 rItem.lVDist = rRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in FillItem()
558 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()
565 SETFLDVAL(aVDistField , aItem.lVDist ); in Reset()
588 aRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in IMPL_LINK()
698 rItem.lVDist = rLabRec.lVDist; in GetLabel()