Lines Matching refs:SfxItemDesruptor_Impl
38 DBG_NAME(SfxItemDesruptor_Impl);
42 class SfxItemDesruptor_Impl class
49 SfxItemDesruptor_Impl( const SfxItemDesruptor_Impl& ); // n.i.
52 SfxItemDesruptor_Impl( SfxPoolItem *pItemToDesrupt );
53 ~SfxItemDesruptor_Impl();
56 SV_DECL_PTRARR( SfxItemDesruptorList_Impl, SfxItemDesruptor_Impl*, 4, 4 )
59 SfxItemDesruptor_Impl::SfxItemDesruptor_Impl( SfxPoolItem *pItemToDesrupt ): in SfxItemDesruptor_Impl() function in SfxItemDesruptor_Impl
61 aLink( LINK(this, SfxItemDesruptor_Impl, Delete) ) in SfxItemDesruptor_Impl()
63 DBG_CTOR(SfxItemDesruptor_Impl, 0); in SfxItemDesruptor_Impl()
75 const SfxItemDesruptor_Impl *pThis = this; in SfxItemDesruptor_Impl()
80 SfxItemDesruptor_Impl::~SfxItemDesruptor_Impl() in ~SfxItemDesruptor_Impl()
82 DBG_DTOR(SfxItemDesruptor_Impl, 0); in ~SfxItemDesruptor_Impl()
90 const SfxItemDesruptor_Impl *pThis = this; in ~SfxItemDesruptor_Impl()
101 IMPL_LINK( SfxItemDesruptor_Impl, Delete, void *, EMPTYARG ) in IMPL_LINK() argument
103 {DBG_CHKTHIS(SfxItemDesruptor_Impl, 0);} in IMPL_LINK()
112 new SfxItemDesruptor_Impl( pItem ); in DeleteItemOnIdle()