Home
last modified time | relevance | path

Searched refs:aHeightField (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx323 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()
[all …]
H A Dlabfmt.hxx94 MetricField aHeightField; member in SwLabFmtPage