Searched refs:nFontHeightWhich (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/ui/config/ |
H A D | optpage.cxx | 733 sal_Int32 nHeight, sal_uInt16 nFontHeightWhich) in lcl_SetColl() argument 738 pColl->SetFmtAttr(SvxFontHeightItem(nHeight, 100, nFontHeightWhich)); in lcl_SetColl() 805 sal_uInt16 nFontHeightWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in FillItemSet() local 823 …ll->SetDefault(SvxFontHeightItem( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), 100, nFontHeightWhich ) ); in FillItemSet() 825 pColl->ResetFmtAttr(nFontHeightWhich); in FillItemSet() 837 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aTitleHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 848 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aListHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 859 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aLabelHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 870 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aIndexHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 994 sal_uInt16 nFontHeightWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in Reset() local [all …]
|
/trunk/main/sw/source/ui/app/ |
H A D | docshini.cxx | 276 sal_uInt16 nFontHeightWhich = RES_CHRATR_FONTSIZE; in InitNew() local 283 nFontHeightWhich = RES_CHRATR_CJK_FONTSIZE; in InitNew() 289 nFontHeightWhich = RES_CHRATR_CTL_FONTSIZE; in InitNew() 315 …HeightItem aFontHeight( (const SvxFontHeightItem&)pColl->GetFmtAttr( nFontHeightWhich, sal_True )); in InitNew()
|
Completed in 15 milliseconds