Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/items/
H A Ditempool.cxx61 else if( pSecondary ) in GetPoolDefaultItem()
62 pRet = pSecondary->GetPoolDefaultItem( nWhich ); in GetPoolDefaultItem()
83 for ( const SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary ) in IsItemFlag()
162 pSecondary(0), in SfxItemPool()
223 pSecondary(0), in SfxItemPool()
275 if ( rPool.pSecondary ) in SfxItemPool()
276 SetSecondaryPool( rPool.pSecondary->Clone() ); in SfxItemPool()
397 if (pMaster->pSecondary == this) in ~SfxItemPool()
398 pMaster->pSecondary = NULL; in ~SfxItemPool()
430 if ( pSecondary ) in SetSecondaryPool()
[all …]
H A Dpoolio.cxx146 pStoreMaster = pStoreMaster->pSecondary; in Store()
307 if ( !rStream.GetError() && pSecondary ) in Store()
308 pSecondary->Store( rStream ); in Store()
374 if ( pSecondary ) in LoadCompleted()
375 pSecondary->LoadCompleted(); in LoadCompleted()
524 pLoadMaster = pLoadMaster->pSecondary; in Load()
657 if ( !bSecondaryLoaded && pSecondary && pImp->bInSetItem ) in Load()
664 pSecondary->Load( rStream ); in Load()
712 if ( pSecondary ) in Load()
715 pSecondary->Load( rStream ); in Load()
[all …]
/AOO41X/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx141 SfxItemPool* pSecondary = pPool->GetSecondaryPool(); in DrawModelWrapper() local
142 if (!pSecondary) in DrawModelWrapper()
145 pPool = pSecondary; in DrawModelWrapper()
196 SfxItemPool* pSecondary = pPool->GetSecondaryPool(); in ~DrawModelWrapper() local
197 if(pSecondary == m_pChartItemPool) in ~DrawModelWrapper()
202 pPool = pSecondary; in ~DrawModelWrapper()
/AOO41X/main/sc/source/core/data/
H A Ddocpool.cxx195 pSecondary ( pSecPool ) in ScDocumentPool()
335 if ( pSecondary ) in ScDocumentPool()
336 SetSecondaryPool( pSecondary ); in ScDocumentPool()
386 SfxItemPool::Free(pSecondary); in ~ScDocumentPool()
/AOO41X/main/svl/inc/svl/
H A Ditempool.hxx117 SfxItemPool* pSecondary; member in SfxItemPool
232 return pSecondary; } in GetSecondaryPool()
/AOO41X/main/sc/inc/
H A Ddocpool.hxx37 SfxItemPool* pSecondary; member in ScDocumentPool