Lines Matching refs:aHeightField
323 aHeightField (this, SW_RES(FLD_HEIGHT )), in SwLabFmtPage()
344 SetMetric(aHeightField, aMetric); in SwLabFmtPage()
353 aHeightField.SetModifyHdl( aLk ); in SwLabFmtPage()
363 aHeightField.SetLoseFocusHdl( aLk ); in SwLabFmtPage()
445 aHeightField.SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
448 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
465 aHeightField.SetFirst(aHeightField.GetMin()); in IMPL_LINK_INLINE_END()
468 aHeightField.SetLast (aHeightField.GetMax()); in IMPL_LINK_INLINE_END()
479 aHeightField.Reformat(); in IMPL_LINK_INLINE_END()
531 rItem.lHeight = rRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in FillItem()
560 aHeightField.SetMax(100 * aItem.lHeight, FUNIT_TWIP); in Reset()
567 SETFLDVAL(aHeightField, aItem.lHeight); in Reset()
590 aRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in IMPL_LINK()