Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx138 class ShapeGeometryChangeNotifier :public BroadcastHelperBase class
143ShapeGeometryChangeNotifier( ::cppu::OWeakObject& _rParent, ::osl::Mutex& _rParentMutex, const Ref… in ShapeGeometryChangeNotifier() function in pcr::ShapeGeometryChangeNotifier
190 virtual ~ShapeGeometryChangeNotifier() in ~ShapeGeometryChangeNotifier()
259 ::rtl::Reference< ShapeGeometryChangeNotifier > m_xChangeNotifier;
320 … m_xChangeNotifier = new ShapeGeometryChangeNotifier( *this, m_aMutex, m_xAssociatedShape.get() ); in onNewComponent()
733 void SAL_CALL ShapeGeometryChangeNotifier::propertyChange( const PropertyChangeEvent& _event ) in propertyChange()
777 void SAL_CALL ShapeGeometryChangeNotifier::disposing( const EventObject& /*_event*/ ) in disposing()
784 void ShapeGeometryChangeNotifier::impl_init_nothrow() in impl_init_nothrow()
800 void ShapeGeometryChangeNotifier::impl_dispose_nothrow() in impl_dispose_nothrow()