Searched refs:aFontHeightItem (Results 1 – 3 of 3) sorted by relevance
99 SvxFontHeightItem aFontHeightItem( 0, 100, EE_CHAR_FONTHEIGHT ); in FillItemSet() local101 ((SfxPoolItem*)&aFontHeightItem)->PutValue( aTemp, MID_FONTHEIGHT|CONVERT_TWIPS ); in FillItemSet()102 rSet.Put(aFontHeightItem); in FillItemSet()
1533 … SvxFontHeightItem aFontHeightItem( static_cast<const SvxFontHeightItem&>(rSet.Get( *pWhich )) ); in ChangeFontSize()1534 long nHeight = aFontHeightItem.GetHeight(); in ChangeFontSize()1591 if( nHeight != (long)aFontHeightItem.GetHeight() ) in ChangeFontSize()1593 aFontHeightItem.SetHeight( nHeight ); in ChangeFontSize()1594 rSet.Put( aFontHeightItem, *pWhich ); in ChangeFontSize()
170 SvxFontHeightItem aFontHeightItem( aSz.Width(), 100, EE_CHAR_FONTHEIGHT ); in AddRTFDefaultValues() local184 pNode->GetContentAttribs().GetItems().Put( aFontHeightItem ); in AddRTFDefaultValues()
Completed in 98 milliseconds