Searched refs:SetCTLHeight (Results 1 – 4 of 4) sorted by relevance
161 void SetCTLHeight( const SvxFontHeightItem& rNew ) { aCTLHeight = rNew; } in SetCTLHeight() function in SwBoxAutoFmt
164 void SetCTLHeight( const SvxFontHeightItem& rCTLHeight ) { aCTLHeight = rCTLHeight; } in SetCTLHeight() function in ScAutoFormatDataField
586 case ATTR_CTL_FONT_HEIGHT: rField.SetCTLHeight( (const SvxFontHeightItem&)rItem ); break; in PutItem()769 rField.SetCTLHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_CTL_FONT_HEIGHT ) ); in GetFromItemSet()
637 pFmt->SetCTLHeight( (SvxFontHeightItem&)rSet.Get( RES_CHRATR_CTL_FONTSIZE ) ); in UpdateFromSet()
Completed in 50 milliseconds