Lines Matching refs:SfxItemPool
43 DBG_NAME(SfxItemPool);
47 void SfxItemPool::SetStoringPool( const SfxItemPool *pStoringPool ) in SetStoringPool()
68 const SfxItemPool* SfxItemPool::GetStoringPool() in GetStoringPool()
85 SvStream &SfxItemPool::Store(SvStream &rStream) const in Store()
141 DBG_CHKTHIS(SfxItemPool, 0); in Store()
144 SfxItemPool *pStoreMaster = pMaster != this ? pMaster : 0; in Store()
316 void SfxItemPool::LoadCompleted() in LoadCompleted()
380 void SfxItemPool::readTheItems ( in readTheItems()
483 SvStream &SfxItemPool::Load(SvStream &rStream) in Load()
485 DBG_CHKTHIS(SfxItemPool, 0); in Load()
522 SfxItemPool *pLoadMaster = pMaster != this ? pMaster : 0; in Load()
730 SvStream &SfxItemPool::Load1_Impl(SvStream &rStream) in Load1_Impl()
1027 const SfxPoolItem* SfxItemPool::LoadSurrogate in LoadSurrogate()
1032 const SfxItemPool* pRefPool // <SfxItemPool> in dem das Surrogat gilt in LoadSurrogate()
1109 for ( SfxItemPool *pTarget = this; pTarget; pTarget = pTarget->pSecondary ) in LoadSurrogate()
1154 FASTBOOL SfxItemPool::StoreSurrogate in StoreSurrogate()
1195 sal_uInt32 SfxItemPool::GetSurrogate(const SfxPoolItem *pItem) const in GetSurrogate()
1197 DBG_CHKTHIS(SfxItemPool, 0); in GetSurrogate()
1228 FASTBOOL SfxItemPool::IsInStoringRange( sal_uInt16 nWhich ) const in IsInStoringRange()
1236 void SfxItemPool::SetStoringRange( sal_uInt16 nFrom, sal_uInt16 nTo ) in SetStoringRange()
1261 void SfxItemPool::SetVersionMap in SetVersionMap()
1352 sal_uInt16 SfxItemPool::GetNewWhich in GetNewWhich()
1445 FASTBOOL SfxItemPool::IsInVersionsRange( sal_uInt16 nWhich ) const in IsInVersionsRange()
1452 FASTBOOL SfxItemPool::IsCurrentVersionLoading() const in IsCurrentVersionLoading()
1479 sal_uInt16 SfxItemPool::GetVersion() const in GetVersion()
1511 sal_uInt16 SfxItemPool::GetLoadingVersion() const in GetLoadingVersion()
1543 FASTBOOL SfxItemPool::IsVer2_Impl() const in IsVer2_Impl()
1551 FASTBOOL SfxItemPool::StoreItem( SvStream &rStream, const SfxPoolItem &rItem, in StoreItem()
1585 const SfxItemPool *pPool = this; in StoreItem()
1617 const SfxPoolItem* SfxItemPool::LoadItem( SvStream &rStream, FASTBOOL bDirect, in LoadItem()
1618 const SfxItemPool *pRefPool ) in LoadItem()
1626 sal_Bool bDontPut = (SfxItemPool*)-1 == pRefPool; in LoadItem()