Lines Matching refs:pPool

83 	for ( const SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary )  in IsItemFlag()  local
85 if ( pPool->IsInRange(nWhich) ) in IsItemFlag()
86 return pPool->IsItemFlag_Impl( pPool->GetIndex_Impl(nWhich), nFlag); in IsItemFlag()
402 void SfxItemPool::Free(SfxItemPool* pPool) in Free() argument
404 if(pPool) in Free()
407 …SfxItemPoolUserVector aListCopy(pPool->maSfxItemPoolUsers.begin(), pPool->maSfxItemPoolUsers.end()… in Free()
412 pSfxItemPoolUser->ObjectInDestruction(*pPool); in Free()
417 pPool->maSfxItemPoolUsers.clear(); in Free()
420 delete pPool; in Free()
427 void SfxItemPool::SetSecondaryPool( SfxItemPool *pPool ) in SetSecondaryPool() argument
474 DBG_ASSERT( !pPool || pPool->pMaster == pPool, "Secondary tanzt auf zwei Hochzeiten " ); in SetSecondaryPool()
476 for ( SfxItemPool *p = pPool; p; p = p->pSecondary ) in SetSecondaryPool()
480 pSecondary = pPool; in SetSecondaryPool()
541 SfxItemPool *pPool = new SfxItemPool( *this ); in Clone() local
542 return pPool; in Clone()
995 const SfxItemPool *pPool; in FillItemIdRanges_Impl() local
997 for( pPool = this; pPool; pPool = pPool->pSecondary ) in FillItemIdRanges_Impl()
1003 for( pPool = this; pPool; pPool = pPool->pSecondary ) in FillItemIdRanges_Impl()
1005 *(pWhichRanges+(nLevel++)) = pPool->nStart; in FillItemIdRanges_Impl()
1006 *(pWhichRanges+(nLevel++)) = pPool->nEnd; in FillItemIdRanges_Impl()
1170 for ( SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary ) in SetFileFormatVersion() local
1171 pPool->_nFileFormatVersion = nFileFormatVersion; in SetFileFormatVersion()