Searched refs:dChildID (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/winaccessibility/source/service/ |
H A D | AccObjectWinManager.cxx | 245 long dChildID = selfAccObj->GetResID(); in NotifyAccEvent() local 256 NotifyWinEvent( EVENT_OBJECT_FOCUS,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() 290 NotifyWinEvent( EVENT_OBJECT_SELECTION,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent() 322 NotifyWinEvent( EVENT_OBJECT_FOCUS,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent() 331 NotifyWinEvent( EVENT_OBJECT_SHOW,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent() 356 NotifyWinEvent( EVENT_OBJECT_REORDER,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent() 362 NotifyWinEvent( EVENT_OBJECT_DESTROY,hAcc, OBJID_CLIENT,dChildID ); in NotifyAccEvent() [all …]
|
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.cpp | 1268 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 D | MAccessible.h | 199 STDMETHOD(Put_XAccFocus)(long dChildID); 202 STDMETHOD(Put_XAccChildID)(long dChildID);
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | UAccCOM.idl | 45 [id(9), helpstring("method Put_XAccFocus")] HRESULT Put_XAccFocus(long dChildID); 48 [id(14), helpstring("method Put_XAccChildID")] HRESULT Put_XAccChildID(long dChildID);
|
Completed in 40 milliseconds