Lines Matching refs:maMtrHeight

722 	maMtrHeight                      ( this, CUI_RES( MTR_FLD_HEIGHT ) ),  in SvxPositionSizeTabPage()
758 maMtrHeight.SetModifyHdl( LINK( this, SvxPositionSizeTabPage, ChangeHeightHdl ) ); in SvxPositionSizeTabPage()
785 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()
792 maMtrHeight.SetDecimalDigits( 3 ); in Construct()
884 if ( maMtrHeight.HasFocus() ) in FillItemSet()
929 if ( maMtrWidth.IsValueModified() || maMtrHeight.IsValueModified() ) in FillItemSet()
941 double nHeight = static_cast<double>(maMtrHeight.GetValue( meDlgUnit )); in FillItemSet()
942 …nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
1058 if(maMtrHeight.GetDecimalDigits()) in Reset()
1059 fTmpHeight *= pow(10.0, maMtrHeight.GetDecimalDigits()); in Reset()
1061 …fTmpHeight = MetricField::ConvertDoubleValue(fTmpHeight, maMtrHeight.GetBaseValue(), maMtrHeight.G… in Reset()
1062 maMtrHeight.SetValue(static_cast<sal_Int64>(fTmpHeight), meDlgUnit); in Reset()
1191 maMtrHeight.Enable( !mbSizeDisabled && !bSizeProtect && !bHeightChecked ); in UpdateControlStates()
1411 maMtrHeight.SetMax(basegfx::fround64(fNewY)); in IMPL_LINK_INLINE_END()
1412 maMtrHeight.SetLast(basegfx::fround64(fNewY)); in IMPL_LINK_INLINE_END()
1567 double fBottom(fTop + (double)maMtrHeight.GetValue()); in GetRect()
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()
1655 sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)maMtrHeight.GetValue()) / mfOldHeight)); in IMPL_LINK()
1667 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK()
1689 mfOldHeight = std::max( (double)GetCoreValue( maMtrHeight, mePoolUnit ), 1.0 ); in IMPL_LINK()