Lines Matching refs:m_aUnderlineLB
1741 m_aUnderlineLB ( this, CUI_RES( LB_UNDERLINE ) ), in SvxCharEffectsPage()
1829 m_aUnderlineLB.SetSelectHdl( aLink ); in Initialize()
1839 m_aUnderlineLB.SelectEntryPos( 0 ); in Initialize()
1873 sal_uInt16 nPos = m_aUnderlineLB.GetSelectEntryPos(); in UpdatePreview_Impl()
1874 FontUnderline eUnderline = (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData( nPos ); in UpdatePreview_Impl()
2066 sal_uInt16 nUPos = m_aUnderlineLB.GetSelectEntryPos(), in IMPL_LINK()
2085 bool bEnable = ( ( m_aUnderlineLB.GetSelectEntryPos() > 0 ) || in IMPL_LINK()
2169 m_aUnderlineLB.SelectEntryPos( 0 ); in Reset()
2175 m_aUnderlineLB.SetNoSelection(); in Reset()
2186 for ( sal_uInt16 i = 0; i < m_aUnderlineLB.GetEntryCount(); ++i ) in Reset()
2188 if ( (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData(i) == eUnderline ) in Reset()
2190 m_aUnderlineLB.SelectEntryPos(i); in Reset()
2386 DBG_ASSERT(m_aUnderlineLB.GetSelectHdl() == m_aOverlineLB.GetSelectHdl(), in Reset()
2388 DBG_ASSERT(m_aUnderlineLB.GetSelectHdl() == m_aStrikeoutLB.GetSelectHdl(), in Reset()
2390 m_aUnderlineLB.GetSelectHdl().Call(NULL); in Reset()
2584 m_aUnderlineLB.SaveValue(); in Reset()
2613 sal_uInt16 nPos = m_aUnderlineLB.GetSelectEntryPos(); in FillItemSet()
2614 FontUnderline eUnder = (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData( nPos ); in FillItemSet()
2943 m_aUnderlineLB.SetSelectHdl(LINK(this, SvxCharEffectsPage, UpdatePreview_Impl)); in DisableControls()