Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx530 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()
[all …]
H A Dswpossizetabpage.hxx46 MetricField m_aHeightMF; member in SvxSwPosSizeTabPage