/aoo42x/main/winaccessibility/source/service/ |
H A D | AccDescendantManagerEventListener.cxx | 93 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent() 165 pAgent->InsertAccObj(pAcc,pAccessible); in handleChildChangedNoFocusEvent()
|
H A D | AccObjectManagerAgent.cxx | 145 unsigned char AccObjectManagerAgent::InsertAccObj( XAccessible* pXAcc,XAccessible* pParentXAcc,long… in InsertAccObj() function in AccObjectManagerAgent 148 return (unsigned char)pWinManager->InsertAccObj( pXAcc, pParentXAcc,HWND((void*)pWnd) ); in InsertAccObj()
|
H A D | AccObjectWinManager.cxx | 507 InsertAccObj(pRChild.get(), pXAcc,pAccObj->GetParentHWND()); in UpdateAccSelection() 684 InsertAccObj( mpAccessible,pXAcc,pWnd ); in InsertChildrenAccObj() 721 sal_Bool AccObjectWinManager::InsertAccObj( XAccessible* pXAcc,XAccessible* pParentXAcc,HWND pWnd ) in InsertAccObj() function in AccObjectWinManager
|
H A D | AccTreeEventListener.cxx | 72 pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent()
|
H A D | AccDialogEventListener.cxx | 97 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
|
H A D | AccListEventListener.cxx | 86 sal_Bool bHasCache = pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent()
|
H A D | AccMenuEventListener.cxx | 80 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
|
H A D | AccWindowEventListener.cxx | 96 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
|
H A D | AccTableEventListener.cxx | 117 pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent()
|
H A D | AccFrameEventListener.cxx | 120 pAgent->InsertAccObj( pAcc,pAccessible,(HWND)systemdata->hWnd); in handleChildChangedEvent()
|
H A D | AccTopWindowListener.cxx | 186 accManagerAgent.InsertAccObj( pAccessible, pParentXAcc,pWND ); in AddAllListeners()
|
H A D | AccContainerEventListener.cxx | 148 if(pAgent->InsertAccObj( pAcc,pAccessible)) in handleChildChangedEvent()
|
/aoo42x/main/winaccessibility/source/UAccCOM/ |
H A D | EnumVariant.cpp | 68 CMAccessible::g_pAgent->InsertAccObj(pRXAcc.get(),pUNOInterface,NULL); in Next()
|
H A D | MAccessible.cpp | 1400 g_pAgent->InsertAccObj(pXChild.get(),pUNOInterface,(long)m_hwnd); in GetChildInterface() 1495 g_pAgent->InsertAccObj(pChildXAcc,pUNOInterface); in GetNavigateChildForDM() 2970 g_pAgent->InsertAccObj(pXAcc.get(),pXAccContext->getAccessibleParent().get()); in ConvertAnyToVariant()
|
H A D | AccTable.cpp | 82 CMAccessible::g_pAgent->InsertAccObj(pRAcc.get(),pxTable.get()); in get_accessibleAt()
|
/aoo42x/main/winaccessibility/inc/ |
H A D | AccObjectManagerAgent.hxx | 49 virtual unsigned char InsertAccObj( com::sun::star::accessibility::XAccessible* pXAcc,
|
H A D | AccObjectWinManager.hxx | 123 …sal_Bool InsertAccObj( com::sun::star::accessibility::XAccessible* pXAcc,com::sun::star::accessibi…
|