Lines Matching refs:maAreas
101 maAreas(MAX_AREAS, NULL), in ScAccessiblePageHeader()
126 std::for_each(maAreas.begin(), maAreas.end(), Dispose()); in disposing()
141 ScHFAreas aOldAreas(maAreas); in Notify()
147 …if ((aOldAreas[i] && maAreas[i] && !ScGlobal::EETextObjEqual(aOldAreas[i]->GetEditTextObject(), ma… in Notify()
148 (aOldAreas[i] && !maAreas[i]) || (!aOldAreas[i] && maAreas[i])) in Notify()
160 if (maAreas[i] && maAreas[i]->GetEditTextObject()) in Notify()
165 aEvent.NewValue = uno::makeAny(uno::Reference<XAccessible>(maAreas[i])); in Notify()
205 if (maAreas[i]) in getAccessibleAtPoint()
206 xRet = maAreas[i]; in getAccessibleAtPoint()
274 ScHFAreas::iterator aItr = maAreas.begin(); in getAccessibleChild()
275 ScHFAreas::iterator aEndItr = maAreas.end(); in getAccessibleChild()
413 if (maAreas[nIndex]) in AddChild()
415 if (!ScGlobal::EETextObjEqual(maAreas[nIndex]->GetEditTextObject(), pArea)) in AddChild()
417 maAreas[nIndex]->release(); in AddChild()
418 … maAreas[nIndex] = new ScAccessiblePageHeaderArea(this, mpViewShell, pArea, mbHeader, eAdjust); in AddChild()
419 maAreas[nIndex]->acquire(); in AddChild()
424 … maAreas[nIndex] = new ScAccessiblePageHeaderArea(this, mpViewShell, pArea, mbHeader, eAdjust); in AddChild()
425 maAreas[nIndex]->acquire(); in AddChild()
431 if (maAreas[nIndex]) in AddChild()
433 maAreas[nIndex]->release(); in AddChild()
434 maAreas[nIndex] = NULL; in AddChild()