Searched refs:SetCTLPosture (Results 1 – 4 of 4) sorted by relevance
162 void SetCTLPosture( const SvxPostureItem& rNew ) { aCTLPosture = rNew; } in SetCTLPosture() function in SwBoxAutoFmt
166 void SetCTLPosture( const SvxPostureItem& rCTLPosture ) { aCTLPosture = rCTLPosture; } in SetCTLPosture() function in ScAutoFormatDataField
588 case ATTR_CTL_FONT_POSTURE: rField.SetCTLPosture( (const SvxPostureItem&)rItem ); break; in PutItem()771 rField.SetCTLPosture ( (const SvxPostureItem&) rItemSet.Get( ATTR_CTL_FONT_POSTURE ) ); in GetFromItemSet()
641 pFmt->SetCTLPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_CTL_POSTURE ) ); in UpdateFromSet()
Completed in 25 milliseconds