Home
last modified time | relevance | path

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

/trunk/main/svx/source/accessibility/
H A DChildrenManagerImpl.cxx509 void ChildrenManagerImpl::RemoveShape (const Reference<drawing::XShape>& rxShape) in RemoveShape() function in accessibility::ChildrenManagerImpl
716 RemoveShape (Reference<drawing::XShape>(rEventObject.Source, uno::UNO_QUERY)); in notifyEvent()
H A DChildrenManagerImpl.hxx446 void RemoveShape (const ::com::sun::star::uno::Reference<
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx313 void RemoveShape(const uno::Reference<drawing::XShape>& xShape) const;
423 RemoveShape(xShape); in Notify()
1309 void ScChildrenShapes::RemoveShape(const uno::Reference<drawing::XShape>& xShape) const in RemoveShape() function in ScChildrenShapes