Home
last modified time | relevance | path

Searched refs:pAgent (Results 1 – 21 of 21) sorted by relevance

/trunk/main/winaccessibility/source/service/
H A DAccContainerEventListener.cxx166 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
168 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
215 pAgent->UpdateValue(pAccessible, newValue); in handleTextChangedEvent()
247 pAgent->UpdateState(pAccessible); in setComponentState()
255 pAgent->UpdateState(pAccessible); in setComponentState()
282 pAgent->UpdateState(pAccessible); in setComponentState()
305 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
311 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
441 pAgent->UpdateValue(pAccessible); in handleValueChangedEvent()
515 if (pAgent && pAgent->IsStateManageDescendant(pXAccessible)) in UpdateAllChildrenState()
[all …]
H A DAccComponentEventListener.cxx94 pAgent->UpdateValue(pAccessible); in handleValueChangedEvent()
103 pAgent->UpdateAction(pAccessible); in handleActionChangedEvent()
115 pAgent->UpdateValue(pAccessible, newValue); in handleTextChangedEvent()
191 pAgent->UpdateState(pAccessible); in setComponentState()
200 pAgent->UpdateState(pAccessible); in setComponentState()
230 pAgent->UpdateAction( pAccessible ); in fireStatePropertyChange()
268 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
269 pAgent->UpdateAction( pAccessible ); in fireStatePropertyChange()
271 if(!pAgent->IsSpecialToolboItem(pAccessible)) in fireStatePropertyChange()
277 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
[all …]
H A DAccDescendantManagerEventListener.cxx93 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
94 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent()
110 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
111 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
165 pAgent->InsertAccObj(pAcc,pAccessible); in handleChildChangedNoFocusEvent()
166 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedNoFocusEvent()
176 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedNoFocusEvent()
177 pAgent->DeleteAccObj( pAcc ); in handleChildChangedNoFocusEvent()
190 pAgent->NotifyAccEvent(nWinEvent, pAcc); in NotifyChildEvent()
192 …if (pAgent && pAgent->IsStateManageDescendant(pAccessible) && ( nWinEvent == UM_EVENT_SELECTION_CH… in NotifyChildEvent()
[all …]
H A DAccEventListener.cxx53 pAgent(Agent), in AccEventListener()
92 if ( pAgent->IsTopWinAcc( pAccessible ) ) in handleNameChangedEvent()
97 pAgent->UpdateAccName(pAccDoc); in handleNameChangedEvent()
102 pAgent->UpdateAccName(pAccessible, name); in handleNameChangedEvent()
103 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_NAMECHANGE, pAccessible); in handleNameChangedEvent()
112 pAgent->UpdateDescription(pAccessible, desc); in handleDescriptionChangedEvent()
121 pAgent->UpdateLocation(pAccessible); in handleBoundrectChangedEvent()
122 pAgent->NotifyAccEvent(UM_EVENT_BOUNDRECT_CHANGED, pAccessible); in handleBoundrectChangedEvent()
130 pAgent->UpdateValue(pAccessible); in handleVisibleDataChangedEvent()
225 return pAgent->GetParentRole(pAccessible); in getParentRole()
[all …]
H A DAccTableEventListener.cxx59 pAgent->NotifyAccEvent(UM_EVENT_TABLE_CAPTION_CHANGED, pAccessible); in notifyEvent()
71 pAgent->NotifyAccEvent(UM_EVENT_TABLE_COLUMN_HEADER_CHANGED, pAccessible); in notifyEvent()
77 pAgent->NotifyAccEvent(UM_EVENT_TABLE_ROW_HEADER_CHANGED, pAccessible); in notifyEvent()
89 pAgent->NotifyAccEvent(UM_EVENT_TABLE_SUMMARY_CHANGED, pAccessible); in notifyEvent()
95 pAgent->NotifyAccEvent(UM_EVENT_TABLE_ROW_DESCRIPTION_CHANGED, pAccessible); in notifyEvent()
117 pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent()
118 pAgent->NotifyAccEvent(UM_EVENT_ACTIVE_DESCENDANT_CHANGED, pAcc); in handleActiveDescendantChangedEvent()
127 pAgent->DeleteAccObj( pAcc ); in handleActiveDescendantChangedEvent()
140 pAgent->DeleteChildrenAccObj( pAccessible ); in handleTableModelChangeEvent()
142 pAgent->InsertChildrenAccObj( pAccessible ); in handleTableModelChangeEvent()
[all …]
H A DAccMenuEventListener.cxx80 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
82 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent()
83 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent()
94 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent()
96 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
98 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
111 pAgent->NotifyAccEvent(UM_EVENT_SELECTION_CHANGED, pAccessible); in handleSelectionChangedEvent()
126 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange()
128 pAgent->UpdateChildState(pAccessible); in fireStatePropertyChange()
142 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange()
H A DAccWindowEventListener.cxx96 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
98 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent()
99 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent()
110 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent()
111 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
113 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
136 pAgent->IncreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
138 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
144 pAgent->IncreaseState( pAccessible, AccessibleStateType::SHOWING ); in setComponentState()
147 pAgent->DecreaseState( pAccessible, AccessibleStateType::SHOWING ); in setComponentState()
H A DAccDialogEventListener.cxx97 pAgent->InsertAccObj( pAcc,pAccessible); in handleChildChangedEvent()
99 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent()
100 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent()
111 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent()
113 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
115 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
139 pAgent->IncreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
141 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
H A DAccListEventListener.cxx86 sal_Bool bHasCache = pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent()
89 pAgent->UpdateState(pAcc); in handleActiveDescendantChangedEvent()
92 pAgent->IncreaseState( pAcc, AccessibleStateType::FOCUSED); in handleActiveDescendantChangedEvent()
94 pAgent->NotifyAccEvent(UM_EVENT_ACTIVE_DESCENDANT_CHANGED, pAcc); in handleActiveDescendantChangedEvent()
103 pAgent->DeleteAccObj( pAcc ); in handleActiveDescendantChangedEvent()
119 XAccessible* pParentAcc = pAgent->GetParentXAccessible(pAccessible); in handleValueChangedEvent()
120 pAgent->UpdateValue(pParentAcc); in handleValueChangedEvent()
121 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_VALUECHANGE, pParentAcc); in handleValueChangedEvent()
H A DAccFrameEventListener.cxx120 pAgent->InsertAccObj( pAcc,pAccessible,(HWND)systemdata->hWnd); in handleChildChangedEvent()
122 pAgent->InsertChildrenAccObj(pAcc); in handleChildChangedEvent()
123 pAgent->NotifyAccEvent(UM_EVENT_CHILD_ADDED, pAcc); in handleChildChangedEvent()
134 pAgent->NotifyAccEvent(UM_EVENT_CHILD_REMOVED, pAcc); in handleChildChangedEvent()
136 pAgent->DeleteChildrenAccObj( pAcc ); in handleChildChangedEvent()
138 pAgent->DeleteAccObj( pAcc ); in handleChildChangedEvent()
162 pAgent->IncreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
164 pAgent->DecreaseState( pAccessible, AccessibleStateType::VISIBLE ); in setComponentState()
H A DAccObjectWinManager.cxx87 pAgent( Agent ), in AccObjectWinManager()
767 AccObject pObj( pXAcc,pAgent ); in InsertAccObj()
856 listener = new AccDialogEventListener(pXAcc,pAgent); in createAccEventListener()
859 listener = new AccFrameEventListener(pXAcc,pAgent); in createAccEventListener()
862 listener = new AccWindowEventListener(pXAcc,pAgent); in createAccEventListener()
865 listener = new AccFrameEventListener(pXAcc,pAgent); in createAccEventListener()
889 listener = new AccContainerEventListener(pXAcc,pAgent); in createAccEventListener()
919 listener = new AccMenuEventListener(pXAcc,pAgent); in createAccEventListener()
931 listener = new AccListEventListener(pXAcc,pAgent); in createAccEventListener()
934 listener = new AccTreeEventListener(pXAcc,pAgent); in createAccEventListener()
[all …]
H A DAccParagraphEventListener.cxx66 pAgent->IncreaseState( pAccessible, State); in notifyEvent()
71 pAgent->DecreaseState( pAccessible, State); in notifyEvent()
96 pAgent->UpdateLocation(pAccessible); in handleCaretChangedEvent()
97 pAgent->NotifyAccEvent(UM_EVENT_OBJECT_CARETCHANGE, pAccessible); in handleCaretChangedEvent()
143 pAgent->NotifyAccEvent(UM_EVENT_TEXT_SELECTION_CHANGED, pAccessible); in handleTextSelectionChangedEvent()
H A DAccTreeEventListener.cxx72 pAgent->InsertAccObj(pAcc,pAccessible); in handleActiveDescendantChangedEvent()
73 pAgent->NotifyAccEvent(UM_EVENT_ACTIVE_DESCENDANT_CHANGED, pAcc); in handleActiveDescendantChangedEvent()
83 pAgent->DeleteAccObj( pAcc ); in handleActiveDescendantChangedEvent()
H A DAccObjectContainerEventListener.cxx58 pAgent->UpdateAccName(pAccessible); in handleStateChangedEvent()
60 pAgent->UpdateDescription(pAccessible); in handleStateChangedEvent()
H A DAccObject.cxx58 AccObject::AccObject(XAccessible* pAcc,AccObjectManagerAgent* pAgent ,AccEventListener* listener) : in AccObject() argument
75 m_pIMAcc->Put_XAccAgent((long)pAgent); in AccObject()
/trunk/main/winaccessibility/inc/
H A DAccEventListener.hxx47 AccObjectManagerAgent* pAgent; member in AccEventListener
H A DAccObject.hxx75 …n::star::accessibility::XAccessible* pXAcc = NULL,AccObjectManagerAgent* pAgent = NULL ,AccEventLi…
H A DAccObjectWinManager.hxx95 AccObjectManagerAgent* pAgent; member in AccObjectWinManager
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl53 [id(25), helpstring("method Put_XAccAgent")] HRESULT Put_XAccAgent(long pAgent);
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.h203 STDMETHOD(Put_XAccAgent)(long pAgent);
H A DMAccessible.cpp1341 STDMETHODIMP CMAccessible::Put_XAccAgent(long pAgent) in Put_XAccAgent() argument
1343 g_pAgent = (AccObjectManagerAgent*)pAgent; in Put_XAccAgent()

Completed in 111 milliseconds