Lines Matching refs:SfxItemPool

41 void SfxItemPool::AddSfxItemPoolUser(SfxItemPoolUser& rNewUser)  in AddSfxItemPoolUser()
46 void SfxItemPool::RemoveSfxItemPoolUser(SfxItemPoolUser& rOldUser) in RemoveSfxItemPoolUser()
55 const SfxPoolItem* SfxItemPool::GetPoolDefaultItem( sal_uInt16 nWhich ) const in GetPoolDefaultItem()
57 DBG_CHKTHIS(SfxItemPool, 0); in GetPoolDefaultItem()
73 inline FASTBOOL SfxItemPool::IsItemFlag_Impl( sal_uInt16 nPos, sal_uInt16 nFlag ) const in IsItemFlag_Impl()
81 FASTBOOL SfxItemPool::IsItemFlag( sal_uInt16 nWhich, sal_uInt16 nFlag ) const in IsItemFlag()
83 for ( const SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary ) in IsItemFlag()
94 SfxBroadcaster& SfxItemPool::BC() in BC()
102 SfxItemPool::SfxItemPool in SfxItemPool() function in SfxItemPool
168 DBG_CTOR(SfxItemPool, 0); in SfxItemPool()
191 SfxItemPool::SfxItemPool in SfxItemPool() function in SfxItemPool
193 const SfxItemPool& rPool, // von dieser Instanz kopieren in SfxItemPool()
229 DBG_CTOR(SfxItemPool, 0); in SfxItemPool()
281 void SfxItemPool::SetDefaults( SfxPoolItem **pDefaults ) in SetDefaults()
283 DBG_CHKTHIS(SfxItemPool, 0); in SetDefaults()
306 void SfxItemPool::ReleaseDefaults in ReleaseDefaults()
338 void SfxItemPool::ReleaseDefaults in ReleaseDefaults()
381 SfxItemPool::~SfxItemPool() in ~SfxItemPool()
383 DBG_DTOR(SfxItemPool, 0); in ~SfxItemPool()
402 void SfxItemPool::Free(SfxItemPool* pPool) in Free()
427 void SfxItemPool::SetSecondaryPool( SfxItemPool *pPool ) in SetSecondaryPool()
469 for ( SfxItemPool *p = pSecondary->pSecondary; p; p = p->pSecondary ) in SetSecondaryPool()
475 SfxItemPool *pNewMaster = pMaster ? pMaster : this; in SetSecondaryPool()
476 for ( SfxItemPool *p = pPool; p; p = p->pSecondary ) in SetSecondaryPool()
485 SfxMapUnit SfxItemPool::GetMetric( sal_uInt16 ) const in GetMetric()
487 DBG_CHKTHIS(SfxItemPool, 0); in GetMetric()
494 void SfxItemPool::SetDefaultMetric( SfxMapUnit eNewMetric ) in SetDefaultMetric()
496 DBG_CHKTHIS(SfxItemPool, 0); in SetDefaultMetric()
503 SfxItemPresentation SfxItemPool::GetPresentation in GetPresentation()
529 DBG_CHKTHIS(SfxItemPool, 0); in GetPresentation()
537 SfxItemPool* SfxItemPool::Clone() const in Clone()
539 DBG_CHKTHIS(SfxItemPool, 0); in Clone()
541 SfxItemPool *pPool = new SfxItemPool( *this ); in Clone()
547 void SfxItemPool::Delete() in Delete()
549 DBG_CHKTHIS(SfxItemPool, 0); in Delete()
639 void SfxItemPool::Cleanup() in Cleanup()
641 DBG_CHKTHIS(SfxItemPool, 0); in Cleanup()
690 void SfxItemPool::SetPoolDefaultItem(const SfxPoolItem &rItem) in SetPoolDefaultItem()
692 DBG_CHKTHIS(SfxItemPool, 0); in SetPoolDefaultItem()
718 void SfxItemPool::ResetPoolDefaultItem( sal_uInt16 nWhichId ) in ResetPoolDefaultItem()
720 DBG_CHKTHIS(SfxItemPool, 0); in ResetPoolDefaultItem()
741 const SfxPoolItem& SfxItemPool::Put( const SfxPoolItem& rItem, sal_uInt16 nWhich ) in Put()
747 DBG_CHKTHIS(SfxItemPool, 0); in Put()
870 void SfxItemPool::Remove( const SfxPoolItem& rItem ) in Remove()
872 DBG_CHKTHIS(SfxItemPool, 0); in Remove()
950 const SfxPoolItem& SfxItemPool::GetDefaultItem( sal_uInt16 nWhich ) const in GetDefaultItem()
952 DBG_CHKTHIS(SfxItemPool, 0); in GetDefaultItem()
972 void SfxItemPool::FreezeIdRanges() in FreezeIdRanges()
990 void SfxItemPool::FillItemIdRanges_Impl( sal_uInt16*& pWhichRanges ) const in FillItemIdRanges_Impl()
992 DBG_CHKTHIS(SfxItemPool, 0); in FillItemIdRanges_Impl()
995 const SfxItemPool *pPool; in FillItemIdRanges_Impl()
1013 const SfxPoolItem *SfxItemPool::GetItem2(sal_uInt16 nWhich, sal_uInt32 nOfst) const in GetItem2()
1015 DBG_CHKTHIS(SfxItemPool, 0); in GetItem2()
1038 sal_uInt32 SfxItemPool::GetItemCount2(sal_uInt16 nWhich) const in GetItemCount2()
1040 DBG_CHKTHIS(SfxItemPool, 0); in GetItemCount2()
1058 sal_uInt16 SfxItemPool::GetWhich( sal_uInt16 nSlotId, sal_Bool bDeep ) const in GetWhich()
1084 sal_uInt16 SfxItemPool::GetSlotId( sal_uInt16 nWhich, sal_Bool bDeep ) const in GetSlotId()
1109 sal_uInt16 SfxItemPool::GetTrueWhich( sal_uInt16 nSlotId, sal_Bool bDeep ) const in GetTrueWhich()
1135 sal_uInt16 SfxItemPool::GetTrueSlotId( sal_uInt16 nWhich, sal_Bool bDeep ) const in GetTrueSlotId()
1157 void SfxItemPool::SetFileFormatVersion( sal_uInt16 nFileFormatVersion ) in SetFileFormatVersion()
1170 for ( SfxItemPool *pPool = this; pPool; pPool = pPool->pSecondary ) in SetFileFormatVersion()