Lines Matching refs:aSendTopField
113 aSendTopField (this, SW_RES( FLD_SEND_TOP )), in SwEnvFmtPage()
134 SetMetric(aSendTopField, aMetric); in SwEnvFmtPage()
148 aSendTopField .SetUpHdl( aLk ); in SwEnvFmtPage()
155 aSendTopField .SetDownHdl( aLk ); in SwEnvFmtPage()
162 aSendTopField .SetLoseFocusHdl( aLk ); in SwEnvFmtPage()
484 SetFldVal(aSendTopField , lSendFromTop ); in IMPL_LINK()
510 aAddrTopField .SetMin((long) 100 * (GetFldVal(aSendTopField ) + 2 * 566), FUNIT_TWIP); in SetMinMax()
514 aSendTopField .SetMin((long) 100 * (566), FUNIT_TWIP); in SetMinMax()
515 aSendTopField .SetMax((long) 100 * (GetFldVal(aAddrTopField ) - 2 * 566), FUNIT_TWIP); in SetMinMax()
524 aSendTopField .SetFirst(aSendTopField .GetMin()); in SetMinMax()
525 aSendTopField .SetLast (aSendTopField .GetMax()); in SetMinMax()
531 aSendTopField .Reformat(); in SetMinMax()
572 rItem.lSendFromTop = static_cast< sal_Int32 >(GetFldVal(aSendTopField )); in FillItem()
619 SetFldVal(aSendTopField , rItem.lSendFromTop ); in Reset()