Home
last modified time | relevance | path

Searched refs:aWidthMF (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dgrfpage.cxx74 aWidthMF( this, CUI_RES( MF_WIDTH )), in SvxGrfCropPage()
91 SetFieldUnit( aWidthMF, eMetric ); in SvxGrfCropPage()
99 aWidthMF.SetModifyHdl( aLk ); in SvxGrfCropPage()
208 nTmp = aWidthMF.Normalize(aPageSize.Width()); in Reset()
209 aWidthMF.SetMax( nTmp, eUnit ); in Reset()
210 nTmp = aWidthMF.Normalize( 23 ); in Reset()
212 aWidthMF.SetMin( nTmp, eUnit ); in Reset()
255 if( aWidthMF.GetSavedValue() != aWidthMF.GetText() || in FillItemSet()
274 if( aWidthMF.GetText() != aWidthMF.GetSavedValue() ) in FillItemSet()
275 aTmpSz.Width() = lcl_GetValue( aWidthMF, eUnit ); in FillItemSet()
[all …]
H A Dnumpages.cxx1317 aWidthMF( this, CUI_RES(MF_WIDTH )), in SvxNumOptionsTabPage()
1349 aWidthMF.SetModifyHdl(LINK(this, SvxNumOptionsTabPage, SizeHdl_Impl)); in SvxNumOptionsTabPage()
1460 aWidthMF .SetDecimalDigits(1); in SetMetric()
1463 aWidthMF .SetUnit( eMetric ); in SetMetric()
1795 SetMetricValue(aWidthMF, aFirstSize.Width(), eCoreUnit); in InitControls()
1800 aWidthMF.SetText(aEmptyStr); in InitControls()
1956 aWidthMF .Show(bBitmap); in SwitchNumberType()
1965 aWidthMF .Enable(bEnableBitmap); in SwitchNumberType()
2311 aWidthMF .Enable(); in IMPL_LINK()
2313 SetMetricValue(aWidthMF, aSize.Width(), eCoreUnit); in IMPL_LINK()
[all …]
/AOO41X/main/sw/source/ui/table/
H A Dtabledlg.cxx132 aWidthMF(this, SW_RES( ED_WIDTH )), in SwFormatTablePage()
203 aWidthMF.SetUpHdl( aLk ); in Init()
209 aWidthMF.SetDownHdl( aLk ); in Init()
215 aWidthMF.SetLoseFocusHdl( aLk ); in Init()
228 aWidthMF.ShowPercent(bIsChecked); in IMPL_LINK()
234 aWidthMF.SetRefValue(pTblData->GetSpace()); in IMPL_LINK()
271 … nSaveWidth = static_cast< SwTwips >(aWidthMF.DenormalizePercent(aWidthMF.GetValue(FUNIT_TWIP ))); in IMPL_LINK()
272 aWidthMF.SetPrcntValue(aWidthMF.NormalizePercent(pTblData->GetSpace() ), FUNIT_TWIP ); in IMPL_LINK()
304 aWidthMF.Enable(bWidthEnable); in IMPL_LINK()
318 aWidthMF.SetPrcntValue(aWidthMF.NormalizePercent(nSaveWidth ), FUNIT_TWIP ); in IMPL_LINK()
[all …]
H A Dtablepg.hxx55 PercentField aWidthMF; member in SwFormatTablePage
/AOO41X/main/cui/source/inc/
H A Dgrfpage.hxx88 MetricField aWidthMF; member in SvxGrfCropPage
H A Dnumpages.hxx276 MetricField aWidthMF; member in SvxNumOptionsTabPage