Home
last modified time | relevance | path

Searched refs:pSrcItem (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dpatattr.cxx956 const SfxPoolItem* pSrcItem; in lcl_CopyStyleToPool() local
958 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() local
1009 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 23 milliseconds