Searched refs:SetCJKHeight (Results 1 – 4 of 4) sorted by relevance
156 void SetCJKHeight( const SvxFontHeightItem& rNew ) { aCJKHeight = rNew; } in SetCJKHeight() function in SwBoxAutoFmt
160 void SetCJKHeight( const SvxFontHeightItem& rCJKHeight ) { aCJKHeight = rCJKHeight; } in SetCJKHeight() function in ScAutoFormatDataField
582 case ATTR_CJK_FONT_HEIGHT: rField.SetCJKHeight( (const SvxFontHeightItem&)rItem ); break; in PutItem()765 rField.SetCJKHeight ( (const SvxFontHeightItem&) rItemSet.Get( ATTR_CJK_FONT_HEIGHT ) ); in GetFromItemSet()
635 pFmt->SetCJKHeight( (SvxFontHeightItem&)rSet.Get( RES_CHRATR_CJK_FONTSIZE ) ); in UpdateFromSet()
Completed in 24 milliseconds