Lines Matching refs:aHeightMF
1319 aHeightMF( this, CUI_RES(MF_HEIGHT )), in SvxNumOptionsTabPage()
1350 aHeightMF.SetModifyHdl(LINK(this, SvxNumOptionsTabPage, SizeHdl_Impl)); in SvxNumOptionsTabPage()
1461 aHeightMF .SetDecimalDigits(1); in SetMetric()
1464 aHeightMF .SetUnit( eMetric ); in SetMetric()
1794 SetMetricValue(aHeightMF, aFirstSize.Height(), eCoreUnit); in InitControls()
1799 aHeightMF.SetText(aEmptyStr); in InitControls()
1958 aHeightMF .Show(bBitmap); in SwitchNumberType()
1967 aHeightMF .Enable(bEnableBitmap); in SwitchNumberType()
2312 aHeightMF.Enable(); in IMPL_LINK()
2314 SetMetricValue(aHeightMF, aSize.Height(), eCoreUnit); in IMPL_LINK()
2452 long nHeightVal = static_cast<long>(aHeightMF.Denormalize(aHeightMF.GetValue(FUNIT_100TH_MM))); in IMPL_LINK()
2483 aHeightMF.SetUserValue(aHeightMF.Normalize( in IMPL_LINK()
2525 SizeHdl_Impl(&aHeightMF); in IMPL_LINK()