Searched refs:maZOrderedShapes (Results 1 – 1 of 1) sorted by relevance
296 … mutable SortedShapes maZOrderedShapes; // a null pointer represents the sheet in the correct order member in ScChildrenShapes331 maZOrderedShapes.push_back(NULL); // add an element which represents the table in ScChildrenShapes()363 std::for_each(maZOrderedShapes.begin(), maZOrderedShapes.end(), Destroy()); in ~ScChildrenShapes()409 …std::sort(maZOrderedShapes.begin(), maZOrderedShapes.end(), aLess); // sort, because the z index o… in Notify()459 if (aItr != maZOrderedShapes.end() && (*aItr)) in ReplaceChild()491 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccControlShapeFromModel()512 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccessibleCaption()526 if (pDrawPage && (maZOrderedShapes.size() == 1)) // the table is always in in GetCount()529 maZOrderedShapes.reserve(mnSdrObjCount + 1); // the table is always in in GetCount()540 return maZOrderedShapes.size(); in GetCount()[all …]