Lines Matching refs:pName

367 					SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False);  in AttrExec()
386 if (pEntry->GetName () == pName->GetValue ()) in AttrExec()
394 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
409 …GetDoc()->GetGradientListFromSdrModel()->Insert (new XGradientEntry (aGradient, pName->GetValue ()… in AttrExec()
412 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
427 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec()
446 if (pEntry->GetName () == pName->GetValue ()) in AttrExec()
453 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
462 GetDoc()->GetHatchListFromSdrModel()->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec()
465 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
481 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec()
499 XDashEntry *pEntry = new XDashEntry (aNewDash, pName->GetValue ()); in AttrExec()
503 if (aDashList->GetDash (i)->GetName () == pName->GetValue ()) in AttrExec()
511 pAttr->Put (XLineDashItem (pName->GetValue (), aNewDash), XATTR_LINEDASH); in AttrExec()
529 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec()
557 if (pEntry->GetName () == pName->GetValue ()) in AttrExec()
570 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
583 aGradientList->Insert (new XGradientEntry (aGradient, pName->GetValue ())); in AttrExec()
585 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
604 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec()
623 if (pEntry->GetName () == pName->GetValue ()) in AttrExec()
632 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
643 aHatchList->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec()
645 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
663 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec()
674 if (pEntry->GetName () == pName->GetValue ()) in AttrExec()
679 … pAttr->Put (XFillGradientItem (pName->GetValue (), pEntry->GetGradient ()), XATTR_FILLGRADIENT); in AttrExec()
697 SFX_REQUEST_ARG (rReq, pName, SfxStringItem, ID_VAL_INDEX, sal_False); in AttrExec()
708 if (pEntry->GetName () == pName->GetValue ()) in AttrExec()
713 pAttr->Put (XFillHatchItem (pName->GetValue (), pEntry->GetHatch ()), XATTR_FILLHATCH); in AttrExec()