Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/ole/
H A Dwindata.hxx83 FUNCDESC * m_pFuncDesc; member in ole_adapter::FuncDesc
88 m_pFuncDesc(NULL), in FuncDesc()
100 return m_pFuncDesc; in operator ->()
105 return & m_pFuncDesc; in operator &()
110 return m_pFuncDesc; in operator FUNCDESC*()
116 m_pFuncDesc = pDesc; in operator =()
117 return m_pFuncDesc; in operator =()
121 FUNCDESC* pDesc = m_pFuncDesc; in Detach()
122 m_pFuncDesc = NULL; in Detach()
128 if (m_pFuncDesc != NULL) in ReleaseFUNCDESC()
[all …]

Completed in 12 milliseconds