Searched refs:ScShapeChildVec (Results 1 – 1 of 1) sorted by relevance
673 typedef std::vector<ScShapeChild> ScShapeChildVec; typedef677 ScShapeChildVec maBackShapes;678 ScShapeChildVec maForeShapes; // inclusive internal shapes679 ScShapeChildVec maControls;729 void FindChanged(ScShapeChildVec& aOld, ScShapeChildVec& aNew) const;732 …::accessibility::AccessibleShape* GetAccShape(const ScShapeChildVec& rShapes, sal_Int32 nIndex) co…817 void ScShapeChilds::FindChanged(ScShapeChildVec& rOld, ScShapeChildVec& rNew) const in FindChanged()819 ScShapeChildVec::iterator aOldItr = rOld.begin(); in FindChanged()820 ScShapeChildVec::iterator aOldEnd = rOld.end(); in FindChanged()821 ScShapeChildVec::const_iterator aNewItr = rNew.begin(); in FindChanged()[all …]