Lines Matching refs:xTempAcc
219 uno::Reference< XAccessible > xTempAcc; in AddField() local
223 xTempAcc = aItr->xWeakAcc; in AddField()
224 if (xTempAcc.is() && aItr->pAcc) in AddField()
250 uno::Reference< XAccessible > xTempAcc; in RemoveField() local
254 xTempAcc = getAccessibleChild(nOldIndex); in RemoveField()
282 aEvent.NewValue <<= xTempAcc; in RemoveField()
296 uno::Reference < XAccessible > xTempAcc = maChildren[nOldIndex].xWeakAcc; in FieldFocusChange() local
297 if (xTempAcc.is() && maChildren[nOldIndex].pAcc) in FieldFocusChange()
300 xTempAcc = maChildren[nNewIndex].xWeakAcc; in FieldFocusChange()
301 if (xTempAcc.is() && maChildren[nNewIndex].pAcc) in FieldFocusChange()
309 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in FieldNameChange() local
310 if (xTempAcc.is() && maChildren[nIndex].pAcc) in FieldNameChange()
323 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in GotFocus() local
324 if (xTempAcc.is() && maChildren[nIndex].pAcc) in GotFocus()
337 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in LostFocus() local
338 if (xTempAcc.is() && maChildren[nIndex].pAcc) in LostFocus()
435 uno::Reference < XAccessible > xTempAcc = maChildren[nIndex].xWeakAcc; in getAccessibleChild() local
436 if (!xTempAcc.is()) in getAccessibleChild()
439 xTempAcc = maChildren[nIndex].pAcc; in getAccessibleChild()
440 maChildren[nIndex].xWeakAcc = xTempAcc; in getAccessibleChild()
443 xAcc = xTempAcc; in getAccessibleChild()