Searched refs:aLeftMF (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/cui/source/tabpages/ |
| H A D | grfpage.cxx | 60 aLeftMF( this, CUI_RES( MF_LEFT )), in SvxGrfCropPage() 93 SetFieldUnit( aLeftMF, eMetric ); in SvxGrfCropPage() 107 aLeftMF.SetDownHdl( aLk ); in SvxGrfCropPage() 111 aLeftMF.SetUpHdl( aLk ); in SvxGrfCropPage() 117 aLeftMF.SetModifyHdl( aLk ); in SvxGrfCropPage() 123 aLeftMF.SetLoseFocusHdl( aLk ); in SvxGrfCropPage() 185 aLeftMF.SetValue( aLeftMF.Normalize( pCrop->GetLeft()), eUnit ); in Reset() 192 aLeftMF.SetValue( 0 ); in Reset() 290 if( aLeftMF.IsModified() || aRightMF.IsModified() || in FillItemSet() 297 pNew->SetLeft( lcl_GetValue( aLeftMF, eUnit ) ); in FillItemSet() [all …]
|
| H A D | border.cxx | 183 aLeftMF ( this, CUI_RES( MF_LEFT ) ), in SvxBorderTabPage() 278 SetFieldUnit(aLeftMF, eFUnit); in SvxBorderTabPage() 284 aLeftMF.SetModifyHdl(LINK(this, SvxBorderTabPage, ModifyDistanceHdl_Impl)); in SvxBorderTabPage() 294 aLeftMF.Hide(); in SvxBorderTabPage() 308 lcl_SetDecimalDigitsTo1(aLeftMF); in SvxBorderTabPage() 379 …AddItemConnection( svx::CreateMarginConnection( rCoreAttrs, aLeftMF, aRightMF, aTopMF, aBottomMF )… in SvxBorderTabPage() 462 if ( aLeftMF.IsVisible() ) in Reset() 464 SetMetricValue( aLeftMF, pBoxInfoItem->GetDefDist(), eCoreUnit ); in Reset() 469 nMinValue = static_cast<long>(aLeftMF.GetValue()); in Reset() 473 aLeftMF.SetFirst( nMinValue ); in Reset() [all …]
|
| /AOO41X/main/sw/source/ui/table/ |
| H A D | tabledlg.cxx | 145 aLeftMF(this, SW_RES( ED_LEFT_DIST )), in SwFormatTablePage() 186 aLeftMF.MetricField::SetMin(-999999); in Init() 202 aLeftMF.SetUpHdl( aLk ); in Init() 208 aLeftMF.SetDownHdl( aLk ); in Init() 214 aLeftMF.SetLoseFocusHdl( aLk ); in Init() 226 sal_Int64 nLeft = aLeftMF.DenormalizePercent(aLeftMF.GetValue(FUNIT_TWIP )); in IMPL_LINK() 229 aLeftMF.ShowPercent(bIsChecked); in IMPL_LINK() 235 aLeftMF.SetRefValue(pTblData->GetSpace()); in IMPL_LINK() 237 aLeftMF.MetricField::SetMin(0); // wird vom Percentfield ueberschrieben in IMPL_LINK() 239 aLeftMF.MetricField::SetMax(99); // in IMPL_LINK() [all …]
|
| H A D | tablepg.hxx | 68 PercentField aLeftMF; member in SwFormatTablePage
|
| /AOO41X/main/cui/source/inc/ |
| H A D | border.hxx | 82 MetricField aLeftMF; member in SvxBorderTabPage
|
| H A D | grfpage.hxx | 72 MetricField aLeftMF; member in SvxGrfCropPage
|