Lines Matching refs:CMfcControlCtrl

37 IMPLEMENT_DYNCREATE(CMfcControlCtrl, COleControl)
43 BEGIN_MESSAGE_MAP(CMfcControlCtrl, COleControl)
55 BEGIN_DISPATCH_MAP(CMfcControlCtrl, COleControl)
57 DISP_FUNCTION(CMfcControlCtrl, "inShort", inShort, VT_I2, VTS_I2)
58 DISP_FUNCTION(CMfcControlCtrl, "inLong", inLong, VT_I4, VTS_I4)
59 DISP_FUNCTION(CMfcControlCtrl, "inString", inString, VT_BSTR, VTS_PBSTR)
60 DISP_FUNCTION(CMfcControlCtrl, "inFloat", inFloat, VT_R4, VTS_R4)
61 DISP_FUNCTION(CMfcControlCtrl, "inDouble", inDouble, VT_R8, VTS_R8)
62 DISP_FUNCTION(CMfcControlCtrl, "inVariant", inVariant, VT_VARIANT, VTS_VARIANT)
63 DISP_FUNCTION(CMfcControlCtrl, "inObject", inObject, VT_DISPATCH, VTS_DISPATCH)
64 DISP_FUNCTION(CMfcControlCtrl, "outShort", outShort, VT_EMPTY, VTS_PI2)
65 DISP_FUNCTION(CMfcControlCtrl, "outLong", outLong, VT_EMPTY, VTS_PI4)
66 DISP_FUNCTION(CMfcControlCtrl, "outString", outString, VT_EMPTY, VTS_PBSTR)
67 DISP_FUNCTION(CMfcControlCtrl, "outFloat", outFloat, VT_EMPTY, VTS_PR4)
68 DISP_FUNCTION(CMfcControlCtrl, "outDouble", outDouble, VT_EMPTY, VTS_PR8)
69 DISP_FUNCTION(CMfcControlCtrl, "outVariant", outVariant, VT_EMPTY, VTS_PVARIANT)
70 DISP_FUNCTION(CMfcControlCtrl, "outObject", outObject, VT_EMPTY, VTS_PDISPATCH)
78 BEGIN_EVENT_MAP(CMfcControlCtrl, COleControl)
90 BEGIN_PROPPAGEIDS(CMfcControlCtrl, 1)
92 END_PROPPAGEIDS(CMfcControlCtrl)
98 IMPLEMENT_OLECREATE_EX(CMfcControlCtrl, "MFCCONTROL.MfcControlCtrl.1",
105 IMPLEMENT_OLETYPELIB(CMfcControlCtrl, _tlid, _wVerMajor, _wVerMinor)
127 IMPLEMENT_OLECTLTYPE(CMfcControlCtrl, IDS_MFCCONTROL, _dwMfcControlOleMisc) in IMPLEMENT_OLECTLTYPE() argument
134 BOOL CMfcControlCtrl::CMfcControlCtrlFactory::UpdateRegistry(BOOL bRegister) in IMPLEMENT_OLECTLTYPE()
162 CMfcControlCtrl::CMfcControlCtrl() in CMfcControlCtrl() function in CMfcControlCtrl
173 CMfcControlCtrl::~CMfcControlCtrl() in ~CMfcControlCtrl()
182 void CMfcControlCtrl::OnDraw( in OnDraw()
194 void CMfcControlCtrl::DoPropExchange(CPropExchange* pPX) in DoPropExchange()
207 void CMfcControlCtrl::OnResetState() in OnResetState()
219 short CMfcControlCtrl::inShort(short val) in inShort()
227 long CMfcControlCtrl::inLong(long val) in inLong()
235 BSTR CMfcControlCtrl::inString(BSTR* val) in inString()
246 float CMfcControlCtrl::inFloat(float val) in inFloat()
254 double CMfcControlCtrl::inDouble(double val) in inDouble()
262 VARIANT CMfcControlCtrl::inVariant(const VARIANT FAR& val) in inVariant()
277 LPDISPATCH CMfcControlCtrl::inObject(LPDISPATCH val) in inObject()
301 void CMfcControlCtrl::outShort(short* val) in outShort()
306 void CMfcControlCtrl::outLong(long* val) in outLong()
311 void CMfcControlCtrl::outString(BSTR FAR* val) in outString()
316 void CMfcControlCtrl::outFloat(float* val) in outFloat()
321 void CMfcControlCtrl::outDouble(double* val) in outDouble()
326 void CMfcControlCtrl::outVariant(VARIANT FAR* val) in outVariant()
333 void CMfcControlCtrl::outObject(LPDISPATCH FAR* val) in outObject()