Lines Matching refs:pArgs
91 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
112 if( pArgs ) in Execute()
276 SvxLRSpaceItem aLRSpace = (const SvxLRSpaceItem&)pArgs->Get( in Execute()
367 if( !pArgs ) in Execute()
501 if( pArgs ) in Execute()
503 … if( SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_FONTINFO, sal_True, &pPoolItem ) ) in Execute()
513 if( pArgs ) in Execute()
515 … if( SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_FONTHEIGHT, sal_True, &pPoolItem ) ) in Execute()
525 … if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( EE_CHAR_COLOR, sal_True, &pPoolItem ) ) in Execute()
558 pArgs = rReq.GetArgs(); in Execute()
583 pArgs = rReq.GetArgs(); in Execute()
599 … aSvxScriptSetItem.PutItemForScriptType( nScriptType, pArgs->Get( rPool.GetWhich( nSlot ) ) ); in Execute()
602 pArgs = rReq.GetArgs(); in Execute()
633 pArgs = rReq.GetArgs(); in Execute()
637 aNewAttr.Put(pArgs->Get(pArgs->GetPool()->GetWhich(nSlot))); in Execute()
639 pArgs = rReq.GetArgs(); in Execute()
653 pArgs = rReq.GetArgs(); in Execute()
667 pArgs = rReq.GetArgs(); in Execute()
670 mpView->SetAttributes(*pArgs); in Execute()