Lines Matching refs:pAcc

35 …escendantManagerEventListener(com::sun::star::accessibility::XAccessible* pAcc, AccObjectManagerAg…  in AccDescendantManagerEventListener()  argument
36 :AccComponentEventListener(pAcc, Agent), in AccDescendantManagerEventListener()
92 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local
93 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
94 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent()
96 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent()
107 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent() local
109 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent()
110 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
111 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
130 XAccessible* pAcc = xChild.get(); in handleSelectionChangedEvent() local
132 if (pAgent->GetRole(pAcc) != AccessibleRole::TABLE_CELL) in handleSelectionChangedEvent()
134 pAgent->IncreaseState( pAcc, AccessibleStateType::SELECTED); in handleSelectionChangedEvent()
137 pAgent->NotifyAccEvent(UM_EVENT_SELECTION_CHANGED, pAcc); in handleSelectionChangedEvent()
145 XAccessible* pAcc = xChild.get(); in handleSelectionChangedEvent() local
146 pAgent->DecreaseState( pAcc, AccessibleStateType::SELECTED); in handleSelectionChangedEvent()
163 XAccessible* pAcc = xChild.get(); in handleChildChangedNoFocusEvent() local
165 pAgent->InsertAccObj(pAcc,pAccessible); in handleChildChangedNoFocusEvent()
166 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedNoFocusEvent()
168 pActiveDescendant= pAcc; in handleChildChangedNoFocusEvent()
175 XAccessible* pAcc = xChild.get(); in handleChildChangedNoFocusEvent() local
176 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedNoFocusEvent()
177 pAgent->DeleteAccObj( pAcc ); in handleChildChangedNoFocusEvent()
189 XAccessible* pAcc = xChild.get(); in NotifyChildEvent() local
190 pAgent->NotifyAccEvent(nWinEvent, pAcc); in NotifyChildEvent()
194 pAgent->DeleteAccObj( pAcc ); in NotifyChildEvent()