Home | History | Annotate | Download | only in include

Lines Matching defs:Cell

36 typedef interface Cell Cell;
231 virtual HRESULT STDMETHODCALLTYPE get_Item (SAFEARRAY **idx, Cell **ppvObject) = 0;
254 HRESULT (STDMETHODCALLTYPE *get_Item) (ICellset *This, SAFEARRAY **idx, Cell **ppvObject);
307 Cell : public IDispatch {
319 BEGIN_INTERFACE HRESULT (STDMETHODCALLTYPE *QueryInterface) (Cell *This, REFIID riid, _COM_Outptr_ void **ppvObject);
320 ULONG (STDMETHODCALLTYPE *AddRef) (Cell *This);
321 ULONG (STDMETHODCALLTYPE *Release) (Cell *This);
322 HRESULT (STDMETHODCALLTYPE *GetTypeInfoCount) (Cell *This, UINT *pctinfo);
323 HRESULT (STDMETHODCALLTYPE *GetTypeInfo) (Cell *This, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo);
324 HRESULT (STDMETHODCALLTYPE *GetIDsOfNames) (Cell *This, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId);
325 HRESULT (STDMETHODCALLTYPE *Invoke) (Cell *This, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr);
326 HRESULT (STDMETHODCALLTYPE *get_Value) (Cell *This, VARIANT *pvar);
327 HRESULT (STDMETHODCALLTYPE *put_Value) (Cell *This, VARIANT var);
328 HRESULT (STDMETHODCALLTYPE *get_Positions) (Cell *This, Positions **ppvObject);
329 HRESULT (STDMETHODCALLTYPE *get_Properties) (Cell *This, Properties **ppvObject);
330 HRESULT (STDMETHODCALLTYPE *get_FormattedValue) (Cell *This, BSTR *pbstr);
331 HRESULT (STDMETHODCALLTYPE *put_FormattedValue) (Cell *This, BSTR bstr);
332 HRESULT (STDMETHODCALLTYPE *get_Ordinal) (Cell *This, long *pl);
335 interface Cell {