Home
last modified time | relevance | path

Searched refs:ppDefaults (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/svl/source/items/
H A Ditempool.cxx246 SfxPoolItem **ppDefaults = new SfxPoolItem*[nEnd-nStart+1]; in SfxItemPool() local
249 (*( 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 24 milliseconds