LibreOffice Module tools (master) 1
|
We only have one place that extends this, in include/sfx2/frame.hxx, class SfxFrame. More...
#include <ref.hxx>
Public Member Functions | |
SvCompatWeakBase (T *pObj) | |
Does not use initializer due to compiler warnings, because the lifetime of the _xHdl object can exceed the lifetime of this class. More... | |
~SvCompatWeakBase () | |
SvCompatWeakHdl< T > * | GetHdl () |
Private Attributes | |
tools::SvRef< SvCompatWeakHdl< T > > | _xHdl |
We only have one place that extends this, in include/sfx2/frame.hxx, class SfxFrame.
Its function is to notify the SvCompatWeakHdl when an SfxFrame object is deleted.
|
inline |
Does not use initializer due to compiler warnings, because the lifetime of the _xHdl object can exceed the lifetime of this class.
Definition at line 201 of file ref.hxx.
References SvCompatWeakBase< T >::_xHdl.
|
inline |
Definition at line 203 of file ref.hxx.
References SvCompatWeakBase< T >::_xHdl.
|
inline |
Definition at line 205 of file ref.hxx.
References SvCompatWeakBase< T >::_xHdl.
|
private |
Definition at line 195 of file ref.hxx.
Referenced by SvCompatWeakBase< T >::GetHdl(), SvCompatWeakBase< T >::SvCompatWeakBase(), and SvCompatWeakBase< T >::~SvCompatWeakBase().