LibreOffice Module ucb (master) 1
|
#include <filnot.hxx>
Public Member Functions | |
PropertySetInfoChangeNotifier (const css::uno::Reference< css::ucb::XContent > &xCreatorContent, std::vector< css::uno::Reference< css::beans::XPropertySetInfoChangeListener > > &&sListeners) | |
void | notifyPropertyAdded (const OUString &aPropertyName) const |
void | notifyPropertyRemoved (const OUString &aPropertyName) const |
Private Attributes | |
css::uno::Reference< css::ucb::XContent > | m_xCreatorContent |
std::vector< css::uno::Reference< css::beans::XPropertySetInfoChangeListener > > | m_sListeners |
Definition at line 65 of file filnot.hxx.
PropertySetInfoChangeNotifier::PropertySetInfoChangeNotifier | ( | const css::uno::Reference< css::ucb::XContent > & | xCreatorContent, |
std::vector< css::uno::Reference< css::beans::XPropertySetInfoChangeListener > > && | sListeners | ||
) |
Definition at line 125 of file filnot.cxx.
void PropertySetInfoChangeNotifier::notifyPropertyAdded | ( | const OUString & | aPropertyName | ) | const |
Definition at line 136 of file filnot.cxx.
References m_sListeners, and m_xCreatorContent.
void PropertySetInfoChangeNotifier::notifyPropertyRemoved | ( | const OUString & | aPropertyName | ) | const |
Definition at line 149 of file filnot.cxx.
References m_sListeners, and m_xCreatorContent.
|
private |
Definition at line 69 of file filnot.hxx.
Referenced by notifyPropertyAdded(), and notifyPropertyRemoved().
|
private |
Definition at line 68 of file filnot.hxx.
Referenced by notifyPropertyAdded(), and notifyPropertyRemoved().