Lines Matching refs:SetMax
441 …aHDistField .SetMax((long) 100 * ((lMax - lLeft ) / Max(1L, (long) aColsField.GetValue())), FUNIT_… in IMPL_LINK_INLINE_END()
442 …aVDistField .SetMax((long) 100 * ((lMax - lUpper) / Max(1L, (long) aRowsField.GetValue())), FUNIT_… in IMPL_LINK_INLINE_END()
447 aWidthField .SetMax((long) 100 * (lHDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
448 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
450 …aLeftField .SetMax((long) 100 * (lMax - (long) aColsField.GetValue() * GETFLDVAL(aHDistField)), FU… in IMPL_LINK_INLINE_END()
451 …aUpperField .SetMax((long) 100 * (lMax - (long) aRowsField.GetValue() * GETFLDVAL(aVDistField)), F… in IMPL_LINK_INLINE_END()
453 aColsField .SetMax((lMax - lLeft ) / Max(1L, lHDist)); in IMPL_LINK_INLINE_END()
454 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()
557 aHDistField .SetMax(100 * aItem.lHDist , FUNIT_TWIP); in Reset()
558 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()
559 aWidthField .SetMax(100 * aItem.lWidth , FUNIT_TWIP); in Reset()
560 aHeightField.SetMax(100 * aItem.lHeight, FUNIT_TWIP); in Reset()
561 aLeftField .SetMax(100 * aItem.lLeft , FUNIT_TWIP); in Reset()
562 aUpperField .SetMax(100 * aItem.lUpper , FUNIT_TWIP); in Reset()
571 aColsField.SetMax(aItem.nCols); in Reset()
572 aRowsField.SetMax(aItem.nRows); in Reset()