Searched refs:CAccComponentBase (Results 1 – 4 of 4) sorted by relevance
35 CAccComponentBase::CAccComponentBase() in CAccComponentBase() function in CAccComponentBase38 CAccComponentBase::~CAccComponentBase() in ~CAccComponentBase()48 STDMETHODIMP CAccComponentBase::get_locationInParent(long *x, long *y) in get_locationInParent()79 STDMETHODIMP CAccComponentBase::get_locationOnScreen(long *x, long *y) in get_locationOnScreen()109 STDMETHODIMP CAccComponentBase::grabFocus(boolean * success) in grabFocus()136 STDMETHODIMP CAccComponentBase::get_foreground(IA2Color * foreground) in get_foreground()162 STDMETHODIMP CAccComponentBase::get_background(IA2Color * background) in get_background()188 STDMETHODIMP CAccComponentBase::put_XInterface(long pXInterface) in put_XInterface()
38 return CAccComponentBase::get_locationInParent(x,y); in get_locationInParent()49 return CAccComponentBase::get_foreground(foreground); in get_foreground()60 return CAccComponentBase::get_background(background); in get_background()71 return CAccComponentBase::put_XInterface(pXInterface); in put_XInterface()
39 class ATL_NO_VTABLE CAccComponentBase : public CUNOXWrapper class42 CAccComponentBase();43 virtual ~CAccComponentBase();
47 public CAccComponentBase
Completed in 16 milliseconds