Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Ddocdraw.cxx607 SfxItemPool *pSdrPool = new SdrItemPool( &GetAttrPool() ); in InitDrawModel() local
610 if(pSdrPool) in InitDrawModel()
620 pSdrPool->SetPoolDefaultItem(SdrShadowXDistItem((300 * 72) / 127)); in InitDrawModel()
624 pSdrPool->SetSecondaryPool( pEEgPool ); in InitDrawModel()
628 pSdrPool->FreezeIdRanges(); in InitDrawModel()
851 SfxItemPool *pSdrPool = GetAttrPool().GetSecondaryPool(); in ReleaseDrawModel() local
853 ASSERT( pSdrPool, "missing Pool" ); in ReleaseDrawModel()
854 SfxItemPool *pEEgPool = pSdrPool->GetSecondaryPool(); in ReleaseDrawModel()
856 pSdrPool->Delete(); //Erst die Items vernichten lassen, in ReleaseDrawModel()
859 pSdrPool->SetSecondaryPool( 0 ); //Der ist sicherer in ReleaseDrawModel()
[all …]
H A Ddocfmt.cxx1247 SfxItemPool* pSdrPool = GetAttrPool().GetSecondaryPool(); in SetDefault() local
1260 bCheckSdrDflt = 0 != pSdrPool; in SetDefault()
1268 bCheckSdrDflt = 0 != pSdrPool; in SetDefault()
1291 0 != (nEdtWhich = pSdrPool->GetWhich( nSlotId )) && in SetDefault()
1296 pSdrPool->SetPoolDefaultItem( *pCpy ); in SetDefault()
/aoo41x/main/sw/source/core/draw/
H A Ddrawdoc.cxx98 SfxItemPool* pSdrPool = pD->GetAttrPool().GetSecondaryPool(); in SwDrawDocument() local
99 if( pSdrPool ) in SwDrawDocument()
118 0 != (nEdtWhich = pSdrPool->GetWhich( nSlotId )) && in SwDrawDocument()
123 pSdrPool->SetPoolDefaultItem( *pCpy ); in SwDrawDocument()

Completed in 35 milliseconds