Searched refs:SetPosture (Results 1 – 5 of 5) sorted by relevance
80 void SetPosture( FontItalic eNew ) in SetPosture() function in SvxPostureItem
155 void SetPosture( const SvxPostureItem& rNew ) { aPosture = rNew; } in SetPosture() function in SwBoxAutoFmt
158 void SetPosture( const SvxPostureItem& rPosture ) { aPosture = rPosture; } in SetPosture() function in ScAutoFormatDataField
580 case ATTR_FONT_POSTURE: rField.SetPosture( (const SvxPostureItem&)rItem ); break; in PutItem()763 rField.SetPosture ( (const SvxPostureItem&) rItemSet.Get( ATTR_FONT_POSTURE ) ); in GetFromItemSet()
631 pFmt->SetPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_POSTURE ) ); in UpdateFromSet()
Completed in 31 milliseconds