Searched refs:nFontHeightWhich (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 736 sal_Int32 nHeight, sal_uInt16 nFontHeightWhich) in lcl_SetColl() argument 741 pColl->SetFmtAttr(SvxFontHeightItem(nHeight, 100, nFontHeightWhich)); in lcl_SetColl() 808 sal_uInt16 nFontHeightWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in FillItemSet() local 826 …ll->SetDefault(SvxFontHeightItem( CalcToUnit( fSize, SFX_MAPUNIT_TWIP ), 100, nFontHeightWhich ) ); in FillItemSet() 828 pColl->ResetFmtAttr(nFontHeightWhich); in FillItemSet() 840 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aTitleHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 851 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aListHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 862 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aLabelHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 873 … sal::static_int_cast< sal_uInt16, sal_Int64 >(aIndexHeightLB.GetValue()), nFontHeightWhich); in FillItemSet() 997 sal_uInt16 nFontHeightWhich = sal::static_int_cast< sal_uInt16, RES_CHRATR >( in Reset() local [all …]
|
/aoo4110/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 29 milliseconds