Lines Matching refs:pArgs
319 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecClpbrd() local
321 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pFmt ) ) in ExecClpbrd()
501 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecUndo() local
503 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem )) in ExecUndo()
615 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
743 SFX_ITEMSET_ARG( pArgs, pGalleryItem, SvxGalleryItem, SID_GALLERY_FORMATS, sal_False ); in Execute()
798 if (pArgs) in Execute()
809 if(SFX_ITEM_SET == pArgs->GetItemState(nSlot)) in Execute()
810 nCount = ((SfxUInt16Item &)pArgs->Get(nSlot)).GetValue(); in Execute()
812 nCount = ((SfxUInt16Item &)pArgs->Get(SID_ATTR_COLUMNS)).GetValue(); in Execute()
840 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_1, sal_True, &pItem)) in Execute()
848 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_2, sal_True, &pItem)) in Execute()
867 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_3, sal_True, &pItem) && in Execute()
871 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_4, sal_True, &pItem)) in Execute()
875 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_5, sal_True, &pItem) && in Execute()
879 if(SFX_ITEM_SET == pArgs->GetItemState( FN_PARAM_6, sal_True, &pItem) && in Execute()
1184 if( pArgs != NULL in Execute()
1185 && pArgs->GetItemState( nSlot, sal_True, &pItem ) == SFX_ITEM_SET in Execute()
1209 if(bMore && pArgs) in Execute()
1212 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
1236 aMgr.SetAttrSet( *pArgs ); in Execute()
1241 rSh.SetAttrSet( *pArgs ); in Execute()
1262 rSh.SetTabBorders(*pArgs); in Execute()
1268 aMgr.SetAttrSet(*pArgs); in Execute()
2036 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecTxtCtrl() local
2038 if( pArgs) in ExecTxtCtrl()
2069 pSSetItem->PutItemForScriptType( nScripts, pArgs->Get( nWhich )); in ExecTxtCtrl()
2070 pArgs = &pSSetItem->GetItemSet(); in ExecTxtCtrl()
2078 pSSetItem->PutItemForScriptType( nScripts, pArgs->Get( nWhich )); in ExecTxtCtrl()
2079 pArgs = &pSSetItem->GetItemSet(); in ExecTxtCtrl()
2087 … sal_uInt32 nHeight = static_cast< const SvxFontHeightItem& >(pArgs->Get( nWhich )).GetHeight(); in ExecTxtCtrl()
2127 pArgs = &aHeightSet; in ExecTxtCtrl()
2133 if( pArgs ) in ExecTxtCtrl()
2142 rSh.AutoUpdatePara( pColl, *pArgs ); in ExecTxtCtrl()
2149 rSh.SetAttrSet( *pArgs ); in ExecTxtCtrl()
2314 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecBckCol() local
2317 if(!pArgs && nSlot != SID_BACKGROUND_COLOR) in ExecBckCol()
2353 if(pArgs) in ExecBckCol()
2355 … const SvxColorItem& rNewColorItem = (const SvxColorItem&)pArgs->Get(SID_BACKGROUND_COLOR); in ExecBckCol()
2371 … const SvxBrushItem& rNewBrushItem = (const SvxBrushItem&)pArgs->Get(GetPool().GetWhich(nSlot)); in ExecBckCol()
2475 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecDlg() local
2480 if(pArgs) in ExecDlg()
2481 pArgs->GetItemState( GetPool().GetWhich(nSlot), sal_False, &pItem ); in ExecDlg()
2665 const SfxItemSet* pArgs = _rRequest.GetArgs(); in InsertTable() local
2674 if( !pArgs && rSh.IsSelection() && !rSh.IsInClickToEdit() && in InsertTable()
2697 if( pArgs && pArgs->Count() >= 2 ) in InsertTable()
2886 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteGallery() local
2892 if ( !pArgs ) in ExecuteGallery()