Lines Matching refs:XFillStyleItem
273 pAttr->Put (XFillStyleItem ((XFillStyle) pFillStyle->GetValue ()), XATTR_FILLSTYLE); in AttrExec()
333 pAttr->Put (XFillStyleItem (XFILL_SOLID), XATTR_FILLSTYLE); in AttrExec()
393 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
411 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
452 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
464 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
569 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
584 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
631 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
644 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
678 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
712 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
788 const XFillStyleItem &rFillStyleItem = (const XFillStyleItem &) aAttr.Get (XATTR_FILLSTYLE); in AttrState()