Lines Matching refs:pMaster
163 pMaster(this), in SfxItemPool()
224 pMaster(this), in SfxItemPool()
390 if (pMaster != NULL && pMaster != this) in ~SfxItemPool()
396 DBG_ASSERT( pMaster == this, "destroying active Secondary-Pool" ); in ~SfxItemPool()
397 if (pMaster->pSecondary == this) in ~SfxItemPool()
398 pMaster->pSecondary = NULL; in ~SfxItemPool()
468 pSecondary->pMaster = pSecondary; in SetSecondaryPool()
470 p->pMaster = pSecondary; in SetSecondaryPool()
474 DBG_ASSERT( !pPool || pPool->pMaster == pPool, "Secondary tanzt auf zwei Hochzeiten " ); in SetSecondaryPool()
475 SfxItemPool *pNewMaster = pMaster ? pMaster : this; in SetSecondaryPool()
477 p->pMaster = pNewMaster; in SetSecondaryPool()
768 SfxPoolItem *pPoolItem = rItem.Clone(pMaster); in Put()
840 SfxPoolItem* pNewItem = rItem.Clone(pMaster); in Put()
1168 DBG_ASSERT( this == pMaster, in SetFileFormatVersion()