Searched refs:SfxItemHandle (Results 1 – 3 of 3) sorted by relevance
35 DBG_NAME(SfxItemHandle)430 SfxItemHandle::SfxItemHandle(SfxPoolItem &rItem): in SfxItemHandle() function in SfxItemHandle434 DBG_CTOR(SfxItemHandle, 0); in SfxItemHandle()438 SfxItemHandle::SfxItemHandle(const SfxItemHandle &rCopy): in SfxItemHandle() function in SfxItemHandle442 DBG_CTOR(SfxItemHandle, 0); in SfxItemHandle()447 const SfxItemHandle &SfxItemHandle::operator=(const SfxItemHandle &rCopy) in operator =()449 DBG_CHKTHIS(SfxItemHandle, 0); in operator =()465 SfxItemHandle::~SfxItemHandle() in ~SfxItemHandle()467 DBG_DTOR(SfxItemHandle, 0); in ~SfxItemHandle()
160 DBG_NAMEEX(SfxItemHandle)446 class SVL_DLLPUBLIC SfxItemHandle class451 SfxItemHandle( SfxPoolItem& );452 SfxItemHandle( const SfxItemHandle& );453 ~SfxItemHandle();455 const SfxItemHandle &operator=(const SfxItemHandle &);
64 SfxItemHandle* pItemHandle;130 pItemHandle = new SfxItemHandle( *const_cast< SfxPoolItem* >( _pItem ) ); in setItem()
Completed in 20 milliseconds