Lines Matching refs:SvxFontHeightItem
451 nH = LogicToLogic( ( ( SvxFontHeightItem& ) rSet.Get( nWhich ) ).GetHeight(), in SetPrevFontSize()
839 …const SvxFontHeightItem& rOldItem = (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nF… in calcFontInfo()
1112 const SvxFontHeightItem& rItem = (SvxFontHeightItem&)rSet.Get( nWhich ); in Reset_Impl()
1129 const SvxFontHeightItem& rItem = (SvxFontHeightItem&)rSet.Get( nWhich ); in Reset_Impl()
1388 const SvxFontHeightItem* pOldHeight = (const SvxFontHeightItem*)GetOldItem( rSet, nSlot ); in FillItemSet_Impl()
1396 if ( ( (SvxFontHeightItem*)pItem )->GetHeight() != (sal_uInt32)nVal ) in FillItemSet_Impl()
1407 const SvxFontHeightItem& rOldItem = in FillItemSet_Impl()
1408 (const SvxFontHeightItem&)GetItemSet().GetParent()->Get( nWhich ); in FillItemSet_Impl()
1410 SvxFontHeightItem aHeight( 240, 100, nWhich ); in FillItemSet_Impl()
1420 rSet.Put( SvxFontHeightItem( CalcToUnit( fSize, eUnit ), 100, nWhich ) ); in FillItemSet_Impl()
1631 const SvxFontHeightItem& rHeightItem = in enableRelativeMode()
1632 (SvxFontHeightItem&)_pPage->GetItemSet().GetParent()->Get( _nHeightWhich ); in enableRelativeMode()