Searched refs:pSdrPool (Results 1 – 3 of 3) sorted by relevance
89 SfxItemPool *pSdrPool = new SdrItemPool(this); in createAndAddSecondaryPools() local93 if(pSdrPool) in createAndAddSecondaryPools()104 pSdrPool->SetPoolDefaultItem(SdrShadowXDistItem((300 * 72) / 127)); in createAndAddSecondaryPools()110 pSdrPool->SetSecondaryPool(pEEgPool); in createAndAddSecondaryPools()118 pSdrPool->FreezeIdRanges(); in createAndAddSecondaryPools()125 SfxItemPool *pSdrPool = GetSecondaryPool(); in removeAndDeleteSecondaryPools() local127 if(!pSdrPool) in removeAndDeleteSecondaryPools()133 SfxItemPool *pEEgPool = pSdrPool->GetSecondaryPool(); in removeAndDeleteSecondaryPools()142 pSdrPool->Delete(); in removeAndDeleteSecondaryPools()145 pSdrPool->SetSecondaryPool(0); in removeAndDeleteSecondaryPools()[all …]
77 SfxItemPool* pSdrPool = pD->GetAttrPool().GetSecondaryPool(); in SwDrawModel() local78 if( pSdrPool ) in SwDrawModel()97 0 != (nEdtWhich = pSdrPool->GetWhich( nSlotId )) && in SwDrawModel()102 pSdrPool->SetPoolDefaultItem( *pCpy ); in SwDrawModel()
1259 SfxItemPool* pSdrPool = GetAttrPool().GetSecondaryPool(); in SetDefault() local1272 bCheckSdrDflt = 0 != pSdrPool; in SetDefault()1280 bCheckSdrDflt = 0 != pSdrPool; in SetDefault()1303 0 != (nEdtWhich = pSdrPool->GetWhich( nSlotId )) && in SetDefault()1308 pSdrPool->SetPoolDefaultItem( *pCpy ); in SetDefault()
Completed in 22 milliseconds