Home
last modified time | relevance | path

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

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