Lines Matching refs:pMap

970 Any Cell::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap )  in GetAnyForItem()  argument
972 Any aAny( SvxItemPropertySet_getPropertyValue( *mpPropSet, pMap, aSet ) ); in GetAnyForItem()
974 if( *pMap->pType != aAny.getValueType() ) in GetAnyForItem()
977 …if( ( *pMap->pType == ::getCppuType((const sal_Int16*)0)) && aAny.getValueType() == ::getCppuType(… in GetAnyForItem()
1006 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(rPropertyName); in setPropertyValue() local
1007 if( pMap ) in setPropertyValue()
1009 if( (pMap->nFlags & PropertyAttribute::READONLY ) != 0 ) in setPropertyValue()
1012 switch( pMap->nWID ) in setPropertyValue()
1086 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in setPropertyValue()
1087 aSet.Put(mpProperties->GetItem(pMap->nWID)); in setPropertyValue()
1091 switch( pMap->nWID ) in setPropertyValue()
1101 if( pMap->nMemberId == MID_NAME ) in setPropertyValue()
1106 if( SvxShape::SetFillAttribute( pMap->nWID, aApiName, aSet, GetModel() ) ) in setPropertyValue()
1117 if( !SvxUnoTextRangeBase::SetPropertyValueHelper( aSet, pMap, rValue, aSet )) in setPropertyValue()
1119 if( aSet.GetItemState( pMap->nWID ) != SFX_ITEM_SET ) in setPropertyValue()
1122 if(GetModel()->GetItemPool().IsWhich(pMap->nWID)) in setPropertyValue()
1123 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in setPropertyValue()
1126 if( aSet.GetItemState( pMap->nWID ) == SFX_ITEM_SET ) in setPropertyValue()
1128 SvxItemPropertySet_setPropertyValue( *mpPropSet, pMap, rValue, aSet ); in setPropertyValue()
1151 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in getPropertyValue() local
1152 if( pMap ) in getPropertyValue()
1154 switch( pMap->nWID ) in getPropertyValue()
1208 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in getPropertyValue()
1209 aSet.Put(mpProperties->GetItem(pMap->nWID)); in getPropertyValue()
1212 if(!SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pMap, aAny )) in getPropertyValue()
1217 if(GetModel()->GetItemPool().IsWhich(pMap->nWID)) in getPropertyValue()
1218 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in getPropertyValue()
1222 aAny = GetAnyForItem( aSet, pMap ); in getPropertyValue()
1352 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in getPropertyState() local
1354 if( pMap ) in getPropertyState()
1357 switch( pMap->nWID ) in getPropertyState()
1396 switch( rSet.GetItemState( pMap->nWID, sal_False ) ) in getPropertyState()
1416 switch( pMap->nWID ) in getPropertyState()
1426 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in getPropertyState()
1441 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in getPropertyState()
1495 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in setPropertyToDefault() local
1496 if( pMap ) in setPropertyToDefault()
1498 switch( pMap->nWID ) in setPropertyToDefault()
1519 mpProperties->ClearObjectItem( pMap->nWID ); in setPropertyToDefault()
1538 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(aPropertyName); in getPropertyDefault() local
1539 if( pMap ) in getPropertyDefault()
1541 switch( pMap->nWID ) in getPropertyDefault()
1564 if( GetModel()->GetItemPool().IsWhich(pMap->nWID) ) in getPropertyDefault()
1566 SfxItemSet aSet( GetModel()->GetItemPool(), pMap->nWID, pMap->nWID); in getPropertyDefault()
1567 aSet.Put(GetModel()->GetItemPool().GetDefaultItem(pMap->nWID)); in getPropertyDefault()
1568 return GetAnyForItem( aSet, pMap ); in getPropertyDefault()