LibreOffice Module extensions (master) 1
|
#include <windata.hxx>
Public Member Functions | |
FuncDesc (ITypeInfo *pTypeInfo) | |
~FuncDesc () | |
FUNCDESC * | operator-> () |
FUNCDESC ** | operator& () |
operator FUNCDESC * () | |
FUNCDESC * | operator= (FUNCDESC *pDesc) |
FUNCDESC * | Detach () |
void | ReleaseFUNCDESC () |
Private Member Functions | |
FUNCDESC * | operator= (const FuncDesc &) |
FuncDesc (const FuncDesc &) | |
Private Attributes | |
CComPtr< ITypeInfo > | m_pTypeInfo |
FUNCDESC * | m_pFuncDesc |
Definition at line 83 of file windata.hxx.
|
private |
|
inlineexplicit |
Definition at line 92 of file windata.hxx.
|
inline |
Definition at line 98 of file windata.hxx.
References ReleaseFUNCDESC().
|
inline |
Definition at line 124 of file windata.hxx.
References m_pFuncDesc.
Referenced by IUnknownWrapper::getFuncDescForInvoke().
|
inline |
Definition at line 113 of file windata.hxx.
References m_pFuncDesc.
|
inline |
Definition at line 108 of file windata.hxx.
References m_pFuncDesc.
|
inline |
Definition at line 103 of file windata.hxx.
References m_pFuncDesc.
|
private |
|
inline |
Definition at line 118 of file windata.hxx.
References m_pFuncDesc, and ReleaseFUNCDESC().
|
inline |
Definition at line 131 of file windata.hxx.
References m_pFuncDesc, and m_pTypeInfo.
Referenced by operator=(), and ~FuncDesc().
|
private |
Definition at line 88 of file windata.hxx.
Referenced by Detach(), operator FUNCDESC *(), operator&(), operator->(), operator=(), and ReleaseFUNCDESC().
|
private |
Definition at line 87 of file windata.hxx.
Referenced by ReleaseFUNCDESC().