Searched refs:aMaxHeightEdit (Results 1 – 2 of 2) sorted by relevance
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()[all …]
61 MetricField aMaxHeightEdit; member in SwFootNotePage