Lines Matching refs:pFontConfig
648 pFontConfig(0), in SwStdFontTabPage()
766 pFontConfig->SetFontStandard(sStandard, nFontGroup); in FillItemSet()
767 pFontConfig->SetFontOutline(sTitle, nFontGroup); in FillItemSet()
768 pFontConfig->SetFontList(sList, nFontGroup); in FillItemSet()
769 pFontConfig->SetFontCaption(sLabel, nFontGroup); in FillItemSet()
770 pFontConfig->SetFontIndex(sIdx, nFontGroup); in FillItemSet()
774 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_STANDARD, nFontGroup ); in FillItemSet()
779 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_OUTLINE, nFontGroup ); in FillItemSet()
784 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_LIST, nFontGroup ); in FillItemSet()
789 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_CAPTION, nFontGroup ); in FillItemSet()
794 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_INDEX, nFontGroup ); in FillItemSet()
944 pFontConfig = (SwStdFontConfig*)((const SwPtrItem*)pItem)->GetValue(); in Reset()
964 sStdBackup = pFontConfig->GetFontStandard(nFontGroup); in Reset()
965 sOutBackup = pFontConfig->GetFontOutline(nFontGroup); in Reset()
966 sListBackup= pFontConfig->GetFontList(nFontGroup); in Reset()
967 sCapBackup = pFontConfig->GetFontCaption(nFontGroup); in Reset()
968 sIdxBackup = pFontConfig->GetFontIndex(nFontGroup); in Reset()
969 nStandardHeight = pFontConfig->GetFontHeight( FONT_STANDARD, nFontGroup, eLanguage ); in Reset()
970 nTitleHeight = pFontConfig->GetFontHeight( FONT_OUTLINE , nFontGroup, eLanguage ); in Reset()
971 nListHeight = pFontConfig->GetFontHeight( FONT_LIST , nFontGroup, eLanguage ); in Reset()
972 nLabelHeight = pFontConfig->GetFontHeight( FONT_CAPTION , nFontGroup, eLanguage ); in Reset()
973 nIndexHeight = pFontConfig->GetFontHeight( FONT_INDEX , nFontGroup, eLanguage ); in Reset()
975 …nStandardHeight = pFontConfig->GetDefaultHeightFor( FONT_STANDARD + nFontGroup * FONT_PER_GROUP, e… in Reset()
977 …nTitleHeight = pFontConfig->GetDefaultHeightFor( FONT_OUTLINE + nFontGroup * FONT_PER_GROUP, eLang… in Reset()
979 …nListHeight = pFontConfig->GetDefaultHeightFor( FONT_LIST + nFontGroup * FONT_PER_GROUP, eLanguage… in Reset()
981 …nLabelHeight = pFontConfig->GetDefaultHeightFor( FONT_CAPTION + nFontGroup * FONT_PER_GROUP, eLang… in Reset()
983 …nIndexHeight = pFontConfig->GetDefaultHeightFor( FONT_INDEX + nFontGroup * FONT_PER_GROUP, eLangua… in Reset()