Lines Matching refs:rSet

124 								const SfxItemSet& rSet )  in Create()  argument
126 return new SwParagraphNumTabPage(pParent, rSet); in Create()
140 sal_Bool SwParagraphNumTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet() argument
146 …const SfxUInt16Item* pOldOutlineLv = (const SfxUInt16Item*)GetOldItem( rSet, SID_ATTR_PARA_OUTLINE… in FillItemSet()
149 rSet.Put(*pOutlineLv); in FillItemSet()
159 const SfxStringItem* pOldRule = (const SfxStringItem*)GetOldItem( rSet, SID_ATTR_PARA_NUMRULE); in FillItemSet()
162 rSet.Put(*pRule); in FillItemSet()
173 rSet.Put(SfxBoolItem(FN_NUMBER_NEWSTART, bNewStartChecked)); in FillItemSet()
174 rSet.Put(SfxUInt16Item(FN_NUMBER_NEWSTART_AT, in FillItemSet()
186 rSet.Put(aFmt); in FillItemSet()
195 void SwParagraphNumTabPage::Reset( const SfxItemSet& rSet ) in Reset() argument
199 SfxItemState eItemState = rSet.GetItemState( GetWhich(SID_ATTR_PARA_OUTLINE_LEVEL) ); in Reset()
204 …nOutlineLv = ((const SfxUInt16Item &)rSet.Get( GetWhich(SID_ATTR_PARA_OUTLINE_LEVEL) )).GetValue(); in Reset()
213 eItemState = rSet.GetItemState( GetWhich(SID_ATTR_PARA_NUMRULE) ); in Reset()
218 aStyle = ((const SfxStringItem &)rSet.Get( GetWhich(SID_ATTR_PARA_NUMRULE) )).GetValue(); in Reset()
241 eItemState = rSet.GetItemState( FN_NUMBER_NEWSTART ); in Reset()
245 const SfxBoolItem& rStart = (const SfxBoolItem&)rSet.Get(FN_NUMBER_NEWSTART); in Reset()
255 eItemState = rSet.GetItemState( FN_NUMBER_NEWSTART_AT); in Reset()
258 sal_uInt16 nNewStart = ((const SfxUInt16Item&)rSet.Get(FN_NUMBER_NEWSTART_AT)).GetValue(); in Reset()
272 if( SFX_ITEM_AVAILABLE <= rSet.GetItemState(RES_LINENUMBER)) in Reset()
274 SwFmtLineNumber& rNum = (SwFmtLineNumber&)rSet.Get(RES_LINENUMBER); in Reset()