Lines Matching refs:pTargetFont
118 const Font *pTargetFont, in SwHHCWrapper() argument
125 pTargetFont, in SwHHCWrapper()
554 const Font *pTargetFont = GetTargetFont(); in ReplaceUnit() local
555 DBG_ASSERT( pTargetFont, "target font missing?" ); in ReplaceUnit()
556 if (pTargetFont && pNewUnitLanguage) in ReplaceUnit()
559 aFontItem.SetFamilyName( pTargetFont->GetName()); in ReplaceUnit()
560 aFontItem.SetFamily( pTargetFont->GetFamily()); in ReplaceUnit()
561 aFontItem.SetStyleName( pTargetFont->GetStyleName()); in ReplaceUnit()
562 aFontItem.SetPitch( pTargetFont->GetPitch()); in ReplaceUnit()
563 aFontItem.SetCharSet( pTargetFont->GetCharSet() ); in ReplaceUnit()
628 pConvArgs->pTargetFont = GetTargetFont(); in Convert()