Lines Matching refs:pRefPool
1032 const SfxItemPool* pRefPool // <SfxItemPool> in dem das Surrogat gilt in LoadSurrogate() argument
1089 if ( !pRefPool ) in LoadSurrogate()
1090 pRefPool = this; in LoadSurrogate()
1091 FASTBOOL bResolvable = pRefPool->GetName().Len() > 0; in LoadSurrogate()
1132 if ( pRefPool != pMaster ) in LoadSurrogate()
1618 const SfxItemPool *pRefPool ) in LoadItem() argument
1626 sal_Bool bDontPut = (SfxItemPool*)-1 == pRefPool; in LoadItem()
1627 if ( bDontPut || !pRefPool ) in LoadItem()
1628 pRefPool = this; in LoadItem()
1631 while ( !pRefPool->IsInVersionsRange(nWhich) ) in LoadItem()
1633 if ( pRefPool->pSecondary ) in LoadItem()
1634 pRefPool = pRefPool->pSecondary; in LoadItem()
1651 FASTBOOL bCurVersion = pRefPool->IsCurrentVersionLoading(); in LoadItem()
1654 nWhich = pRefPool->GetNewWhich( nWhich ); in LoadItem()
1657 !pRefPool->ppStaticDefaults[pRefPool->GetIndex_Impl(nWhich)]->ISA(SfxSetItem), in LoadItem()
1667 pItem = LoadSurrogate( rStream, nWhich, nSlot, pRefPool ); in LoadItem()
1687 pRefPool->GetDefaultItem(nWhich).Create(rStream, nVersion); in LoadItem()