Searched refs:pSecondary (Results 1 – 6 of 6) sorted by relevance
61 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 …]
146 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 …]
141 SfxItemPool* pSecondary = pPool->GetSecondaryPool(); in DrawModelWrapper() local142 if (!pSecondary) in DrawModelWrapper()145 pPool = pSecondary; in DrawModelWrapper()196 SfxItemPool* pSecondary = pPool->GetSecondaryPool(); in ~DrawModelWrapper() local197 if(pSecondary == m_pChartItemPool) in ~DrawModelWrapper()202 pPool = pSecondary; in ~DrawModelWrapper()
195 pSecondary ( pSecPool ) in ScDocumentPool()335 if ( pSecondary ) in ScDocumentPool()336 SetSecondaryPool( pSecondary ); in ScDocumentPool()386 SfxItemPool::Free(pSecondary); in ~ScDocumentPool()
117 SfxItemPool* pSecondary; member in SfxItemPool232 return pSecondary; } in GetSecondaryPool()
37 SfxItemPool* pSecondary; member in ScDocumentPool