Home
last modified time | relevance | path

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

/AOO41X/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp31 CBasic::CBasic(): m_cPrpByte(0),m_nPrpShort(0),m_lPrpLong(0),m_fPrpFloat(0), m_dPrpDouble(0),m_Pr… in CBasic()
306 *pVal= m_cPrpByte; in get_prpByte()
312 m_cPrpByte= newVal; in put_prpByte()
H A DBasic.h165 unsigned char m_cPrpByte; variable