Lines Matching refs:ScChildrenShapes

238 class ScChildrenShapes : public SfxListener,  class
242ScChildrenShapes(ScAccessibleDocument* pAccessibleDocument, ScTabViewShell* pViewShell, ScSplitPos…
243 ~ScChildrenShapes();
323 ScChildrenShapes::ScChildrenShapes(ScAccessibleDocument* pAccessibleDocument, ScTabViewShell* pView… in ScChildrenShapes() function in ScChildrenShapes
361 ScChildrenShapes::~ScChildrenShapes() in ~ScChildrenShapes()
372 void ScChildrenShapes::SetDrawBroadcaster() in SetDrawBroadcaster()
390 void ScChildrenShapes::Notify(SfxBroadcaster&, const SfxHint& rHint) in Notify()
439 sal_Bool ScChildrenShapes::ReplaceChild (::accessibility::AccessibleShape* pCurrentChild, in ReplaceChild()
486 ::accessibility::AccessibleControlShape * ScChildrenShapes::GetAccControlShapeFromModel(::com::sun:… in GetAccControlShapeFromModel()
506 ScChildrenShapes::GetAccessibleCaption (const ::com::sun::star::uno::Reference < ::com::sun::star::… in GetAccessibleCaption()
523 sal_Int32 ScChildrenShapes::GetCount() const in GetCount()
543 uno::Reference< XAccessible > ScChildrenShapes::Get(const ScAccessibleShapeData* pData) const in Get()
551 …ibleShapeInfo aShapeInfo(pData->xShape, mpAccessibleDocument, const_cast<ScChildrenShapes*>(this)); in Get()
568 uno::Reference< XAccessible > ScChildrenShapes::Get(sal_Int32 nIndex) const in Get()
579 uno::Reference< XAccessible > ScChildrenShapes::GetAt(const awt::Point& rPoint) const in GetAt()
618 sal_Bool ScChildrenShapes::IsSelected(sal_Int32 nIndex, in IsSelected()
667 sal_Bool ScChildrenShapes::SelectionChanged() in SelectionChanged()
680 void ScChildrenShapes::Select(sal_Int32 nIndex) in Select()
715 void ScChildrenShapes::DeselectAll() in DeselectAll()
735 void ScChildrenShapes::SelectAll() in SelectAll()
760 void ScChildrenShapes::FillShapes(std::vector < uno::Reference < drawing::XShape > >& rShapes) const in FillShapes()
778 sal_Int32 ScChildrenShapes::GetSelectedCount() const in GetSelectedCount()
789 uno::Reference< XAccessible > ScChildrenShapes::GetSelected(sal_Int32 nSelectedChildIndex, sal_Bool… in GetSelected()
840 void ScChildrenShapes::Deselect(sal_Int32 nChildIndex) in Deselect()
869 SdrPage* ScChildrenShapes::GetDrawPage() const in GetDrawPage()
888 const ScChildrenShapes* mpChildrenShapes;
891 SetRelation(const ScChildrenShapes* pChildrenShapes, const ScAddress* pAddress) in SetRelation()
917 utl::AccessibleRelationSetHelper* ScChildrenShapes::GetRelationSet(const ScAddress* pAddress) const in GetRelationSet()
924 sal_Bool ScChildrenShapes::FindSelectedShapesChanges(const uno::Reference<drawing::XShapes>& xShape… in FindSelectedShapesChanges()
1065 const_cast<ScChildrenShapes*>(this)->GetAccessibleCaption( xUpGroupXShape ); in FindSelectedShapesChanges()
1138 void ScChildrenShapes::FillSelectionSupplier() const in FillSelectionSupplier()
1158 ScAddress* ScChildrenShapes::GetAnchor(const uno::Reference<drawing::XShape>& xShape) const in GetAnchor()
1203 uno::Reference<XAccessibleRelationSet> ScChildrenShapes::GetRelationSet(const ScAccessibleShapeData… in GetRelationSet()
1226 void ScChildrenShapes::CheckWhetherAnchorChanged(const uno::Reference<drawing::XShape>& xShape) con… in CheckWhetherAnchorChanged()
1233 void ScChildrenShapes::SetAnchor(const uno::Reference<drawing::XShape>& xShape, ScAccessibleShapeDa… in SetAnchor()
1250 void ScChildrenShapes::AddShape(const uno::Reference<drawing::XShape>& xShape, sal_Bool bCommitChan… in AddShape()
1313 void ScChildrenShapes::RemoveShape(const uno::Reference<drawing::XShape>& xShape) const in RemoveShape()
1344 sal_Bool ScChildrenShapes::FindShape(const uno::Reference<drawing::XShape>& xShape, ScChildrenShape… in FindShape()
1371 sal_Int8 ScChildrenShapes::Compare(const ScAccessibleShapeData* pData1, in Compare()
1401 void ScChildrenShapes::VisAreaChanged() const in VisAreaChanged()
1451 mpChildrenShapes = new ScChildrenShapes(this, mpViewShell, meSplitPos); in Init()
1583 mpChildrenShapes = new ScChildrenShapes( this, mpViewShell, meSplitPos ); in Notify()