Lines Matching refs:pSet

205 	const SfxItemSet* pSet = NULL;  in lcl_CharDialog()  local
207 pSet = pArgs; in lcl_CharDialog()
210 pSet = pDlg->GetOutputItemSet(); in lcl_CharDialog()
213 if ( pSet) in lcl_CharDialog()
215 SfxItemSet aTmpSet( *pSet ); in lcl_CharDialog()
975 SfxItemSet* pSet = NULL; in Execute() local
983 pSet = &aCoreSet; in Execute()
986 pSet = (SfxItemSet*) pArgs; in Execute()
992 pSet = (SfxItemSet*)pDlg->GetOutputItemSet(); in Execute()
994 … if( SFX_ITEM_SET == pSet->GetItemState( SID_ATTR_TABSTOP_DEFAULTS, sal_False, &pItem ) && in Execute()
1000 pSet->ClearItem( SID_ATTR_TABSTOP_DEFAULTS ); in Execute()
1003 if ( SFX_ITEM_SET == pSet->GetItemState(FN_PARAM_1,sal_False,&pItem) ) in Execute()
1005pSet->Put(SfxStringItem(FN_DROP_TEXT, ((const SfxStringItem*)pItem)->GetValue())); in Execute()
1006 pSet->ClearItem(FN_PARAM_1); in Execute()
1009 if( SFX_ITEM_SET == pSet->GetItemState( RES_PARATR_DROP, sal_False, &pItem )) in Execute()
1014 pSet->Put(SfxStringItem(FN_DROP_CHAR_STYLE_NAME, sCharStyleName)); in Execute()
1018 if ( pSet ) in Execute()
1020 rReq.Done( *pSet ); in Execute()
1021 ::SfxToSwPageDescAttr( rWrtSh, *pSet ); in Execute()
1025 const bool bUndoNeeded( pSet->Count() || in Execute()
1026 SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART) || in Execute()
1027 SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) ); in Execute()
1033 if( pSet->Count() ) in Execute()
1037 if ( SFX_ITEM_SET == pSet->GetItemState(FN_DROP_TEXT, sal_False, &pItem) ) in Execute()
1042 rWrtSh.SetAttrSet( *pSet ); in Execute()
1048 rWrtSh.AutoUpdatePara(pColl, *pSet); in Execute()
1052 if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART) ) in Execute()
1059 sal_Bool bStart = ((SfxBoolItem&)pSet->Get(FN_NUMBER_NEWSTART)).GetValue(); in Execute()
1066 if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) ) in Execute()
1068 nNumStart = ((SfxUInt16Item&)pSet->Get(FN_NUMBER_NEWSTART_AT)).GetValue(); in Execute()
1073 else if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) ) in Execute()
1075 … sal_uInt16 nNumStart = ((SfxUInt16Item&)pSet->Get(FN_NUMBER_NEWSTART_AT)).GetValue(); in Execute()