Lines Matching refs:FUNIT_TWIP
449 …tField .SetMax((long) 100 * ((lMax - lLeft ) / Max(1L, (long) aColsField.GetValue())), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
450 …tField .SetMax((long) 100 * ((lMax - lUpper) / Max(1L, (long) aRowsField.GetValue())), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
455 aWidthField .SetMax((long) 100 * (lHDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
456 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
458 … .SetMax((long) 100 * (lMax - (long) aColsField.GetValue() * GETFLDVAL(aHDistField)), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
459 …d .SetMax((long) 100 * (lMax - (long) aRowsField.GetValue() * GETFLDVAL(aVDistField)), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
567 aHDistField .SetMax(100 * aItem.lHDist , FUNIT_TWIP); in Reset()
568 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()
569 aWidthField .SetMax(100 * aItem.lWidth , FUNIT_TWIP); in Reset()
570 aHeightField.SetMax(100 * aItem.lHeight, FUNIT_TWIP); in Reset()
571 aLeftField .SetMax(100 * aItem.lLeft , FUNIT_TWIP); in Reset()
572 aUpperField .SetMax(100 * aItem.lUpper , FUNIT_TWIP); in Reset()