Home
last modified time | relevance | path

Searched refs:aFontHeightItem (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/editeng/source/uno/
H A Dunofdesc.cxx99 SvxFontHeightItem aFontHeightItem( 0, 100, EE_CHAR_FONTHEIGHT ); in FillItemSet() local
101 ((SfxPoolItem*)&aFontHeightItem)->PutValue( aTemp, MID_FONTHEIGHT|CONVERT_TWIPS ); in FillItemSet()
102 rSet.Put(aFontHeightItem); in FillItemSet()
/aoo4110/main/editeng/source/editeng/
H A Deditview.cxx1532 … SvxFontHeightItem aFontHeightItem( static_cast<const SvxFontHeightItem&>(rSet.Get( *pWhich )) ); in ChangeFontSize()
1533 long nHeight = aFontHeightItem.GetHeight(); in ChangeFontSize()
1590 if( nHeight != (long)aFontHeightItem.GetHeight() ) in ChangeFontSize()
1592 aFontHeightItem.SetHeight( nHeight ); in ChangeFontSize()
1593 rSet.Put( aFontHeightItem, *pWhich ); in ChangeFontSize()
H A Deertfpar.cxx170 SvxFontHeightItem aFontHeightItem( aSz.Width(), 100, EE_CHAR_FONTHEIGHT ); in AddRTFDefaultValues() local
184 pNode->GetContentAttribs().GetItems().Put( aFontHeightItem ); in AddRTFDefaultValues()

Completed in 41 milliseconds