Lines Matching refs:pSet

191     const SfxItemSet* pSet = NULL;  in lcl_CharDialog()  local
193 pSet = pArgs; in lcl_CharDialog()
196 pSet = pDlg->GetOutputItemSet(); in lcl_CharDialog()
199 if ( pSet) in lcl_CharDialog()
201 SfxItemSet aTmpSet( *pSet ); in lcl_CharDialog()
979 SfxItemSet* pSet = NULL; in Execute() local
987 pSet = &aCoreSet; in Execute()
990 pSet = (SfxItemSet*) pArgs; in Execute()
996 pSet = (SfxItemSet*)pDlg->GetOutputItemSet(); in Execute()
998 … if( SFX_ITEM_SET == pSet->GetItemState( SID_ATTR_TABSTOP_DEFAULTS, sal_False, &pItem ) && in Execute()
1004 pSet->ClearItem( SID_ATTR_TABSTOP_DEFAULTS ); in Execute()
1007 if ( SFX_ITEM_SET == pSet->GetItemState(FN_PARAM_1,sal_False,&pItem) ) in Execute()
1009pSet->Put(SfxStringItem(FN_DROP_TEXT, ((const SfxStringItem*)pItem)->GetValue())); in Execute()
1010 pSet->ClearItem(FN_PARAM_1); in Execute()
1013 if( SFX_ITEM_SET == pSet->GetItemState( RES_PARATR_DROP, sal_False, &pItem )) in Execute()
1018 pSet->Put(SfxStringItem(FN_DROP_CHAR_STYLE_NAME, sCharStyleName)); in Execute()
1022 if ( pSet ) in Execute()
1024 rReq.Done( *pSet ); in Execute()
1025 ::SfxToSwPageDescAttr( rWrtSh, *pSet ); in Execute()
1029 const bool bUndoNeeded( pSet->Count() || in Execute()
1030 SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART) || in Execute()
1031 SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) ); in Execute()
1037 if( pSet->Count() ) in Execute()
1041 if ( SFX_ITEM_SET == pSet->GetItemState(FN_DROP_TEXT, sal_False, &pItem) ) in Execute()
1046 rWrtSh.SetAttrSet( *pSet ); in Execute()
1052 rWrtSh.AutoUpdatePara(pColl, *pSet); in Execute()
1056 if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART) ) in Execute()
1063 sal_Bool bStart = ((SfxBoolItem&)pSet->Get(FN_NUMBER_NEWSTART)).GetValue(); in Execute()
1070 if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) ) in Execute()
1072 nNumStart = ((SfxUInt16Item&)pSet->Get(FN_NUMBER_NEWSTART_AT)).GetValue(); in Execute()
1077 else if( SFX_ITEM_SET == pSet->GetItemState(FN_NUMBER_NEWSTART_AT) ) in Execute()
1079 … sal_uInt16 nNumStart = ((SfxUInt16Item&)pSet->Get(FN_NUMBER_NEWSTART_AT)).GetValue(); in Execute()