Lines Matching refs:rSet

121 void SetAllScriptItem( SfxItemSet& rSet, const SfxPoolItem& rItem )  in SetAllScriptItem()  argument
123 rSet.Put( rItem ); in SetAllScriptItem()
145 rSet.Put( rItem, nWhCJK ); in SetAllScriptItem()
147 rSet.Put( rItem, nWhCTL ); in SetAllScriptItem()
150 void lcl_SetDfltFont( sal_uInt16 nFntType, SfxItemSet& rSet ) in lcl_SetDfltFont() argument
162 sal_uInt16 nLng = ((SvxLanguageItem&)rSet.GetPool()->GetDefaultItem( in lcl_SetDfltFont()
167 rSet.Put( SvxFontItem( aFnt.GetFamily(), aFnt.GetName(), in lcl_SetDfltFont()
174 sal_uInt16 nCTLFntType, SfxItemSet& rSet ) in lcl_SetDfltFont() argument
191 sal_uInt16 nLng = ((SvxLanguageItem&)rSet.GetPool()->GetDefaultItem( in lcl_SetDfltFont()
196 rSet.Put( SvxFontItem( aFnt.GetFamily(), aFnt.GetName(), in lcl_SetDfltFont()
203 SfxItemSet& rSet, in lcl_SetHeadline() argument
206 SetAllScriptItem( rSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT ) ); in lcl_SetHeadline()
213 SetAllScriptItem( rSet, aHItem ); in lcl_SetHeadline()
216 SetAllScriptItem( rSet, SvxPostureItem( ITALIC_NORMAL, RES_CHRATR_POSTURE ) ); in lcl_SetHeadline()
221 DEFAULTFONT_CTL_TEXT, rSet ); in lcl_SetHeadline()
265 void lcl_SetRegister( SwDoc* pDoc, SfxItemSet& rSet, sal_uInt16 nFact, in lcl_SetRegister() argument
272 rSet.Put( aLR ); in lcl_SetRegister()
275 SetAllScriptItem( rSet, SvxWeightItem( WEIGHT_BOLD, RES_CHRATR_WEIGHT ) ); in lcl_SetRegister()
276 SetAllScriptItem( rSet, SvxFontHeightItem( PT_16, 100, RES_CHRATR_FONTSIZE ) ); in lcl_SetRegister()
285 rSet.Put( aTStops ); in lcl_SetRegister()
292 SfxItemSet& rSet, in lcl_SetNumBul() argument
300 rSet.Put( aLR ); in lcl_SetNumBul()
301 rSet.Put( aUL ); in lcl_SetNumBul()
1449 void lcl_PutStdPageSizeIntoItemSet( SwDoc* pDoc, SfxItemSet& rSet ) in lcl_PutStdPageSizeIntoItemSet() argument
1459 rSet.Put( aFrmSz ); in lcl_PutStdPageSizeIntoItemSet()