Searched refs:aHeightMF (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/cui/source/tabpages/ |
| H A D | grfpage.cxx | 76 aHeightMF( this, CUI_RES( MF_HEIGHT )), in SvxGrfCropPage() 92 SetFieldUnit( aHeightMF, eMetric ); in SvxGrfCropPage() 100 aHeightMF.SetModifyHdl( aLk ); in SvxGrfCropPage() 206 sal_Int64 nTmp = aHeightMF.Normalize(aPageSize.Height()); in Reset() 207 aHeightMF.SetMax( nTmp, eUnit ); in Reset() 211 aHeightMF.SetMin( nTmp, eUnit ); in Reset() 256 aHeightMF.GetSavedValue() != aHeightMF.GetText() ) in FillItemSet() 276 if( aHeightMF.GetText() != aHeightMF.GetSavedValue() ) in FillItemSet() 277 aTmpSz.Height() = lcl_GetValue( aHeightMF, eUnit ); in FillItemSet() 280 aHeightMF.SaveValue(); in FillItemSet() [all …]
|
| H A D | numpages.cxx | 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() [all …]
|
| /AOO41X/main/cui/source/inc/ |
| H A D | grfpage.hxx | 90 MetricField aHeightMF; member in SvxGrfCropPage
|
| H A D | numpages.hxx | 278 MetricField aHeightMF; member in SvxNumOptionsTabPage
|