Lines Matching refs:ScShapeChilds
687 class ScShapeChilds : public SfxListener, class
691 ScShapeChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc);
692 ~ScShapeChilds();
741 ScShapeChilds::ScShapeChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc) in ScShapeChilds() function in ScShapeChilds
755 ScShapeChilds::~ScShapeChilds() in ~ScShapeChilds()
765 void ScShapeChilds::SetDrawBroadcaster() in SetDrawBroadcaster()
775 void ScShapeChilds::Notify(SfxBroadcaster&, const SfxHint& rHint) in Notify()
817 void ScShapeChilds::FindChanged(ScShapeChildVec& rOld, ScShapeChildVec& rNew) const in FindChanged()
874 void ScShapeChilds::FindChanged(ScShapeRange& rOld, ScShapeRange& rNew) const in FindChanged()
881 void ScShapeChilds::DataChanged() in DataChanged()
906 void ScShapeChilds::VisAreaChanged() const in VisAreaChanged()
922 sal_Bool ScShapeChilds::ReplaceChild (::accessibility::AccessibleShape* /* pCurrentChild */, in ReplaceChild()
933 void ScShapeChilds::Init() in Init()
950 sal_Int32 ScShapeChilds::GetBackShapeCount() const in GetBackShapeCount()
959 uno::Reference<XAccessible> ScShapeChilds::GetBackShape(sal_Int32 nIndex) const in GetBackShape()
980 sal_Int32 ScShapeChilds::GetForeShapeCount() const in GetForeShapeCount()
989 uno::Reference<XAccessible> ScShapeChilds::GetForeShape(sal_Int32 nIndex) const in GetForeShape()
1010 sal_Int32 ScShapeChilds::GetControlCount() const in GetControlCount()
1019 uno::Reference<XAccessible> ScShapeChilds::GetControl(sal_Int32 nIndex) const in GetControl()
1053 uno::Reference<XAccessible> ScShapeChilds::GetForegroundShapeAt(const awt::Point& rPoint) const //i… in GetForegroundShapeAt()
1077 uno::Reference<XAccessible> ScShapeChilds::GetBackgroundShapeAt(const awt::Point& rPoint) const in GetBackgroundShapeAt()
1095 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChild& rShape) const in GetAccShape()
1100 …bility::AccessibleShapeInfo aShapeInfo(rShape.mxShape, mpAccDoc, const_cast<ScShapeChilds*>(this)); in GetAccShape()
1120 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChildVec& rShapes, sal_In… in GetAccShape()
1125 void ScShapeChilds::FillShapes(const Rectangle& aPixelPaintRect, const MapMode& aMapMode, sal_uInt8… in FillShapes()
1353 SdrPage* ScShapeChilds::GetDrawPage() const in GetDrawPage()
1384 ScNotesChilds* pNotesChilds, ScShapeChilds* pShapeChilds );
1394 ScShapeChilds* pShapeChilds) : in ScPagePreviewCountData()
1891 ScShapeChilds* ScAccessibleDocumentPagePreview::GetShapeChilds() in GetShapeChilds()
1895 mpShapeChilds = new ScShapeChilds(mpViewShell, this); in GetShapeChilds()