Lines Matching refs:maMtrWidth
720 maMtrWidth ( this, CUI_RES( MTR_FLD_WIDTH ) ), in SvxPositionSizeTabPage()
757 maMtrWidth.SetModifyHdl( LINK( this, SvxPositionSizeTabPage, ChangeWidthHdl ) ); in SvxPositionSizeTabPage()
784 SetFieldUnit( maMtrWidth, meDlgUnit, sal_True ); in Construct()
791 maMtrWidth.SetDecimalDigits( 3 ); in Construct()
879 if ( maMtrWidth.HasFocus() ) in FillItemSet()
929 if ( maMtrWidth.IsValueModified() || maMtrHeight.IsValueModified() ) in FillItemSet()
934 double nWidth = static_cast<double>(maMtrWidth.GetValue( meDlgUnit )); in FillItemSet()
935 …nWidth = MetricField::ConvertDoubleValue( nWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimal… in FillItemSet()
938 lWidth = static_cast<long>(maMtrWidth.Denormalize( lWidth )); in FillItemSet()
945 lHeight = static_cast<long>(maMtrWidth.Denormalize( lHeight )); in FillItemSet()
1046 if(maMtrWidth.GetDecimalDigits()) in Reset()
1047 fTmpWidth *= pow(10.0, maMtrWidth.GetDecimalDigits()); in Reset()
1049 …fTmpWidth = MetricField::ConvertDoubleValue(fTmpWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDe… in Reset()
1050 maMtrWidth.SetValue(static_cast<sal_Int64>(fTmpWidth), meDlgUnit); in Reset()
1189 maMtrWidth.Enable( !mbSizeDisabled && !bSizeProtect && !bWidthChecked ); in UpdateControlStates()
1409 maMtrWidth.SetMax(basegfx::fround64(fNewX)); in IMPL_LINK_INLINE_END()
1410 maMtrWidth.SetLast(basegfx::fround64(fNewX)); in IMPL_LINK_INLINE_END()
1566 double fRight(fLeft + (double)maMtrWidth.GetValue()); in GetRect()
1630 sal_Int64 nHeight(basegfx::fround64((mfOldHeight * (double)maMtrWidth.GetValue()) / mfOldWidth)); in IMPL_LINK()
1642 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK()
1657 if(nWidth <= maMtrWidth.GetMax(FUNIT_NONE)) in IMPL_LINK()
1659 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK()
1663 nWidth = maMtrWidth.GetMax(FUNIT_NONE); in IMPL_LINK()
1664 maMtrWidth.SetUserValue(nWidth); in IMPL_LINK()
1688 mfOldWidth = std::max( (double)GetCoreValue( maMtrWidth, mePoolUnit ), 1.0 ); in IMPL_LINK()