Searched refs:SetCJKWeight (Results 1 – 4 of 4) sorted by relevance
157 void SetCJKWeight( const SvxWeightItem& rNew ) { aCJKWeight = rNew; } in SetCJKWeight() function in SwBoxAutoFmt
161 void SetCJKWeight( const SvxWeightItem& rCJKWeight ) { aCJKWeight = rCJKWeight; } in SetCJKWeight() function in ScAutoFormatDataField
583 case ATTR_CJK_FONT_WEIGHT: rField.SetCJKWeight( (const SvxWeightItem&)rItem ); break; in PutItem()766 rField.SetCJKWeight ( (const SvxWeightItem&) rItemSet.Get( ATTR_CJK_FONT_WEIGHT ) ); in GetFromItemSet()
636 pFmt->SetCJKWeight( (SvxWeightItem&)rSet.Get( RES_CHRATR_CJK_WEIGHT ) ); in UpdateFromSet()
Completed in 22 milliseconds