Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/unodraw/
H A Dshapepropertynotifier.cxx124PropertyChangeNotifier::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 Dunoshape.cxx151 ::svx::PropertyChangeNotifier maPropertyNotifier;
387 ::svx::PropertyChangeNotifier& SvxShape::getShapePropertyChangeNotifier() in getShapePropertyChangeNotifier()
/aoo4110/main/ucb/source/ucp/file/
H A Dfilnot.cxx211 PropertyChangeNotifier::PropertyChangeNotifier( in PropertyChangeNotifier() function in PropertyChangeNotifier
224 PropertyChangeNotifier::~PropertyChangeNotifier() in ~PropertyChangeNotifier()
230 void PropertyChangeNotifier::notifyPropertyChanged( in notifyPropertyChanged()
H A Dfilnot.hxx96 class PropertyChangeNotifier class
104 PropertyChangeNotifier(
110 ~PropertyChangeNotifier();
126 virtual PropertyChangeNotifier* cPCL( void ) = 0;
H A Dshell.cxx2845 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 Dbc.cxx1370 PropertyChangeNotifier*
1380 PropertyChangeNotifier* p = 0; in cPCL()
1392 p = new PropertyChangeNotifier( m_pMyShell, in cPCL()
H A Dshell.hxx429 std::list< PropertyChangeNotifier* >* SAL_CALL
441 std::list< PropertyChangeNotifier* >* listeners,
H A Dbc.hxx272 PropertyChangeNotifier* cPCL( void );
H A Dfilrset.hxx100 virtual PropertyChangeNotifier* cPCL( void ) in cPCL()
/aoo4110/main/forms/source/xforms/
H A Dpropertysetbase.hxx280 struct NotifierAccess { friend struct PropertyChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess()
326 struct PropertyChangeNotifier struct
343 inline PropertyChangeNotifier( const PropertySetBase& rPropertySet, sal_Int32 nHandle ) in PropertyChangeNotifier() argument
349 inline ~PropertyChangeNotifier() in ~PropertyChangeNotifier() argument
H A Dbinding.cxx159 PropertyChangeNotifier aNotifyModelChange( *this, HANDLE_Model ); in _setModel()
160 PropertyChangeNotifier aNotifyModelIDChange( *this, HANDLE_ModelID ); in _setModel()
/aoo4110/main/svx/inc/svx/
H A Dshapepropertynotifier.hxx106 class SVX_DLLPUBLIC PropertyChangeNotifier : public ::boost::noncopyable class
115 PropertyChangeNotifier( ::cppu::OWeakObject& _rOwner, ::osl::Mutex& _rMutex );
116 ~PropertyChangeNotifier();
H A Dsvdobj.hxx95 class PropertyChangeNotifier;
1084 ::svx::PropertyChangeNotifier&
H A Dunoshape.hxx195 ::svx::PropertyChangeNotifier& getShapePropertyChangeNotifier();
/aoo4110/main/svx/source/svdraw/
H A Dsvdobj.cxx3001 ::svx::PropertyChangeNotifier& SdrObject::getShapePropertyChangeNotifier() in getShapePropertyChangeNotifier()

Completed in 125 milliseconds