Lines Matching refs:FontUnderline
229 FontUnderline eUnderline; in ActivatePage()
234 eUnderline = ( FontUnderline ) rItem.GetValue(); in ActivatePage()
245 FontUnderline eOverline; in ActivatePage()
250 eOverline = ( FontUnderline ) rItem.GetValue(); in ActivatePage()
1874 FontUnderline eUnderline = (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData( nPos ); in UpdatePreview_Impl()
1876 FontUnderline eOverline = (FontUnderline)(sal_uLong)m_aOverlineLB.GetEntryData( nPos ); in UpdatePreview_Impl()
2179 FontUnderline eUnderline = (FontUnderline)rItem.GetValue(); in Reset()
2188 if ( (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData(i) == eUnderline ) in Reset()
2236 FontUnderline eOverline = (FontUnderline)rItem.GetValue(); in Reset()
2245 if ( (FontUnderline)(sal_uLong)m_aOverlineLB.GetEntryData(i) == eOverline ) in Reset()
2614 FontUnderline eUnder = (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData( nPos ); in FillItemSet()
2626 if ( (FontUnderline)rItem.GetValue() == eUnder && in FillItemSet()
2648 FontUnderline eOver = (FontUnderline)(sal_uLong)m_aOverlineLB.GetEntryData( nPos ); in FillItemSet()
2660 if ( (FontUnderline)rItem.GetValue() == eOver && in FillItemSet()