Lines Matching refs:pAttr

257 	SfxItemSet*		pAttr = new SfxItemSet ( GetDoc()->GetPool() );  in AttrExec()  local
259 GetView()->GetAttributes( *pAttr ); in AttrExec()
272 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec()
273 pAttr->Put (XFillStyleItem ((XFillStyle) pFillStyle->GetValue ()), XATTR_FILLSTYLE); in AttrExec()
292 pAttr->ClearItem (XATTR_LINESTYLE); in AttrExec()
293 pAttr->Put (XLineStyleItem ((XLineStyle) pLineStyle->GetValue ()), XATTR_LINESTYLE); in AttrExec()
310 pAttr->ClearItem (XATTR_LINEWIDTH); in AttrExec()
311 pAttr->Put (XLineWidthItem (pLineWidth->GetValue ()), XATTR_LINEWIDTH); in AttrExec()
327 pAttr->ClearItem (XATTR_FILLCOLOR); in AttrExec()
328 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec()
329 pAttr->Put (XFillColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
333 pAttr->Put (XFillStyleItem (XFILL_SOLID), XATTR_FILLSTYLE); in AttrExec()
350 pAttr->ClearItem (XATTR_LINECOLOR); in AttrExec()
351 pAttr->Put (XLineColorItem (-1, Color ((sal_uInt8) pRed->GetValue (), in AttrExec()
379 pAttr->ClearItem (XATTR_FILLGRADIENT); in AttrExec()
380 pAttr->ClearItem (XATTR_FILLSTYLE); 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()
439 pAttr->ClearItem (XATTR_FILLHATCH); in AttrExec()
440 pAttr->ClearItem (XATTR_FILLSTYLE); 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()
494 pAttr->ClearItem (XATTR_LINEDASH); in AttrExec()
495 pAttr->ClearItem (XATTR_LINESTYLE); in AttrExec()
511 pAttr->Put (XLineDashItem (pName->GetValue (), aNewDash), XATTR_LINEDASH); in AttrExec()
512 pAttr->Put (XLineStyleItem (XLINE_DASH), XATTR_LINESTYLE); in AttrExec()
546 pAttr->ClearItem (XATTR_FILLGRADIENT); in AttrExec()
547 pAttr->ClearItem (XATTR_FILLSTYLE); 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()
612 pAttr->ClearItem (XATTR_FILLHATCH); in AttrExec()
613 pAttr->ClearItem (XATTR_FILLSTYLE); 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()
676 pAttr->ClearItem (XATTR_FILLGRADIENT); in AttrExec()
677 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec()
678 pAttr->Put (XFillStyleItem (XFILL_GRADIENT), XATTR_FILLSTYLE); in AttrExec()
679pAttr->Put (XFillGradientItem (pName->GetValue (), pEntry->GetGradient ()), XATTR_FILLGRADIENT); in AttrExec()
710 pAttr->ClearItem (XATTR_FILLHATCH); in AttrExec()
711 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec()
712 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec()
713 pAttr->Put (XFillHatchItem (pName->GetValue (), pEntry->GetHatch ()), XATTR_FILLHATCH); in AttrExec()
764 mpDrawView->SetAttributes (*(const SfxItemSet *) pAttr); in AttrExec()
766 delete pAttr; in AttrExec()