Lines Matching refs:pMap

670   SfxItemSet& rSet, uno::Reference< beans::XPropertySet > xSet, const SfxItemPropertyMap* pMap )  in SvxItemPropertySet_ObtainSettingsFromPropertySet()  argument
685 const SfxItemPropertySimpleEntry* pEntry = pMap->getByName( aSrcIt->sName ); in SvxItemPropertySet_ObtainSettingsFromPropertySet()
1397 UHashMapEntry* pMap = pSdrShapeIdentifierMap; in getShapeType() local
1398 while ( ( pMap->nId != mpImpl->mnObjId ) && pMap->aIdentifier.getLength() ) in getShapeType()
1399 ++pMap; in getShapeType()
1401 if ( pMap->aIdentifier.getLength() ) in getShapeType()
1403 return pMap->aIdentifier; in getShapeType()
1767 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(rPropertyName); in _setPropertyValue() local
1771 if( pMap == NULL ) in _setPropertyValue()
1774 if( (pMap->nFlags & beans::PropertyAttribute::READONLY ) != 0 ) in _setPropertyValue()
1779 if(!setPropertyValueImpl( rPropertyName, pMap, rVal ) ) in _setPropertyValue()
1781 …DBG_ASSERT( pMap->nWID == SDRATTR_TEXTDIRECTION || pMap->nWID < SDRATTR_NOTPERSIST_FIRST || pMap->… in _setPropertyValue()
1782 …DBG_ASSERT( pMap->nWID < OWN_ATTR_VALUE_START || pMap->nWID > OWN_ATTR_VALUE_END, "Not item proper… in _setPropertyValue()
1784 …sal_Bool bIsNotPersist = pMap->nWID >= SDRATTR_NOTPERSIST_FIRST && pMap->nWID <= SDRATTR_NOTPERSIS… in _setPropertyValue()
1786 if( pMap->nWID == SDRATTR_ECKENRADIUS ) in _setPropertyValue()
1807 pSet = new SfxItemSet( mpModel->GetItemPool(), pMap->nWID, pMap->nWID); in _setPropertyValue()
1810 if( pSet->GetItemState( pMap->nWID ) != SFX_ITEM_SET ) in _setPropertyValue()
1811 pSet->Put(mpObj->GetMergedItem(pMap->nWID)); in _setPropertyValue()
1813 if( !SvxUnoTextRangeBase::SetPropertyValueHelper( *pSet, pMap, rVal, *pSet )) in _setPropertyValue()
1815 if( pSet->GetItemState( pMap->nWID ) != SFX_ITEM_SET ) in _setPropertyValue()
1824 if( pSet->GetItemState( pMap->nWID ) != SFX_ITEM_SET ) in _setPropertyValue()
1827 if(mpModel->GetItemPool().IsWhich(pMap->nWID)) in _setPropertyValue()
1828 pSet->Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _setPropertyValue()
1831 if( pSet->GetItemState( pMap->nWID ) == SFX_ITEM_SET ) in _setPropertyValue()
1833 SvxItemPropertySet_setPropertyValue( *mpPropSet, pMap, rVal, *pSet ); in _setPropertyValue()
1864 if(pMap && pMap->nWID) in _setPropertyValue()
1870 mpPropSet->setPropertyValue( pMap, rVal ); in _setPropertyValue()
1892 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in _getPropertyValue() local
1897 if(pMap == NULL ) in _getPropertyValue()
1900 if( !getPropertyValueImpl( PropertyName, pMap, aAny ) ) in _getPropertyValue()
1902 …DBG_ASSERT( pMap->nWID == SDRATTR_TEXTDIRECTION || (pMap->nWID < SDRATTR_NOTPERSIST_FIRST || pMap-… in _getPropertyValue()
1903 …DBG_ASSERT( pMap->nWID < OWN_ATTR_VALUE_START || pMap->nWID > OWN_ATTR_VALUE_END, "Not item proper… in _getPropertyValue()
1905 SfxItemSet aSet( mpModel->GetItemPool(), pMap->nWID, pMap->nWID); in _getPropertyValue()
1906 aSet.Put(mpObj->GetMergedItem(pMap->nWID)); in _getPropertyValue()
1908 if(SvxUnoTextRangeBase::GetPropertyValueHelper( aSet, pMap, aAny )) in _getPropertyValue()
1913 if(pMap->nWID >= SDRATTR_NOTPERSIST_FIRST && pMap->nWID <= SDRATTR_NOTPERSIST_LAST) in _getPropertyValue()
1923 if(mpModel->GetItemPool().IsWhich(pMap->nWID)) in _getPropertyValue()
1924 aSet.Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _getPropertyValue()
1928 aAny = GetAnyForItem( aSet, pMap ); in _getPropertyValue()
1936 if(pMap && pMap->nWID) in _getPropertyValue()
1938 aAny = mpPropSet->getPropertyValue( pMap ); in _getPropertyValue()
2077 uno::Any SvxShape::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) const in GetAnyForItem()
2082 switch(pMap->nWID) in GetAnyForItem()
2133 aAny = SvxItemPropertySet_getPropertyValue( *mpPropSet, pMap, aSet ); in GetAnyForItem()
2135 if( *pMap->pType != aAny.getValueType() ) in GetAnyForItem()
2138 …if( ( *pMap->pType == ::getCppuType((const sal_Int16*)0)) && aAny.getValueType() == ::getCppuType(… in GetAnyForItem()
2177 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(PropertyName); in _getPropertyState() local
2179 if( !mpObj.is() || pMap == NULL ) in _getPropertyState()
2183 if( !getPropertyStateImpl( pMap, eState ) ) in _getPropertyState()
2187 switch( rSet.GetItemState( pMap->nWID, sal_False ) ) in _getPropertyState()
2207 switch( pMap->nWID ) in _getPropertyState()
2217 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in _getPropertyState()
2232 NameOrIndex* pItem = (NameOrIndex*)rSet.GetItem((sal_uInt16)pMap->nWID); in _getPropertyState()
3211 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMapEntry(aPropertyName); in _getPropertyDefault() local
3213 if( !mpObj.is() || pMap == NULL || mpModel == NULL ) in _getPropertyDefault()
3216 if(( pMap->nWID >= OWN_ATTR_VALUE_START && pMap->nWID <= OWN_ATTR_VALUE_END ) || in _getPropertyDefault()
3217 ( pMap->nWID >= SDRATTR_NOTPERSIST_FIRST && pMap->nWID <= SDRATTR_NOTPERSIST_LAST )) in _getPropertyDefault()
3223 if(!mpModel->GetItemPool().IsWhich(pMap->nWID)) in _getPropertyDefault()
3226 SfxItemSet aSet( mpModel->GetItemPool(), pMap->nWID, pMap->nWID); in _getPropertyDefault()
3227 aSet.Put(mpModel->GetItemPool().GetDefaultItem(pMap->nWID)); in _getPropertyDefault()
3229 return GetAnyForItem( aSet, pMap ); in _getPropertyDefault()
4479 …ue( const SvxItemPropertySet& rPropSet, const SfxItemPropertySimpleEntry* pMap, const SfxItemSet& … in SvxItemPropertySet_getPropertyValue() argument
4481 if(!pMap || !pMap->nWID) in SvxItemPropertySet_getPropertyValue()
4485 …bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLB… in SvxItemPropertySet_getPropertyValue()
4486 …return rPropSet.getPropertyValue( pMap, rSet, (pMap->nWID != SDRATTR_XMLATTRIBUTES), bDontConvertN… in SvxItemPropertySet_getPropertyValue()
4489 …ue( const SvxItemPropertySet& rPropSet, const SfxItemPropertySimpleEntry* pMap, const uno::Any& rV… in SvxItemPropertySet_setPropertyValue() argument
4491 if(!pMap || !pMap->nWID) in SvxItemPropertySet_setPropertyValue()
4494 …bool bDontConvertNegativeValues = ( pMap->nWID == XATTR_FILLBMP_SIZEX || pMap->nWID == XATTR_FILLB… in SvxItemPropertySet_setPropertyValue()
4495 rPropSet.setPropertyValue( pMap, rVal, rSet, bDontConvertNegativeValues ); in SvxItemPropertySet_setPropertyValue()