Searched refs:eUnder (Results 1 – 4 of 4) sorted by relevance
236 FontUnderline eUnder; in GetFont() local295 eUnder = (FontUnderline)((const SvxUnderlineItem*)pItem)->GetValue(); in GetFont()342 eUnder = (FontUnderline)((const SvxUnderlineItem&) in GetFont()478 rFont.SetUnderline( eUnder ); in GetFont()
808 FontUnderline eUnder = pFont->GetUnderline(); in Do() local830 pFont->SetUnderline( eUnder ); in Do()
2614 FontUnderline eUnder = (FontUnderline)(sal_uLong)m_aUnderlineLB.GetEntryData( nPos ); in FillItemSet() local2626 if ( (FontUnderline)rItem.GetValue() == eUnder && in FillItemSet()2627 … ( UNDERLINE_NONE == eUnder || rItem.GetColor() == m_aUnderlineColorLB.GetSelectEntryColor() ) && in FillItemSet()2634 SvxUnderlineItem aNewItem( eUnder, nWhich ); in FillItemSet()
3026 const FontUnderline eUnder = ((const SvxUnderlineItem&)rHt).GetLineStyle(); in OutHTML_SwUnderline() local3027 if( UNDERLINE_NONE != eUnder ) in OutHTML_SwUnderline()
Completed in 42 milliseconds