Searched refs:pDestPool (Results 1 – 13 of 13) sorted by relevance
/trunk/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 256 …void AttributeProperties::MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* … in MoveToItemPool() argument 260 if(pSrcPool && pDestPool && (pSrcPool != pDestPool)) in MoveToItemPool() 276 mpItemSet = mpItemSet->Clone(sal_False, pDestPool); in MoveToItemPool() 285 if(pStyleSheetPool == pDestPool) in MoveToItemPool() 303 || &pNewStyleSheet->GetPool().GetPool() != pDestPool) in MoveToItemPool()
|
H A D | e3dsceneproperties.cxx | 284 …void E3dSceneProperties::MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* p… in MoveToItemPool() argument 286 if(pSrcPool && pDestPool && (pSrcPool != pDestPool)) in MoveToItemPool() 289 E3dProperties::MoveToItemPool(pSrcPool, pDestPool, pNewModel); in MoveToItemPool() 303 pObj->GetProperties().MoveToItemPool(pSrcPool, pDestPool, pNewModel); in MoveToItemPool()
|
H A D | groupproperties.cxx | 253 …void GroupProperties::MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNew… in MoveToItemPool() argument 255 if(pSrcPool && pDestPool && (pSrcPool != pDestPool)) in MoveToItemPool() 262 pSub->GetObj(a)->GetProperties().MoveToItemPool(pSrcPool, pDestPool, pNewModel); in MoveToItemPool()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 290 ScStyleSheetPool* pDestPool = aDocument.GetStyleSheetPool(); in LoadStylesArgs() local 309 …SfxStyleSheetBase* pDestStyle = pDestPool->Find( pSourceStyle->GetName(), pSourceStyle->GetFamily(… in LoadStylesArgs() 323 …pStyles[nFound].pDest = &pDestPool->Make( aName, pSourceStyle->GetFamily(), pSourceStyle->GetMask(… in LoadStylesArgs()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 499 const SfxItemPool* pDestPool = rDest.GetPool(); in ConvertAndPutItems() local 506 sal_uInt16 nSlot = pDestPool->GetTrueSlotId( nWhich ); in ConvertAndPutItems() 517 MapUnit eDestUnit = pDestUnit ? *pDestUnit : (MapUnit)pDestPool->GetMetric( nWhich ); in ConvertAndPutItems()
|
/trunk/main/sc/source/core/data/ |
H A D | patattr.cxx | 928 SfxStyleSheetBasePool* pDestPool, in lcl_CopyStyleToPool() argument 932 if ( !pSrcStyle || !pDestPool || !pSrcPool ) in lcl_CopyStyleToPool() 942 SfxStyleSheetBase* pDestStyle = pDestPool->Find( aStrSrcStyle, eFamily ); in lcl_CopyStyleToPool() 949 pDestStyle = &pDestPool->Make( aStrSrcStyle, eFamily, SFXSTYLEBIT_USERDEF ); in lcl_CopyStyleToPool() 970 !pDestPool->Find( aStrParent, eFamily ) ) in lcl_CopyStyleToPool() 973 pSrcPool, pDestPool, pFormatExchangeList ); in lcl_CopyStyleToPool()
|
/trunk/main/svx/inc/svx/sdr/properties/ |
H A D | e3dsceneproperties.hxx | 80 …virtual void MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel = 0…
|
H A D | attributeproperties.hxx | 78 …virtual void MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel = 0…
|
H A D | groupproperties.hxx | 112 …virtual void MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel = 0…
|
H A D | properties.hxx | 157 …virtual void MoveToItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel = 0…
|
/trunk/main/sc/source/ui/app/ |
H A D | transobj.cxx | 676 ScStyleSheetPool* pDestPool = pDestDoc->GetStyleSheetPool(); in InitDocShell() local 677 pDestPool->CopyStyleFrom( pStylePool, aStyleName, SFX_STYLE_FAMILY_PAGE ); in InitDocShell()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdobj.cxx | 2882 void SdrObject::MigrateItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel) in MigrateItemPool() argument 2884 if(pSrcPool && pDestPool && (pSrcPool != pDestPool)) in MigrateItemPool() 2886 GetProperties().MoveToItemPool(pSrcPool, pDestPool, pNewModel); in MigrateItemPool()
|
/trunk/main/svx/inc/svx/ |
H A D | svdobj.hxx | 1042 void MigrateItemPool(SfxItemPool* pSrcPool, SfxItemPool* pDestPool, SdrModel* pNewModel = 0L);
|
Completed in 74 milliseconds