Lines Matching refs:aSet

2497 			SfxItemSet aSet(pRet->GetMergedItemSet());  in ImpConvertToContourObj()  local
2498 XFillStyle eOldFillStyle = ((const XFillStyleItem&)(aSet.Get(XATTR_FILLSTYLE))).GetValue(); in ImpConvertToContourObj()
2510 aSet.Put(XLineWidthItem(0L)); in ImpConvertToContourObj()
2511 aSet.Put(XLineStyleItem(XLINE_NONE)); in ImpConvertToContourObj()
2512 Color aColorLine = ((const XLineColorItem&)(aSet.Get(XATTR_LINECOLOR))).GetColorValue(); in ImpConvertToContourObj()
2513 …sal_uInt16 nTransLine = ((const XLineTransparenceItem&)(aSet.Get(XATTR_LINETRANSPARENCE))).GetValu… in ImpConvertToContourObj()
2514 aSet.Put(XFillColorItem(XubString(), aColorLine)); in ImpConvertToContourObj()
2515 aSet.Put(XFillStyleItem(XFILL_SOLID)); in ImpConvertToContourObj()
2516 aSet.Put(XFillTransparenceItem(nTransLine)); in ImpConvertToContourObj()
2518 aLinePolygonPart->SetMergedItemSet(aSet); in ImpConvertToContourObj()
2530 aSet.Put(XLineWidthItem(0L)); in ImpConvertToContourObj()
2531 aSet.Put(XFillStyleItem(XFILL_NONE)); in ImpConvertToContourObj()
2532 aSet.Put(XLineStyleItem(XLINE_SOLID)); in ImpConvertToContourObj()
2535 aSet.Put(XLineStartWidthItem(0)); in ImpConvertToContourObj()
2536 aSet.Put(XLineEndWidthItem(0)); in ImpConvertToContourObj()
2538 aLineHairlinePart->SetMergedItemSet(aSet); in ImpConvertToContourObj()
2568 aSet.ClearItem(); in ImpConvertToContourObj()
2569 aSet.Put(pRet->GetMergedItemSet()); in ImpConvertToContourObj()
2570 aSet.Put(XLineStyleItem(XLINE_NONE)); in ImpConvertToContourObj()
2571 aSet.Put(XLineWidthItem(0L)); in ImpConvertToContourObj()
2576 pClone->SetMergedItemSet(aSet); in ImpConvertToContourObj()