Lines Matching refs:aHeightField
323 aHeightField (this, SW_RES(FLD_HEIGHT )), in SwLabFmtPage()
348 SetMetric(aHeightField, aMetric); in SwLabFmtPage()
359 aHeightField.SetModifyHdl( aLk ); in SwLabFmtPage()
371 aHeightField.SetLoseFocusHdl( aLk ); in SwLabFmtPage()
453 aHeightField.SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
456 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()
473 aHeightField.SetFirst(aHeightField.GetMin()); in IMPL_LINK_INLINE_END()
476 aHeightField.SetLast (aHeightField.GetMax()); in IMPL_LINK_INLINE_END()
487 aHeightField.Reformat(); in IMPL_LINK_INLINE_END()
539 rItem.lHeight = rRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in FillItem()
570 aHeightField.SetMax(100 * aItem.lHeight, FUNIT_TWIP); in Reset()
577 SETFLDVAL(aHeightField, aItem.lHeight); in Reset()
602 aRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in IMPL_LINK()