Lines Matching refs:fSize
738 float fSize = (float)nHeight / 10; in lcl_SetColl() local
739 nHeight = CalcToUnit( fSize, SFX_MAPUNIT_TWIP ); in lcl_SetColl()
776 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet() local
777 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_STANDARD, nFontGroup ); in FillItemSet()
781 float fSize = (float)aTitleHeightLB.GetValue() / 10; in FillItemSet() local
782 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_OUTLINE, nFontGroup ); in FillItemSet()
786 float fSize = (float)aListHeightLB.GetValue() / 10; in FillItemSet() local
787 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_LIST, nFontGroup ); in FillItemSet()
791 float fSize = (float)aLabelHeightLB.GetValue() / 10; in FillItemSet() local
792 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_CAPTION, nFontGroup ); in FillItemSet()
796 float fSize = (float)aIndexHeightLB.GetValue() / 10; in FillItemSet() local
797 … pFontConfig->SetFontHeight( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), FONT_INDEX, nFontGroup ); in FillItemSet()
825 float fSize = (float)aStandardHeightLB.GetValue() / 10; in FillItemSet() local
826 …pWrtShell->SetDefault(SvxFontHeightItem( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), 100, nFontHeightWh… in FillItemSet()