Lines Matching refs:xChild

86     Reference< XAccessible > xChild;  in handleChildChangedEvent()  local
87 if( newValue >>= xChild) in handleChildChangedEvent()
90 if(xChild.is()) in handleChildChangedEvent()
92 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent()
103 if (oldValue >>= xChild) in handleChildChangedEvent()
105 if(xChild.is()) in handleChildChangedEvent()
107 XAccessible* pAcc = xChild.get(); in handleChildChangedEvent()
125 Reference< XAccessible > xChild; in handleSelectionChangedEvent() local
126 if(newValue >>= xChild ) in handleSelectionChangedEvent()
128 if(xChild.is()) in handleSelectionChangedEvent()
130 XAccessible* pAcc = xChild.get(); in handleSelectionChangedEvent()
141 if(oldValue >>= xChild ) in handleSelectionChangedEvent()
143 if(xChild.is()) in handleSelectionChangedEvent()
145 XAccessible* pAcc = xChild.get(); in handleSelectionChangedEvent()
158 Reference< XAccessible > xChild; in handleChildChangedNoFocusEvent() local
159 if(newValue >>= xChild ) in handleChildChangedNoFocusEvent()
161 if(xChild.is()) in handleChildChangedNoFocusEvent()
163 XAccessible* pAcc = xChild.get(); in handleChildChangedNoFocusEvent()
171 if (oldValue >>= xChild) in handleChildChangedNoFocusEvent()
173 if(xChild.is()) in handleChildChangedNoFocusEvent()
175 XAccessible* pAcc = xChild.get(); in handleChildChangedNoFocusEvent()
184 Reference< XAccessible > xChild; in NotifyChildEvent() local
185 if(Value >>= xChild ) in NotifyChildEvent()
187 if(xChild.is()) in NotifyChildEvent()
189 XAccessible* pAcc = xChild.get(); in NotifyChildEvent()