Lines Matching refs:pEntry

1324         const SfxItemPropertySimpleEntry* pEntry = NULL;  in GetStyleItemSet_Impl()  local
1327 pEntry = lcl_GetHeaderStyleMap()->getByName( rPropName ); in GetStyleItemSet_Impl()
1328 if ( pEntry ) // only item-wids in header/footer map in GetStyleItemSet_Impl()
1330 rpResultEntry = pEntry; in GetStyleItemSet_Impl()
1333 pEntry = lcl_GetFooterStyleMap()->getByName( rPropName ); in GetStyleItemSet_Impl()
1334 if ( pEntry ) // only item-wids in header/footer map in GetStyleItemSet_Impl()
1336 rpResultEntry = pEntry; in GetStyleItemSet_Impl()
1340 pEntry = pPropSet->getPropertyMap()->getByName( rPropName ); in GetStyleItemSet_Impl()
1341 if ( pEntry ) in GetStyleItemSet_Impl()
1343 rpResultEntry = pEntry; in GetStyleItemSet_Impl()
1414 const SfxItemPropertySimpleEntry* pEntry = pMap->getByName( aPropertyName ); in setPropertyToDefault() local
1415 if ( !pEntry ) in setPropertyToDefault()
1418 SetOnePropertyValue( aPropertyName, pEntry, NULL ); in setPropertyToDefault()
1533 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( pNames[i] ); in setPropertyValues() local
1536 SetOnePropertyValueWithoutUpdate( pNames[i], pEntry, &pValues[i] ); in setPropertyValues()
1646 const SfxItemPropertySimpleEntry* pEntry = pPropertyMap->getByName( pNames[i] ); in setPropertiesToDefault() local
1647 SetOnePropertyValue( pNames[i], pEntry, NULL ); in setPropertiesToDefault()
1689 …const SfxItemPropertySimpleEntry* pEntry = pPropSet->getPropertyMap()->getByName( aPropertyName ); in setPropertyValue() local
1690 if ( !pEntry ) in setPropertyValue()
1693 SetOnePropertyValue( aPropertyName, pEntry, &aValue ); in setPropertyValue()
1696 … const ::rtl::OUString& rPropertyName, const SfxItemPropertySimpleEntry* pEntry, const uno::Any* p… in SetOnePropertyValue() argument
1699 SetOnePropertyValueWithoutUpdate(rPropertyName, pEntry, pValue); in SetOnePropertyValue()
1703 … const ::rtl::OUString& rPropertyName, const SfxItemPropertySimpleEntry* pEntry, const uno::Any* p… in SetOnePropertyValueWithoutUpdate() argument
1707 if ( pStyle && pEntry ) in SetOnePropertyValueWithoutUpdate()
1717 if(pEntry->nWID == SC_WID_UNO_HEADERSET) in SetOnePropertyValueWithoutUpdate()
1731 else if(pEntry->nWID == SC_WID_UNO_FOOTERSET) in SetOnePropertyValueWithoutUpdate()
1748 if ( pEntry ) in SetOnePropertyValueWithoutUpdate()
1750 if ( IsScItemWid( pEntry->nWID ) ) in SetOnePropertyValueWithoutUpdate()
1754 switch ( pEntry->nWID ) // fuer Item-Spezial-Behandlungen in SetOnePropertyValueWithoutUpdate()
1785 … rSet.Put( SfxUInt16Item( pEntry->nWID, (sal_uInt16)HMMToTwips(nVal) ) ); in SetOnePropertyValueWithoutUpdate()
1838 rSet.Put( SfxUInt16Item( pEntry->nWID, nVal ) ); in SetOnePropertyValueWithoutUpdate()
1855 rSet.Put( ScViewObjectModeItem( pEntry->nWID, in SetOnePropertyValueWithoutUpdate()
1912 if ( rSet.GetPool()->GetSlotId(pEntry->nWID) == pEntry->nWID && in SetOnePropertyValueWithoutUpdate()
1913 … rSet.GetItemState(pEntry->nWID, sal_False) == SFX_ITEM_DEFAULT ) in SetOnePropertyValueWithoutUpdate()
1915 rSet.Put( rSet.Get(pEntry->nWID) ); in SetOnePropertyValueWithoutUpdate()
1917 pPropSet->setPropertyValue( *pEntry, *pValue, rSet ); in SetOnePropertyValueWithoutUpdate()
1922 rSet.ClearItem( pEntry->nWID ); in SetOnePropertyValueWithoutUpdate()
1924 if ( pEntry->nWID == ATTR_VALUE_FORMAT ) in SetOnePropertyValueWithoutUpdate()
1930 else if ( IsScUnoWid( pEntry->nWID ) ) in SetOnePropertyValueWithoutUpdate()
1932 switch ( pEntry->nWID ) in SetOnePropertyValueWithoutUpdate()