Lines Matching refs:aSendLeftField
111 aSendLeftField (this, SW_RES( FLD_SEND_LEFT )), in SwEnvFmtPage()
133 SetMetric(aSendLeftField, aMetric); in SwEnvFmtPage()
147 aSendLeftField .SetUpHdl( aLk ); in SwEnvFmtPage()
154 aSendLeftField .SetDownHdl( aLk ); in SwEnvFmtPage()
161 aSendLeftField .SetLoseFocusHdl( aLk ); in SwEnvFmtPage()
483 SetFldVal(aSendLeftField, lSendFromLeft); in IMPL_LINK()
508 aAddrLeftField.SetMin((long) 100 * (GetFldVal(aSendLeftField) + 566), FUNIT_TWIP); in SetMinMax()
512 aSendLeftField.SetMin((long) 100 * (566), FUNIT_TWIP); in SetMinMax()
513 aSendLeftField.SetMax((long) 100 * (GetFldVal(aAddrLeftField) - 566), FUNIT_TWIP); in SetMinMax()
522 aSendLeftField.SetFirst(aSendLeftField.GetMin()); in SetMinMax()
523 aSendLeftField.SetLast (aSendLeftField.GetMax()); in SetMinMax()
530 aSendLeftField .Reformat(); in SetMinMax()
571 rItem.lSendFromLeft = static_cast< sal_Int32 >(GetFldVal(aSendLeftField)); in FillItem()
618 SetFldVal(aSendLeftField, rItem.lSendFromLeft); in Reset()