Searched refs:m_pInterface (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sal/inc/systools/win32/ |
| H A D | comptr.hxx | 43 m_pInterface = NULL; in ComPtr() 51 m_pInterface = pInterface; in ComPtr() 52 if (m_pInterface) in ComPtr() 53 m_pInterface->AddRef(); in ComPtr() 61 m_pInterface = aCopy.m_pInterface; in ComPtr() 62 if (m_pInterface) in ComPtr() 63 m_pInterface->AddRef(); in ComPtr() 72 pIUnknown->QueryInterface(P_IID, (void**)&m_pInterface); in ComPtr() 88 return CoCreateInstance(P_CLSID, NULL, CLSCTX_ALL, P_IID, (void**)&m_pInterface); in create() 94 return m_pInterface; in operator T_INTERFACE*() [all …]
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | comptr.hxx | 43 m_pInterface = NULL; in ComPtr() 51 m_pInterface = pInterface; in ComPtr() 52 if (m_pInterface) in ComPtr() 53 m_pInterface->AddRef(); in ComPtr() 61 m_pInterface = aCopy.m_pInterface; in ComPtr() 62 if (m_pInterface) in ComPtr() 63 m_pInterface->AddRef(); in ComPtr() 72 pIUnknown->QueryInterface(P_IID, (void**)&m_pInterface); in ComPtr() 88 return CoCreateInstance(P_CLSID, NULL, CLSCTX_ALL, P_IID, (void**)&m_pInterface); in create() 94 return m_pInterface; in operator T_INTERFACE*() [all …]
|
| /trunk/main/embedserv/source/inprocserv/ |
| H A D | smartpointer.hxx | 47 T* m_pInterface; member in inprocserv::ComSmart 51 if ( m_pInterface ) in OwnRelease() 53 T* pInterface = m_pInterface; in OwnRelease() 54 m_pInterface = NULL; in OwnRelease() 61 : m_pInterface( NULL ) in ComSmart() 65 : m_pInterface( rObj.m_pInterface ) in ComSmart() 67 if ( m_pInterface != NULL ) in ComSmart() 68 m_pInterface->AddRef(); in ComSmart() 72 : m_pInterface( pInterface ) in ComSmart() 74 if ( m_pInterface != NULL ) in ComSmart() [all …]
|
| /trunk/main/embeddedobj/source/msole/ |
| H A D | olecomponent.cxx | 58 T* m_pInterface; member in __anonbd05256d0111::ComSmart 62 if ( m_pInterface ) in OwnRelease() 64 T* pInterface = m_pInterface; in OwnRelease() 65 m_pInterface = NULL; in OwnRelease() 72 : m_pInterface( NULL ) in ComSmart() 76 : m_pInterface( rObj.m_pInterface ) in ComSmart() 78 if ( m_pInterface != NULL ) in ComSmart() 79 m_pInterface->AddRef(); in ComSmart() 83 : m_pInterface( pInterface ) in ComSmart() 85 if ( m_pInterface != NULL ) in ComSmart() [all …]
|