Lines Matching refs:aRowsField
331 aRowsField (this, SW_RES(FLD_ROWS )), in SwLabFmtPage()
357 aRowsField .SetModifyHdl( aLk ); in SwLabFmtPage()
367 aRowsField .SetLoseFocusHdl( aLk ); in SwLabFmtPage()
442 …aVDistField .SetMax((long) 100 * ((lMax - lUpper) / Max(1L, (long) aRowsField.GetValue())), FUNIT_… in IMPL_LINK_INLINE_END()
451 …aUpperField .SetMax((long) 100 * (lMax - (long) aRowsField.GetValue() * GETFLDVAL(aVDistField)), F… in IMPL_LINK_INLINE_END()
454 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()
474 aRowsField .SetLast (aRowsField .GetMax()); in IMPL_LINK_INLINE_END()
483 aRowsField .Reformat(); in IMPL_LINK_INLINE_END()
535 rItem.nRows = rRec.nRows = (sal_uInt16) aRowsField.GetValue(); in FillItem()
572 aRowsField.SetMax(aItem.nRows); in Reset()
575 aRowsField .SetValue(aItem.nRows); in Reset()
594 aRec.nRows = (sal_uInt16) aRowsField.GetValue(); in IMPL_LINK()