Lines Matching refs:aHatch
448 XHatch aHatch(pEntry->GetHatch()); in AttrExec() local
450 aHatch.SetColor (aColor); in AttrExec()
453 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
460 XHatch aHatch (aColor); in AttrExec() local
462 GetDoc()->GetHatchListFromSdrModel()->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec()
465 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
625 XHatch aHatch(pEntry->GetHatch()); in AttrExec() local
627 aHatch.SetHatchStyle ((XHatchStyle) pStyle->GetValue ()); in AttrExec()
628 aHatch.SetDistance (pDistance->GetValue ()); in AttrExec()
629 aHatch.SetAngle (pAngle->GetValue () * 10); in AttrExec()
632 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
640 XHatch aHatch (aBlack, (XHatchStyle) pStyle->GetValue (), pDistance->GetValue (), in AttrExec() local
643 aHatchList->Insert (new XHatchEntry (aHatch, pName->GetValue ())); in AttrExec()
645 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()