Home
last modified time | relevance | path

Searched refs:m_pInterface (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/inc/systools/win32/
H A Dcomptr.hxx43 m_pInterface = NULL; in ComPtr()
52 if (m_pInterface) in ComPtr()
61 m_pInterface = aCopy.m_pInterface; in ComPtr()
62 if (m_pInterface) in ComPtr()
94 return m_pInterface; in operator T_INTERFACE*()
112 return m_pInterface; in operator ->()
123 if (m_pInterface) in operator =()
126 return m_pInterface; in operator =()
140 m_pInterface = aCopy.m_pInterface; in operator =()
141 if (m_pInterface) in operator =()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dcomptr.hxx43 m_pInterface = NULL; in ComPtr()
52 if (m_pInterface) in ComPtr()
61 m_pInterface = aCopy.m_pInterface; in ComPtr()
62 if (m_pInterface) in ComPtr()
94 return m_pInterface; in operator T_INTERFACE*()
112 return m_pInterface; in operator ->()
123 if (m_pInterface) in operator =()
126 return m_pInterface; in operator =()
140 m_pInterface = aCopy.m_pInterface; in operator =()
141 if (m_pInterface) in operator =()
[all …]
/trunk/main/embedserv/source/inprocserv/
H A Dsmartpointer.hxx47 T* m_pInterface; member in inprocserv::ComSmart
51 if ( m_pInterface ) in OwnRelease()
61 : m_pInterface( NULL ) in ComSmart()
65 : m_pInterface( rObj.m_pInterface ) in ComSmart()
87 m_pInterface = rObj.m_pInterface; in operator =()
109 return m_pInterface; in operator T*()
114 return *m_pInterface; in operator *()
121 m_pInterface = NULL; in operator &()
128 return m_pInterface; in operator ->()
133 return ( m_pInterface == rObj.m_pInterface ); in operator ==()
[all …]
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx58 T* m_pInterface; member in __anond1a956a50111::ComSmart
62 if ( m_pInterface ) in OwnRelease()
72 : m_pInterface( NULL ) in ComSmart()
76 : m_pInterface( rObj.m_pInterface ) in ComSmart()
98 m_pInterface = rObj.m_pInterface; in operator =()
120 return m_pInterface; in operator T*()
125 return *m_pInterface; in operator *()
132 m_pInterface = NULL; in operator &()
139 return m_pInterface; in operator ->()
144 return ( m_pInterface == rObj.m_pInterface ); in operator ==()
[all …]

Completed in 22 milliseconds