Lines Matching refs:Put

273 						pAttr->Put (XFillStyleItem ((XFillStyle) pFillStyle->GetValue ()), XATTR_FILLSTYLE);  in AttrExec()
293 pAttr->Put (XLineStyleItem ((XLineStyle) pLineStyle->GetValue ()), XATTR_LINESTYLE); in AttrExec()
311 pAttr->Put (XLineWidthItem (pLineWidth->GetValue ()), XATTR_LINEWIDTH); in AttrExec()
329 pAttr->Put (XFillColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
333 pAttr->Put (XFillStyleItem (XFILL_SOLID), XATTR_FILLSTYLE); in AttrExec()
351 pAttr->Put (XLineColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
393 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
394 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
411 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
412 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
452 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
453 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
464 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
465 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
511 pAttr->Put (XLineDashItem (pName->GetValue (), aNewDash), XATTR_LINEDASH); in AttrExec()
512 pAttr->Put (XLineStyleItem (XLINE_DASH), XATTR_LINESTYLE); in AttrExec()
569 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
570 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
584 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
585 pAttr->Put (XFillGradientItem (pName->GetValue (), aGradient), XATTR_FILLGRADIENT); in AttrExec()
631 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
632 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
644 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
645 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
678 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
679 … pAttr->Put (XFillGradientItem (pName->GetValue (), pEntry->GetGradient ()), XATTR_FILLGRADIENT); in AttrExec()
712 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
713 pAttr->Put (XFillHatchItem (pName->GetValue (), pEntry->GetHatch ()), XATTR_FILLHATCH); in AttrExec()
790 rSet.Put (SfxUInt32Item (nWhich, (long) rFillStyleItem.GetValue ())); in AttrState()
798 rSet.Put (SfxUInt32Item (nWhich, (long) rLineStyleItem.GetValue ())); in AttrState()
806 rSet.Put (SfxUInt32Item (nWhich, (long) rLineWidthItem.GetValue ())); in AttrState()
860 rSet.Put (SfxUInt32Item (nWhich, (long) ((nWhich == SID_GETRED) in AttrState()