Searched refs:maMtrHeight (Results 1 – 4 of 4) sorted by relevance
785 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()792 maMtrHeight.SetDecimalDigits( 3 ); in Construct()884 if ( maMtrHeight.HasFocus() ) in FillItemSet()1058 if(maMtrHeight.GetDecimalDigits()) in Reset()1411 maMtrHeight.SetMax(basegfx::fround64(fNewY)); in IMPL_LINK_INLINE_END()1412 maMtrHeight.SetLast(basegfx::fround64(fNewY)); in IMPL_LINK_INLINE_END()1632 if(nHeight <= maMtrHeight.GetMax(FUNIT_NONE)) in IMPL_LINK()1634 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK()1638 nHeight = maMtrHeight.GetMax(FUNIT_NONE); in IMPL_LINK()1639 maMtrHeight.SetUserValue(nHeight); in IMPL_LINK()[all …]
450 maMtrHeight ( this, CUI_RES( DLG_FILTERMOSAIC_MTR_HEIGHT ) ), in GraphicFilterMosaic()459 maMtrHeight.SetValue( nTileHeight ); in GraphicFilterMosaic()460 maMtrHeight.SetLast( GetGraphicSizePixel().Height() ); in GraphicFilterMosaic()461 maMtrHeight.SetModifyHdl( GetModifyHdl() ); in GraphicFilterMosaic()471 maMtrHeight.SetAccessibleRelationMemberOf(&maFlParameter); in GraphicFilterMosaic()
129 MetricField maMtrHeight; member in GraphicFilterMosaic140 long GetTileHeight() const { return static_cast<long>(maMtrHeight.GetValue()); } in GetTileHeight()
101 MetricField maMtrHeight; member in SvxPositionSizeTabPage
Completed in 31 milliseconds