Searched refs:SetCJKPosture (Results 1 – 4 of 4) sorted by relevance
158 void SetCJKPosture( const SvxPostureItem& rNew ) { aCJKPosture = rNew; } in SetCJKPosture() function in SwBoxAutoFmt
162 void SetCJKPosture( const SvxPostureItem& rCJKPosture ) { aCJKPosture = rCJKPosture; } in SetCJKPosture() function in ScAutoFormatDataField
584 case ATTR_CJK_FONT_POSTURE: rField.SetCJKPosture( (const SvxPostureItem&)rItem ); break; in PutItem()767 rField.SetCJKPosture ( (const SvxPostureItem&) rItemSet.Get( ATTR_CJK_FONT_POSTURE ) ); in GetFromItemSet()
637 pFmt->SetCJKPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_CJK_POSTURE ) ); in UpdateFromSet()
Completed in 35 milliseconds