Searched refs:PropertyChangeNotifier (Results  1 – 15 of 15) sorted by relevance
| /aoo4110/main/svx/source/unodraw/ | 
| H A D | shapepropertynotifier.cxx | 124 …PropertyChangeNotifier::PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMute…  in PropertyChangeNotifier()  function in svx::PropertyChangeNotifier 130     PropertyChangeNotifier::~PropertyChangeNotifier()  in ~PropertyChangeNotifier() 135 …void PropertyChangeNotifier::registerProvider( const ShapeProperty _eProperty, const PPropertyValu…  in registerProvider() 147     void PropertyChangeNotifier::notifyPropertyChange( const ShapeProperty _eProperty ) const  in notifyPropertyChange() 183 …void PropertyChangeNotifier::addPropertyChangeListener( const ::rtl::OUString& _rPropertyName, con…  in addPropertyChangeListener() 189 …void PropertyChangeNotifier::removePropertyChangeListener( const ::rtl::OUString& _rPropertyName, …  in removePropertyChangeListener() 195     void PropertyChangeNotifier::disposing()  in disposing()
  | 
| H A D | unoshape.cxx | 151     ::svx::PropertyChangeNotifier       maPropertyNotifier; 387 ::svx::PropertyChangeNotifier& SvxShape::getShapePropertyChangeNotifier()  in getShapePropertyChangeNotifier()
  | 
| /aoo4110/main/ucb/source/ucp/file/ | 
| H A D | filnot.cxx | 211 PropertyChangeNotifier::PropertyChangeNotifier(  in PropertyChangeNotifier()  function in PropertyChangeNotifier 224 PropertyChangeNotifier::~PropertyChangeNotifier()  in ~PropertyChangeNotifier() 230 void PropertyChangeNotifier::notifyPropertyChanged(   in notifyPropertyChanged()
  | 
| H A D | filnot.hxx | 96 	class PropertyChangeNotifier  class 104 		PropertyChangeNotifier( 110 		~PropertyChangeNotifier(); 126 		virtual PropertyChangeNotifier*        cPCL( void ) = 0;
  | 
| H A D | shell.cxx | 2845 std::list< PropertyChangeNotifier* >* SAL_CALL 2848     std::list< PropertyChangeNotifier* >* p = new std::list< PropertyChangeNotifier* >;  in getPropertyChangeNotifier() 2849     std::list< PropertyChangeNotifier* >& listeners = *p;  in getPropertyChangeNotifier() 2860                 PropertyChangeNotifier* notifier = pointer->cPCL();  in getPropertyChangeNotifier() 2871 void SAL_CALL shell::notifyPropertyChanges( std::list< PropertyChangeNotifier* >* listeners,  in notifyPropertyChanges() 2874     std::list< PropertyChangeNotifier* >::iterator it = listeners->begin();  in notifyPropertyChanges()
  | 
| H A D | bc.cxx | 1370 PropertyChangeNotifier* 1380     PropertyChangeNotifier* p = 0;  in cPCL() 1392         p = new PropertyChangeNotifier( m_pMyShell,  in cPCL()
  | 
| H A D | shell.hxx | 429         std::list< PropertyChangeNotifier* >* SAL_CALL 441             std::list< PropertyChangeNotifier* >* listeners,
  | 
| H A D | bc.hxx | 272 		PropertyChangeNotifier*        cPCL( void );
  | 
| H A D | filrset.hxx | 100 		virtual PropertyChangeNotifier*        cPCL( void )  in cPCL()
  | 
| /aoo4110/main/forms/source/xforms/ | 
| H A D | propertysetbase.hxx | 280     struct NotifierAccess { friend struct PropertyChangeNotifier; private: NotifierAccess() { } };  in NotifierAccess() 326 struct PropertyChangeNotifier  struct 343     inline PropertyChangeNotifier( const PropertySetBase& rPropertySet, sal_Int32 nHandle )  in PropertyChangeNotifier()  function 349     inline ~PropertyChangeNotifier()  in ~PropertyChangeNotifier()  argument
  | 
| H A D | binding.cxx | 159     PropertyChangeNotifier aNotifyModelChange( *this, HANDLE_Model );  in _setModel() 160     PropertyChangeNotifier aNotifyModelIDChange( *this, HANDLE_ModelID );  in _setModel()
  | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | shapepropertynotifier.hxx | 106     class SVX_DLLPUBLIC PropertyChangeNotifier : public ::boost::noncopyable  class 115         PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex ); 116         ~PropertyChangeNotifier();
  | 
| H A D | svdobj.hxx | 95     class PropertyChangeNotifier; 1084     ::svx::PropertyChangeNotifier&
  | 
| H A D | unoshape.hxx | 195     ::svx::PropertyChangeNotifier& getShapePropertyChangeNotifier();
  | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdobj.cxx | 3001 ::svx::PropertyChangeNotifier& SdrObject::getShapePropertyChangeNotifier()  in getShapePropertyChangeNotifier()
  | 
        Completed in 171 milliseconds