Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx89 SfxItemPool *pSdrPool = new SdrItemPool(this); in createAndAddSecondaryPools() local
93 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() local
127 if(!pSdrPool) in removeAndDeleteSecondaryPools()
133 SfxItemPool *pEEgPool = pSdrPool->GetSecondaryPool(); in removeAndDeleteSecondaryPools()
142 pSdrPool->Delete(); in removeAndDeleteSecondaryPools()
145 pSdrPool->SetSecondaryPool(0); in removeAndDeleteSecondaryPools()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddrawdoc.cxx77 SfxItemPool* pSdrPool = pD->GetAttrPool().GetSecondaryPool(); in SwDrawModel() local
78 if( pSdrPool ) in SwDrawModel()
97 0 != (nEdtWhich = pSdrPool->GetWhich( nSlotId )) && in SwDrawModel()
102 pSdrPool->SetPoolDefaultItem( *pCpy ); in SwDrawModel()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1259 SfxItemPool* pSdrPool = GetAttrPool().GetSecondaryPool(); in SetDefault() local
1272 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 33 milliseconds