Lines Matching refs:m_aVertByMF

558     m_aVertByMF(      this, CUI_RES( MF_VERTBY      ) ),  in SvxSwPosSizeTabPage()
587 SetFieldUnit( m_aVertByMF, eDlgUnit, sal_True ); in SvxSwPosSizeTabPage()
597 m_aVertByMF.SetLoseFocusHdl( aLk ); in SvxSwPosSizeTabPage()
604 m_aVertByMF.SetModifyHdl( aLk ); in SvxSwPosSizeTabPage()
708 if( m_aHoriByMF.IsValueModified() || m_aVertByMF.IsValueModified() ) in FillItemSet()
713 … static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in FillItemSet()
775 … static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in FillItemSet()
783 ( m_aVertByMF.IsEnabled() && in FillItemSet()
788 if(m_aVertByMF.IsEnabled()) in FillItemSet()
994 m_aVertByMF.SaveValue(); in Reset()
1110 static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in IMPL_LINK()
1144 m_aVertByMF.SetMin(m_aVertByMF.Normalize(aVal.nMinVPos ), FUNIT_TWIP); in IMPL_LINK()
1145 m_aVertByMF.SetMax(m_aVertByMF.Normalize(aVal.nMaxVPos), FUNIT_TWIP); in IMPL_LINK()
1147 m_aVertByMF.SetValue(m_aVertByMF.Normalize(aVal.nVPos), FUNIT_TWIP); in IMPL_LINK()
1268 m_aVertByMF.Enable( bEnable ); in IMPL_LINK()
1599 m_aVertByMF.SetValue( 0, FUNIT_TWIP ); in InitPos()
1601 m_aVertByMF.SetModifyFlag(); in InitPos()
1605 m_aVertByMF.SetValue( m_aVertByMF.Normalize(m_aRect.Top()), FUNIT_TWIP ); in InitPos()
1617 m_aVertByMF.SetValue( m_aVertByMF.Normalize(nY), FUNIT_TWIP ); in InitPos()
1620 m_aVertByMF.Enable( bEnable ); in InitPos()
1652 long nYPos = static_cast<long>(m_aVertByMF.Denormalize(m_aVertByMF.GetValue(FUNIT_TWIP))); in UpdateExample()
1906 m_aVertByMF.Enable(sal_False); in SetView()
1911 m_aVertByMF.SetText(String()); in SetView()