Lines Matching refs:rPool
193 const SfxItemPool& rPool, // von dieser Instanz kopieren in SfxItemPool() argument
212 : aName(rPool.aName), in SfxItemPool()
213 nStart(rPool.nStart), in SfxItemPool()
214 nEnd(rPool.nEnd), in SfxItemPool()
216 pItemInfos(rPool.pItemInfos), in SfxItemPool()
218 pSlotIds(rPool.pSlotIds), in SfxItemPool()
226 bPersistentRefCounts(rPool.bPersistentRefCounts ), in SfxItemPool()
230 pImp->eDefMetric = rPool.pImp->eDefMetric; in SfxItemPool()
231 pImp->nVersion = rPool.pImp->nVersion; in SfxItemPool()
235 pImp->nVerStart = rPool.pImp->nVerStart; in SfxItemPool()
236 pImp->nVerEnd = rPool.pImp->nVerEnd; in SfxItemPool()
249 (*( ppDefaults + n )) = (*( rPool.ppStaticDefaults + n ))->Clone(this); in SfxItemPool()
256 SetDefaults( rPool.ppStaticDefaults ); in SfxItemPool()
260 if ( (*( rPool.ppPoolDefaults + n )) ) in SfxItemPool()
262 (*( ppPoolDefaults + n )) = (*( rPool.ppPoolDefaults + n ))->Clone(this); in SfxItemPool()
267 for ( size_t nVer = 0; nVer < rPool.pImp->aVersions.size(); ++nVer ) in SfxItemPool()
269 const SfxPoolVersion_ImplPtr pOld = rPool.pImp->aVersions[nVer]; in SfxItemPool()
275 if ( rPool.pSecondary ) in SfxItemPool()
276 SetSecondaryPool( rPool.pSecondary->Clone() ); in SfxItemPool()