Searched refs:pSrcItem (Results 1 – 1 of 1) sorted by relevance
956 const SfxPoolItem* pSrcItem; in lcl_CopyStyleToPool() local958 rSrcSet.GetItemState( ATTR_VALUE_FORMAT, sal_False, &pSrcItem ) == SFX_ITEM_SET ) in lcl_CopyStyleToPool()960 sal_uLong nOldFormat = static_cast<const SfxUInt32Item*>(pSrcItem)->GetValue(); in lcl_CopyStyleToPool()1008 const SfxPoolItem* pSrcItem; in PutInPool() local1009 SfxItemState eItemState = pSrcSet->GetItemState( nAttrId, sal_False, &pSrcItem ); in PutInPool()1022 sal_uLong nOldIndex = ((const SfxUInt32Item*)pSrcItem)->GetValue(); in PutInPool()1054 sal_uLong nOldIndex = ((const SfxUInt32Item*)pSrcItem)->GetValue(); in PutInPool()1065 sal_uLong nOldFormat = ((const SfxUInt32Item*)pSrcItem)->GetValue(); in PutInPool()1077 pDestSet->Put(*pSrcItem); in PutInPool()
Completed in 14 milliseconds