Home
last modified time | relevance | path

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

/trunk/main/extensions/test/ole/AxTestComponents/ !
H A DBasic.cpp34 m_arDouble(0), m_arObject(0), m_arByteDim2(0), m_date(0.), m_scode(0) in CBasic()
1128 m_scode = val; in inSCode()
1134 * val = m_scode; in outScode()
1141 * val = m_scode; in inoutSCode()
1142 m_scode = tmp; in inoutSCode()
1148 * pVal = m_scode; in get_prpSCode()
1154 m_scode = newVal; in put_prpSCode()
H A DBasic.h192 SCODE m_scode; variable