Lines Matching refs:m_aHeightMF
530 m_aHeightMF( this, CUI_RES( MF_HEIGHT ) ), in SvxSwPosSizeTabPage()
589 SetFieldUnit( m_aHeightMF, eDlgUnit, sal_True ); in SvxSwPosSizeTabPage()
595 m_aHeightMF. SetLoseFocusHdl( aLk ); in SvxSwPosSizeTabPage()
602 m_aHeightMF. SetModifyHdl( aLk ); in SvxSwPosSizeTabPage()
809 if ( m_aWidthMF.IsValueModified() || m_aHeightMF.IsValueModified() ) in FillItemSet()
812 …sal_uInt32 nHeight = static_cast<sal_uInt32>(m_aHeightMF.Denormalize(m_aHeightMF.GetValue(FUNIT_TW… in FillItemSet()
918 m_aHeightMF .Enable( sal_False ); in Reset()
950 m_aHeightMF.SetValue(m_aHeightMF.Normalize(nHeight), FUNIT_TWIP); in Reset()
1116 …sal_Int32 nHeight = static_cast<sal_uInt32>(m_aHeightMF.Denormalize(m_aHeightMF.GetValue(FUNIT_TWI… in IMPL_LINK()
1127 m_aHeightMF.SetMin(m_aHeightMF.Normalize(aVal.nMinHeight), FUNIT_TWIP); in IMPL_LINK()
1133 sal_Int64 nTmp = m_aHeightMF.Normalize(nMaxHeight); in IMPL_LINK()
1134 m_aHeightMF.SetMax(nTmp, FUNIT_TWIP); in IMPL_LINK()
1358 sal_Int64 nHeight = m_aHeightMF.Denormalize(m_aHeightMF.GetValue(FUNIT_TWIP)); in IMPL_LINK()
1364 m_aHeightMF.SetValue(m_aHeightMF.Normalize(nHeight), FUNIT_TWIP); in IMPL_LINK()
1366 else if(pEdit == &m_aHeightMF) in IMPL_LINK()