Lines Matching refs:aGradient

388 							XGradient aGradient(pEntry->GetGradient());  in AttrExec()  local
390 if (rReq.GetSlot () == SID_SETGRADSTARTCOLOR) aGradient.SetStartColor (aColor); in AttrExec()
391 else aGradient.SetEndColor (aColor); in AttrExec()
394 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
402 XGradient aGradient ((rReq.GetSlot () == SID_SETGRADSTARTCOLOR) in AttrExec() local
409 …GetDoc()->GetGradientListFromSdrModel()->Insert (new XGradientEntry (aGradient, pName->GetValue ()… in AttrExec()
412 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
559 XGradient aGradient(pEntry->GetGradient()); in AttrExec() local
561 aGradient.SetGradientStyle ((XGradientStyle) pStyle->GetValue ()); in AttrExec()
562 aGradient.SetAngle (pAngle->GetValue () * 10); in AttrExec()
563 aGradient.SetBorder ((short) pBorder->GetValue ()); in AttrExec()
564 aGradient.SetXOffset ((short) pCenterX->GetValue ()); in AttrExec()
565 aGradient.SetYOffset ((short) pCenterY->GetValue ()); in AttrExec()
566 aGradient.SetStartIntens ((short) pStart->GetValue ()); in AttrExec()
567 aGradient.SetEndIntens ((short) pEnd->GetValue ()); in AttrExec()
570 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
578 XGradient aGradient (aBlack, aBlack, (XGradientStyle) pStyle->GetValue (), in AttrExec() local
583 aGradientList->Insert (new XGradientEntry (aGradient, pName->GetValue ())); in AttrExec()
585 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()