Lines Matching refs:aMaxHeightEdit
110 aMaxHeightEdit.Enable(sal_False); in IMPL_LINK_INLINE_START()
118 aMaxHeightEdit.Enable(); in IMPL_LINK_INLINE_END()
119 aMaxHeightEdit.GrabFocus(); in IMPL_LINK_INLINE_END()
131 aMaxHeightEdit.SetMax(aMaxHeightEdit.Normalize(lMaxHeight - in IMPL_LINK_INLINE_END()
135 if(aMaxHeightEdit.GetValue() < 0) in IMPL_LINK_INLINE_END()
136 aMaxHeightEdit.SetValue(0); in IMPL_LINK_INLINE_END()
138 (aMaxHeightEdit.Denormalize(aMaxHeightEdit.GetValue(FUNIT_TWIP)) + in IMPL_LINK_INLINE_END()
144 (aMaxHeightEdit.Denormalize(aMaxHeightEdit.GetValue(FUNIT_TWIP)) + in IMPL_LINK_INLINE_END()
158 aMaxHeightEdit(this, SW_RES(ED_MAXHEIGHT)), in SwFootNotePage()
176 SetMetric( aMaxHeightEdit, aMetric ); in SwFootNotePage()
181 aMaxHeightEdit.SetValue(aMaxHeightEdit.Normalize(nHeightValue),FUNIT_TWIP);; in SwFootNotePage()
182 aMaxHeightEdit.SetAccessibleRelationLabeledBy(&aMaxHeightBtn); in SwFootNotePage()
223 aMaxHeightEdit.SetValue(aMaxHeightEdit.Normalize(lHeight),FUNIT_TWIP); in Reset()
229 aMaxHeightEdit.Enable(sal_False); in Reset()
234 aMaxHeightEdit.SetLoseFocusHdl( aLk ); in Reset()
278 aMaxHeightEdit.Denormalize(aMaxHeightEdit.GetValue(FUNIT_TWIP)))); in FillItemSet()