Lines Matching refs:pAcc
224 if (xTempAcc.is() && aItr->pAcc) in AddField()
225 aItr->pAcc->SetIndex(nIndex); in AddField()
255 pField = maChildren[nOldIndex].pAcc; in RemoveField()
265 if (xItrAcc.is() && aItr->pAcc) in RemoveField()
266 aItr->pAcc->SetIndex(nOldIndex); in RemoveField()
297 if (xTempAcc.is() && maChildren[nOldIndex].pAcc) in FieldFocusChange()
298 maChildren[nOldIndex].pAcc->ResetFocused(); in FieldFocusChange()
301 if (xTempAcc.is() && maChildren[nNewIndex].pAcc) in FieldFocusChange()
302 maChildren[nNewIndex].pAcc->SetFocused(); in FieldFocusChange()
310 if (xTempAcc.is() && maChildren[nIndex].pAcc) in FieldNameChange()
311 maChildren[nIndex].pAcc->ChangeName(); in FieldNameChange()
324 if (xTempAcc.is() && maChildren[nIndex].pAcc) in GotFocus()
325 maChildren[nIndex].pAcc->SetFocused(); in GotFocus()
338 if (xTempAcc.is() && maChildren[nIndex].pAcc) in LostFocus()
339 maChildren[nIndex].pAcc->ResetFocused(); in LostFocus()
438 maChildren[nIndex].pAcc = new ScAccessibleDataPilotButton(this, mpFieldWindow, nIndex); in getAccessibleChild()
439 xTempAcc = maChildren[nIndex].pAcc; in getAccessibleChild()