Lines Matching refs:maMtrHeight

712     maMtrHeight                      ( this, CUI_RES( MTR_FLD_HEIGHT ) ),  in SvxPositionSizeTabPage()
748 maMtrHeight.SetModifyHdl( LINK( this, SvxPositionSizeTabPage, ChangeHeightHdl ) ); in SvxPositionSizeTabPage()
775 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()
782 maMtrHeight.SetDecimalDigits( 3 ); in Construct()
874 if ( maMtrHeight.HasFocus() ) in FillItemSet()
919 if ( maMtrWidth.IsValueModified() || maMtrHeight.IsValueModified() ) in FillItemSet()
931 double nHeight = static_cast<double>(maMtrHeight.GetValue( meDlgUnit )); in FillItemSet()
932 …nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
1048 if(maMtrHeight.GetDecimalDigits()) in Reset()
1049 fTmpHeight *= pow(10.0, maMtrHeight.GetDecimalDigits()); in Reset()
1051 …fTmpHeight = MetricField::ConvertDoubleValue(fTmpHeight, maMtrHeight.GetBaseValue(), maMtrHeight.G… in Reset()
1052 maMtrHeight.SetValue(static_cast<sal_Int64>(fTmpHeight), meDlgUnit); in Reset()
1181 maMtrHeight.Enable( !mbSizeDisabled && !bSizeProtect && !bHeightChecked ); in UpdateControlStates()
1401 maMtrHeight.SetMax(basegfx::fround64(fNewY)); in IMPL_LINK_INLINE_END()
1402 maMtrHeight.SetLast(basegfx::fround64(fNewY)); in IMPL_LINK_INLINE_END()
1557 double fBottom(fTop + (double)maMtrHeight.GetValue()); in GetRect()
1622 if(nHeight <= maMtrHeight.GetMax(FUNIT_NONE)) in IMPL_LINK()
1624 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK()
1628 nHeight = maMtrHeight.GetMax(FUNIT_NONE); in IMPL_LINK()
1629 maMtrHeight.SetUserValue(nHeight); in IMPL_LINK()
1645 … sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)maMtrHeight.GetValue()) / mfOldHeight)); in IMPL_LINK()
1657 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK()
1679 mfOldHeight = std::max( (double)GetCoreValue( maMtrHeight, mePoolUnit ), 1.0 ); in IMPL_LINK()