|
LibreOffice Module ucb (master) 1
|
#include <filnot.hxx>
Public Member Functions | |
| PropertyChangeNotifier (const css::uno::Reference< css::ucb::XContent > &xCreatorContent, ListenerMap &&pListeners) | |
| void | notifyPropertyChanged (const css::uno::Sequence< css::beans::PropertyChangeEvent > &seqChanged) const |
Private Attributes | |
| css::uno::Reference< css::ucb::XContent > | m_xCreatorContent |
| ListenerMap | m_aListeners |
Definition at line 83 of file filnot.hxx.
| fileaccess::PropertyChangeNotifier::PropertyChangeNotifier | ( | const css::uno::Reference< css::ucb::XContent > & | xCreatorContent, |
| ListenerMap && | pListeners | ||
| ) |
| void PropertyChangeNotifier::notifyPropertyChanged | ( | const css::uno::Sequence< css::beans::PropertyChangeEvent > & | seqChanged | ) | const |
Definition at line 177 of file filnot.cxx.
References m_aListeners, and m_xCreatorContent.
|
private |
Definition at line 87 of file filnot.hxx.
Referenced by notifyPropertyChanged().
|
private |
Definition at line 86 of file filnot.hxx.
Referenced by notifyPropertyChanged().