Lines Matching refs:aSet

1979                 SfxItemSet aSet(*rStyleSet.GetPool(), rEntry.nWID, rEntry.nWID);  in lcl_SetStyleProperty()  local
1980 aSet.SetParent(&rStyleSet); in lcl_SetStyleProperty()
1981 …Value(rEntry, uno::makeAny ( static_cast < sal_Int8 > ( nBin == USHRT_MAX-1 ? -1 : nBin ) ), aSet); in lcl_SetStyleProperty()
1982 rStyleSet.Put(aSet); in lcl_SetStyleProperty()
2344 SfxItemSet aSet(*rStyleSet.GetPool(), rEntry.nWID, rEntry.nWID); in lcl_SetStyleProperty() local
2345 aSet.SetParent(&rStyleSet); in lcl_SetStyleProperty()
2346 rPropSet.setPropertyValue(rEntry, aValue, aSet); in lcl_SetStyleProperty()
2347 rStyleSet.Put(aSet); in lcl_SetStyleProperty()
3274 SfxItemSet aSet(pDoc->GetAttrPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST); in setPropertiesToDefault() local
3275 aSet.SetParent(&pTargetFmt->GetAttrSet()); in setPropertiesToDefault()
3277 aSet.ClearItem(XATTR_FILLBMP_STRETCH); in setPropertiesToDefault()
3278 aSet.ClearItem(XATTR_FILLBMP_TILE); in setPropertiesToDefault()
3280 pTargetFmt->SetFmtAttr(aSet); in setPropertiesToDefault()
4423 SwAttrSet aSet( pDocShell->GetDoc()->GetAttrPool(), pRange ); in insertStyle() local
4434 pPropSet->setPropertyValue( pSeq[i].Name, pSeq[i].Value, aSet ); in insertStyle()
4451 aSet.SetParent(&pDocShell->GetDoc()->GetDfltTxtFmtColl()->GetAttrSet()); in insertStyle()
4522 SvxShape::SetFillAttribute(pEntry->nWID, aTempName, aSet); in insertStyle()
4531 XFillBitmapItem aXFillBitmapItem(aSet.GetPool(), aNullGraphic); in insertStyle()
4534 aSet.Put(aXFillBitmapItem); in insertStyle()
4544 … const SvxBrushItem aOriginalBrushItem(getSvxBrushItemFromSourceSet(aSet, RES_BACKGROUND)); in insertStyle()
4551 setSvxBrushItemAsFillAttributesToTargetSet(aChangedBrushItem, aSet); in insertStyle()
4574 aSet.Put(XFillBmpStretchItem(drawing::BitmapMode_STRETCH == eMode)); in insertStyle()
4575 aSet.Put(XFillBmpTileItem(drawing::BitmapMode_REPEAT == eMode)); in insertStyle()
4585 pPropSet->setPropertyValue( rPropName, aValue, aSet ); in insertStyle()
4590 aSet.SetParent(0); in insertStyle()
4597 pDocShell->GetDoc()->CheckForUniqueItemForLineFillNameOrIndex(aSet); in insertStyle()
4600 …SfxItemSet_Pointer_t pSet = pDocShell->GetDoc()->GetIStyleAccess().cacheAutomaticStyle( aSet, eFam… in insertStyle()