LibreOffice Module shell (master) 1
|
#include <spsuppClassFactory.hpp>
Public Member Functions | |
ClassFactory () | |
virtual | ~ClassFactory () override |
HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID riid, void **ppvObject) override |
HRESULT STDMETHODCALLTYPE | CreateInstance (IUnknown *pUnkOuter, REFIID riid, void **ppvObject) override |
HRESULT STDMETHODCALLTYPE | LockServer (BOOL fLock) override |
Public Member Functions inherited from COMRefCounted< IClassFactory > | |
virtual | ~COMRefCounted () |
ULONG STDMETHODCALLTYPE | AddRef () override |
ULONG STDMETHODCALLTYPE | Release () override |
Static Public Member Functions | |
static LONG | GetObjectCount () |
static LONG | GetLockCount () |
Static Private Attributes | |
static LONG | m_nObjCount = 0 |
static LONG | m_nLockCount = 0 |
Definition at line 15 of file spsuppClassFactory.hpp.
ClassFactory::ClassFactory | ( | ) |
Definition at line 16 of file spsuppClassFactory.cxx.
References m_nObjCount.
|
overridevirtual |
Definition at line 21 of file spsuppClassFactory.cxx.
References m_nObjCount.
|
override |
Definition at line 45 of file spsuppClassFactory.cxx.
References hr, COMOpenDocuments::QueryInterface(), COMRefCounted< Interfaces >::Release(), and COMOpenDocuments::Error::val().
|
inlinestatic |
Definition at line 40 of file spsuppClassFactory.hpp.
References LONG, and m_nLockCount.
Referenced by DllCanUnloadNow().
|
inlinestatic |
Definition at line 39 of file spsuppClassFactory.hpp.
References LONG, and m_nObjCount.
Referenced by DllCanUnloadNow().
|
override |
Definition at line 72 of file spsuppClassFactory.cxx.
References m_nLockCount.
|
override |
Definition at line 28 of file spsuppClassFactory.cxx.
References COMRefCounted< IClassFactory >::AddRef().
Referenced by DllGetClassObject().
|
staticprivate |
Definition at line 44 of file spsuppClassFactory.hpp.
Referenced by GetLockCount(), and LockServer().
|
staticprivate |
Definition at line 43 of file spsuppClassFactory.hpp.
Referenced by ClassFactory(), GetObjectCount(), and ~ClassFactory().