Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/editeng/source/editeng/
H A Deditview.cxx1533 … 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()
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 36 milliseconds