Home
last modified time | relevance | path

Searched refs:SfxItemHandle (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/items/
H A Dpoolitem.cxx35 DBG_NAME(SfxItemHandle)
430 SfxItemHandle::SfxItemHandle(SfxPoolItem &rItem): in SfxItemHandle() function in SfxItemHandle
434 DBG_CTOR(SfxItemHandle, 0); in SfxItemHandle()
438 SfxItemHandle::SfxItemHandle(const SfxItemHandle &rCopy): in SfxItemHandle() function in SfxItemHandle
442 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()
/trunk/main/svl/inc/svl/
H A Dpoolitem.hxx160 DBG_NAMEEX(SfxItemHandle)
446 class SVL_DLLPUBLIC SfxItemHandle class
451 SfxItemHandle( SfxPoolItem& );
452 SfxItemHandle( const SfxItemHandle& );
453 ~SfxItemHandle();
455 const SfxItemHandle &operator=(const SfxItemHandle &);
/trunk/main/forms/source/richtext/
H A Drtattributes.hxx64 SfxItemHandle* pItemHandle;
130 pItemHandle = new SfxItemHandle( *const_cast< SfxPoolItem* >( _pItem ) ); in setItem()

Completed in 22 milliseconds