Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Ditempool.cxx61 else if( pSecondary ) in GetPoolDefaultItem()
162 pSecondary(0), in SfxItemPool()
223 pSecondary(0), in SfxItemPool()
430 if ( pSecondary ) in SetSecondaryPool()
447 bOK && n <= pSecondary->nEnd - pSecondary->nStart; in SetSecondaryPool()
468 pSecondary->pMaster = pSecondary; in SetSecondaryPool()
469 for ( SfxItemPool *p = pSecondary->pSecondary; p; p = p->pSecondary ) in SetSecondaryPool()
755 if ( pSecondary ) in Put()
886 if ( pSecondary ) in Remove()
956 if ( pSecondary ) in GetDefaultItem()
[all …]
H A Dpoolio.cxx308 pSecondary->Store( rStream ); in Store()
374 if ( pSecondary ) in LoadCompleted()
375 pSecondary->LoadCompleted(); in LoadCompleted()
664 pSecondary->Load( rStream ); in Load()
712 if ( pSecondary ) in Load()
715 pSecondary->Load( rStream ); in Load()
1010 if ( pSecondary ) in Load1_Impl()
1204 if ( pSecondary ) in GetSurrogate()
1387 if ( pSecondary ) in GetNewWhich()
1474 ( !pSecondary || pSecondary->IsCurrentVersionLoading() ); in IsCurrentVersionLoading()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/svl/inc/svl/
H A Ditempool.hxx117 SfxItemPool* pSecondary; member in SfxItemPool
232 return pSecondary; } in GetSecondaryPool()
/trunk/main/sc/inc/
H A Ddocpool.hxx37 SfxItemPool* pSecondary; member in ScDocumentPool

Completed in 37 milliseconds