Searched refs:nFontGroup (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sw/source/ui/inc/ |
| H A D | fontcfg.hxx | 85 …tring& GetFontStandard(sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_STANDARD + FONT_PE… in GetFontStandard() 86 …String& GetFontOutline(sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_OUTLINE + FONT_PE… in GetFontOutline() 87 … String& GetFontList (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_LIST + FONT_PER_… in GetFontList() 88 …String& GetFontCaption(sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_CAPTION + FONT_PE… in GetFontCaption() 89 … String& GetFontIndex (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_INDEX + FONT_PER… in GetFontIndex() 94 void SetFontStandard(const String& rSet, sal_uInt8 nFontGroup) in SetFontStandard() argument 95 {ChangeString(FONT_STANDARD + FONT_PER_GROUP * nFontGroup, rSet);} in SetFontStandard() 97 void SetFontOutline(const String& rSet, sal_uInt8 nFontGroup) in SetFontOutline() argument 98 { ChangeString(FONT_OUTLINE + FONT_PER_GROUP * nFontGroup, rSet);} in SetFontOutline() 99 void SetFontList (const String& rSet, sal_uInt8 nFontGroup) in SetFontList() argument [all …]
|
| H A D | optpage.hxx | 233 sal_uInt8 nFontGroup; //fontcfg.hxx: FONT_GROUP_[STANDARD|CJK|CTL] member in SwStdFontTabPage 255 void SetFontMode(sal_uInt8 nGroup) {nFontGroup = nGroup;} in SetFontMode()
|
| /trunk/main/sw/source/ui/config/ |
| H A D | optpage.cxx | 667 nFontGroup(FONT_GROUP_DEFAULT), 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() [all …]
|