Home
last modified time | relevance | path

Searched refs:dChildID (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx245 long dChildID = selfAccObj->GetResID(); in NotifyAccEvent() local
256 NotifyWinEvent( EVENT_OBJECT_FOCUS,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
260 NotifyWinEvent( EVENT_OBJECT_STATECHANGE,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
263 NotifyWinEvent( EVENT_OBJECT_STATECHANGE,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
266 NotifyWinEvent( EVENT_OBJECT_STATECHANGE,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
275 NotifyWinEvent( EVENT_OBJECT_FOCUS,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
278 NotifyWinEvent( EVENT_SYSTEM_MENUSTART,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
281 NotifyWinEvent( EVENT_SYSTEM_MENUEND,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
284 NotifyWinEvent( EVENT_SYSTEM_MENUPOPUPSTART,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
287 NotifyWinEvent( EVENT_SYSTEM_MENUPOPUPEND,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent()
[all …]
/AOO41X/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1268 STDMETHODIMP CMAccessible::Put_XAccFocus(long dChildID) in Put_XAccFocus() argument
1274 if(dChildID==CHILDID_SELF) in Put_XAccFocus()
1283 m_dFocusChildID = dChildID; in Put_XAccFocus()
1288 m_pIParent->Put_XAccFocus(dChildID); in Put_XAccFocus()
1329 STDMETHODIMP CMAccessible::Put_XAccChildID(long dChildID) in Put_XAccChildID() argument
1332 this->m_dChildID = dChildID; in Put_XAccChildID()
1371 IMAccessible* CMAccessible::GetChildInterface(long dChildID)//for test in GetChildInterface() argument
1375 if(dChildID<0) in GetChildInterface()
1380 g_pAgent->GetIAccessibleFromResID(dChildID,&pIMAcc); in GetChildInterface()
1391 if(dChildID<1 || dChildID>pRContext->getAccessibleChildCount()) in GetChildInterface()
[all …]
H A DMAccessible.h199 STDMETHOD(Put_XAccFocus)(long dChildID);
202 STDMETHOD(Put_XAccChildID)(long dChildID);
/AOO41X/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl45 [id(9), helpstring("method Put_XAccFocus")] HRESULT Put_XAccFocus(long dChildID);
48 [id(14), helpstring("method Put_XAccChildID")] HRESULT Put_XAccChildID(long dChildID);