Searched refs:pDestSet (Results 1 – 4 of 4) sorted by relevance
250 SfxItemSet* pDestSet = new SfxItemSet(*rStyleSet.GetPool(),rSrcSet.GetRanges()); in lcl_AdjustPool() local251 pDestSet->Put(rSrcSet); in lcl_AdjustPool()252 rStyleSet.Put(SvxSetItem(ATTR_PAGE_HEADERSET,pDestSet)); in lcl_AdjustPool()257 SfxItemSet* pDestSet = new SfxItemSet(*rStyleSet.GetPool(),rSrcSet.GetRanges()); in lcl_AdjustPool() local258 pDestSet->Put(rSrcSet); in lcl_AdjustPool()259 rStyleSet.Put(SvxSetItem(ATTR_PAGE_FOOTERSET,pDestSet)); in lcl_AdjustPool()
1859 void SdrModel::MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSet, SdrModel* pNewMo… in MigrateItemSet() argument1861 if( pSourceSet && pDestSet && (pSourceSet != pDestSet ) ) in MigrateItemSet()1905 pDestSet->Put(*pItem); in MigrateItemSet()
987 SfxItemSet* pDestSet = &pDestPattern->GetItemSet(); in PutInPool() local1073 pDestSet->Put(*pNewItem); in PutInPool()1077 pDestSet->Put(*pSrcItem); in PutInPool()
723 void MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSet, SdrModel* pNewModel );
Completed in 36 milliseconds