Searched refs:aFindItr (Results 1 – 2 of 2) sorted by relevance
1061 …ScShapeChildVec::const_iterator aFindItr = std::find_if(aItr->maForeShapes.begin(), aItr->maForeSh… in GetForegroundShapeAt() local1062 if (aFindItr != aItr->maForeShapes.end()) in GetForegroundShapeAt()1063 xAcc = GetAccShape(*aFindItr); in GetForegroundShapeAt()1085 …ScShapeChildVec::const_iterator aFindItr = std::find_if(aItr->maBackShapes.begin(), aItr->maBackSh… in GetBackgroundShapeAt() local1086 if (aFindItr != aItr->maBackShapes.end()) in GetBackgroundShapeAt()1087 xAcc = GetAccShape(*aFindItr); in GetBackgroundShapeAt()
1252 SortedShapes::iterator aFindItr; in AddShape() local1253 if (!FindShape(xShape, aFindItr)) in AddShape()1257 SortedShapes::iterator aNewItr = maZOrderedShapes.insert(aFindItr, pShape); in AddShape()
Completed in 36 milliseconds