Lines Matching refs:pArgs
321 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecClpbrd() local
323 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pFmt ) ) in ExecClpbrd()
503 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecUndo() local
505 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem )) in ExecUndo()
617 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
745 SFX_ITEMSET_ARG( pArgs, pGalleryItem, SvxGalleryItem, SID_GALLERY_FORMATS, sal_False ); in Execute()
800 if (pArgs) in Execute()
811 if(SFX_ITEM_SET == pArgs->GetItemState(nSlot)) in Execute()
812 nCount = ((SfxUInt16Item &)pArgs->Get(nSlot)).GetValue(); in Execute()
814 nCount = ((SfxUInt16Item &)pArgs->Get(SID_ATTR_COLUMNS)).GetValue(); in Execute()
842 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_1, sal_True, &pItem)) in Execute()
850 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_2, sal_True, &pItem)) in Execute()
869 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_3, sal_True, &pItem) && in Execute()
873 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_4, sal_True, &pItem)) in Execute()
877 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_5, sal_True, &pItem) && in Execute()
881 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_6, sal_True, &pItem) && in Execute()
1186 if( pArgs != NULL in Execute()
1187 && pArgs->GetItemState( nSlot, sal_True, &pItem ) == SFX_ITEM_SET in Execute()
1211 if(bMore && pArgs) in Execute()
1214 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
1238 aMgr.SetAttrSet( *pArgs ); in Execute()
1243 rSh.SetAttrSet( *pArgs ); in Execute()
1264 rSh.SetTabBorders(*pArgs); in Execute()
1270 aMgr.SetAttrSet(*pArgs); in Execute()
2038 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecTxtCtrl() local
2040 if( pArgs) in ExecTxtCtrl()
2071 pSSetItem->PutItemForScriptType( nScripts, pArgs->Get( nWhich )); in ExecTxtCtrl()
2072 pArgs = &pSSetItem->GetItemSet(); in ExecTxtCtrl()
2080 pSSetItem->PutItemForScriptType( nScripts, pArgs->Get( nWhich )); in ExecTxtCtrl()
2081 pArgs = &pSSetItem->GetItemSet(); in ExecTxtCtrl()
2089 … sal_uInt32 nHeight = static_cast< const SvxFontHeightItem& >(pArgs->Get( nWhich )).GetHeight(); in ExecTxtCtrl()
2129 pArgs = &aHeightSet; in ExecTxtCtrl()
2135 if( pArgs ) in ExecTxtCtrl()
2144 rSh.AutoUpdatePara( pColl, *pArgs ); in ExecTxtCtrl()
2151 rSh.SetAttrSet( *pArgs ); in ExecTxtCtrl()
2325 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecBckCol() local
2327 if( !pArgs && nSlot != SID_BACKGROUND_COLOR) in ExecBckCol()
2357 if(pArgs) in ExecBckCol()
2360 pArgs->Get(SID_BACKGROUND_COLOR); in ExecBckCol()
2377 pArgs->Get( GetPool().GetWhich(nSlot) ); in ExecBckCol()
2468 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecDlg() local
2473 if(pArgs) in ExecDlg()
2474 pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem ); in ExecDlg()
2658 const SfxItemSet* pArgs = _rRequest.GetArgs(); in InsertTable() local
2667 if( !pArgs && rSh.IsSelection() && !rSh.IsInClickToEdit() && in InsertTable()
2690 if( pArgs && pArgs->Count() >= 2 ) in InsertTable()
2879 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteGallery() local
2885 if ( !pArgs ) in ExecuteGallery()