Lines Matching refs:aSet

719 		SfxItemSet aSet( mpModel->GetItemPool(), SDRATTR_START, SDRATTR_END, 0);  in ObtainSettingsFromPropertySet()  local
721 …SvxItemPropertySet_ObtainSettingsFromPropertySet(rPropSet, aSet, xShape, mpPropSet->getPropertyMap… in ObtainSettingsFromPropertySet()
723 mpObj->SetMergedItemSetAndBroadcast(aSet); in ObtainSettingsFromPropertySet()
725 mpObj->ApplyNotPersistAttr( aSet ); in ObtainSettingsFromPropertySet()
1546 SfxItemSet aSet( mpModel->GetItemPool(), (sal_uInt16)nWID, (sal_uInt16)nWID ); in SetFillAttribute() local
1548 if( SetFillAttribute( nWID, rName, aSet, mpModel ) ) in SetFillAttribute()
1551 mpObj->SetMergedItemSetAndBroadcast(aSet); in SetFillAttribute()
1905 SfxItemSet aSet( mpModel->GetItemPool(), pMap->nWID, pMap->nWID); in _getPropertyValue() local
1906 aSet.Put(mpObj->GetMergedItem(pMap->nWID)); in _getPropertyValue()
1908 if(SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pMap, aAny )) in _getPropertyValue()
1911 if(!aSet.Count()) in _getPropertyValue()
1916 mpObj->TakeNotPersistAttr(aSet, sal_False); in _getPropertyValue()
1920 if(!aSet.Count()) in _getPropertyValue()
1924 aSet.Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _getPropertyValue()
1927 if(aSet.Count()) in _getPropertyValue()
1928 aAny = GetAnyForItem( aSet, pMap ); in _getPropertyValue()
2077 uno::Any SvxShape::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) const in GetAnyForItem() argument
2087 if(aSet.GetItemState(SDRATTR_CIRCSTARTANGLE,sal_False,&pPoolItem)==SFX_ITEM_SET) in GetAnyForItem()
2098 if (aSet.GetItemState(SDRATTR_CIRCENDANGLE,sal_False,&pPoolItem)==SFX_ITEM_SET) in GetAnyForItem()
2133 aAny = SvxItemPropertySet_getPropertyValue( *mpPropSet, pMap, aSet ); in GetAnyForItem()
3226 SfxItemSet aSet( mpModel->GetItemPool(), pMap->nWID, pMap->nWID); in _getPropertyDefault() local
3227 aSet.Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _getPropertyDefault()
3229 return GetAnyForItem( aSet, pMap ); in _getPropertyDefault()