Home
last modified time | relevance | path

Searched refs:ScShapeChildVec (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx673 typedef std::vector<ScShapeChild> ScShapeChildVec; typedef
677 ScShapeChildVec maBackShapes;
678 ScShapeChildVec maForeShapes; // inclusive internal shapes
679 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 …]