Home
last modified time | relevance | path

Searched refs:m_aVertByMF (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx558 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()
[all …]
H A Dswpossizetabpage.hxx75 MetricField m_aVertByMF; member in SvxSwPosSizeTabPage