Lines Matching refs:pSecondary
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()
859 if ( !bSecondaryLoaded && pSecondary && pDefItem->ISA(SfxSetItem) ) in Load1_Impl()
867 pSecondary->Load1_Impl( rStream ); in Load1_Impl()
1010 if ( pSecondary ) in Load1_Impl()
1013 pSecondary->Load1_Impl( rStream ); in Load1_Impl()
1109 for ( SfxItemPool *pTarget = this; pTarget; pTarget = pTarget->pSecondary ) in LoadSurrogate()
1204 if ( pSecondary ) in GetSurrogate()
1205 return pSecondary->GetSurrogate( pItem ); in GetSurrogate()
1387 if ( pSecondary ) in GetNewWhich()
1388 return pSecondary->GetNewWhich( nFileWhich ); in GetNewWhich()
1474 ( !pSecondary || pSecondary->IsCurrentVersionLoading() ); in IsCurrentVersionLoading()
1587 if ( 0 == ( pPool = pPool->pSecondary ) ) in StoreItem()
1633 if ( pRefPool->pSecondary ) in LoadItem()
1634 pRefPool = pRefPool->pSecondary; in LoadItem()