Lines Matching refs:fSize
735 float fSize = (float)nHeight / 10; in lcl_SetColl() local
736 nHeight = CalcToUnit( fSize, SFX_MAPUNIT_TWIP ); in lcl_SetColl()
773 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet() local
774 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_STANDARD, nFontGroup ); in FillItemSet()
778 float fSize = (float)aTitleHeightLB.GetValue() / 10; in FillItemSet() local
779 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_OUTLINE, nFontGroup ); in FillItemSet()
783 float fSize = (float)aListHeightLB.GetValue() / 10; in FillItemSet() local
784 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_LIST, nFontGroup ); in FillItemSet()
788 float fSize = (float)aLabelHeightLB.GetValue() / 10; in FillItemSet() local
789 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_CAPTION, nFontGroup ); in FillItemSet()
793 float fSize = (float)aIndexHeightLB.GetValue() / 10; in FillItemSet() local
794 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_INDEX, nFontGroup ); in FillItemSet()
822 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet() local
823 …pWrtShell->SetDefault(SvxFontHeightItem( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), 100, nFontHeightWh… in FillItemSet()