Lines Matching refs:pFontItem
828 const SvxFontItem* pFontItem = (const SvxFontItem*)&( _pPage->GetItemSet().Get( _nFontWhich ) ); in calcFontInfo() local
829 aFontInfo.SetName(pFontItem->GetFamilyName()); in calcFontInfo()
830 aFontInfo.SetStyleName(pFontItem->GetStyleName()); in calcFontInfo()
831 aFontInfo.SetFamily(pFontItem->GetFamily()); in calcFontInfo()
832 aFontInfo.SetPitch(pFontItem->GetPitch()); in calcFontInfo()
833 aFontInfo.SetCharSet(pFontItem->GetCharSet()); in calcFontInfo()
1026 const SvxFontItem* pFontItem = NULL; in Reset_Impl() local
1031 pFontItem = (const SvxFontItem*)&( rSet.Get( nWhich ) ); in Reset_Impl()
1032 pNameBox->SetText( pFontItem->GetFamilyName() ); in Reset_Impl()
1079 if ( bStyle && pFontItem ) in Reset_Impl()
1081 FontInfo aInfo = pFontList->Get( pFontItem->GetFamilyName(), eWeight, eItalic ); in Reset_Impl()