Searched refs:ppDefaults (Results 1 – 1 of 1) sorted by relevance
246 SfxPoolItem **ppDefaults = new SfxPoolItem*[nEnd-nStart+1]; in SfxItemPool() local249 (*( ppDefaults + n )) = (*( rPool.ppStaticDefaults + n ))->Clone(this); in SfxItemPool()250 (*( ppDefaults + n ))->SetKind( SFX_ITEMS_STATICDEFAULT ); in SfxItemPool()253 SetDefaults( ppDefaults ); in SfxItemPool()
Completed in 10 milliseconds