Searched refs:m_aHeightMF (Results 1 – 2 of 2) sorted by relevance
595 m_aHeightMF. SetLoseFocusHdl( aLk ); in SvxSwPosSizeTabPage()602 m_aHeightMF. SetModifyHdl( aLk ); in SvxSwPosSizeTabPage()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()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()[all …]
46 MetricField m_aHeightMF; member in SvxSwPosSizeTabPage
Completed in 23 milliseconds