Lines Matching refs:nFontHeightWhich
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
997 …ntHeightItem& rFontHeightStandard = (const SvxFontHeightItem& )pColl->GetFmtAttr(nFontHeightWhich); in Reset()
1005 …Item& rFontHeightTitle = (const SvxFontHeightItem&)pColl->GetFmtAttr( nFontHeightWhich, sal_True ); in Reset()
1017 …ghtItem& rFontHeightList = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeightWhich, sal_True); in Reset()
1027 …htItem& rFontHeightLabel = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeightWhich, sal_True); in Reset()
1036 …htItem& rFontHeightIndex = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeightWhich, sal_True); in Reset()