Lines Matching refs:nFontHeightWhich
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
1000 …ntHeightItem& rFontHeightStandard = (const SvxFontHeightItem& )pColl->GetFmtAttr(nFontHeightWhich); in Reset()
1008 …Item& rFontHeightTitle = (const SvxFontHeightItem&)pColl->GetFmtAttr( nFontHeightWhich, sal_True ); in Reset()
1020 …ghtItem& rFontHeightList = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeightWhich, sal_True); in Reset()
1030 …htItem& rFontHeightLabel = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeightWhich, sal_True); in Reset()
1039 …htItem& rFontHeightIndex = (const SvxFontHeightItem&)pColl->GetFmtAttr(nFontHeightWhich, sal_True); in Reset()