LibreOffice Module ucb (master) 1
|
#include <filnot.hxx>
Public Member Functions | |
ContentEventNotifier (TaskManager *pMyShell, const css::uno::Reference< css::ucb::XContent > &xCreatorContent, const css::uno::Reference< css::ucb::XContentIdentifier > &xCreatorId, std::vector< css::uno::Reference< css::ucb::XContentEventListener > > &&sListeners) | |
ContentEventNotifier (TaskManager *pMyShell, const css::uno::Reference< css::ucb::XContent > &xCreatorContent, const css::uno::Reference< css::ucb::XContentIdentifier > &xCreatorId, const css::uno::Reference< css::ucb::XContentIdentifier > &xOldId, std::vector< css::uno::Reference< css::ucb::XContentEventListener > > &&sListeners) | |
void | notifyChildInserted (const OUString &aChildName) const |
void | notifyDeleted () const |
void | notifyRemoved (const OUString &aChildName) const |
void | notifyExchanged () const |
Private Attributes | |
TaskManager * | m_pMyShell |
css::uno::Reference< css::ucb::XContent > | m_xCreatorContent |
css::uno::Reference< css::ucb::XContentIdentifier > | m_xCreatorId |
css::uno::Reference< css::ucb::XContentIdentifier > | m_xOldId |
std::vector< css::uno::Reference< css::ucb::XContentEventListener > > | m_sListeners |
Definition at line 35 of file filnot.hxx.
fileaccess::ContentEventNotifier::ContentEventNotifier | ( | TaskManager * | pMyShell, |
const css::uno::Reference< css::ucb::XContent > & | xCreatorContent, | ||
const css::uno::Reference< css::ucb::XContentIdentifier > & | xCreatorId, | ||
std::vector< css::uno::Reference< css::ucb::XContentEventListener > > && | sListeners | ||
) |
fileaccess::ContentEventNotifier::ContentEventNotifier | ( | TaskManager * | pMyShell, |
const css::uno::Reference< css::ucb::XContent > & | xCreatorContent, | ||
const css::uno::Reference< css::ucb::XContentIdentifier > & | xCreatorId, | ||
const css::uno::Reference< css::ucb::XContentIdentifier > & | xOldId, | ||
std::vector< css::uno::Reference< css::ucb::XContentEventListener > > && | sListeners | ||
) |
void ContentEventNotifier::notifyChildInserted | ( | const OUString & | aChildName | ) | const |
Definition at line 60 of file filnot.cxx.
References m_pMyShell, fileaccess::TaskManager::m_pProvider, m_sListeners, m_xCreatorContent, m_xCreatorId, and fileaccess::FileProvider::queryContent().
void ContentEventNotifier::notifyDeleted | ( | ) | const |
Definition at line 75 of file filnot.cxx.
References m_sListeners, m_xCreatorContent, and m_xCreatorId.
void ContentEventNotifier::notifyExchanged | ( | ) | const |
Definition at line 107 of file filnot.cxx.
References m_sListeners, m_xCreatorContent, and m_xOldId.
void ContentEventNotifier::notifyRemoved | ( | const OUString & | aChildName | ) | const |
Definition at line 88 of file filnot.cxx.
References fileaccess::BaseContent::Deleted, m_pMyShell, m_sListeners, m_xCreatorContent, and m_xCreatorId.
|
private |
Definition at line 38 of file filnot.hxx.
Referenced by notifyChildInserted(), and notifyRemoved().
|
private |
Definition at line 42 of file filnot.hxx.
Referenced by notifyChildInserted(), notifyDeleted(), notifyExchanged(), and notifyRemoved().
|
private |
Definition at line 39 of file filnot.hxx.
Referenced by notifyChildInserted(), notifyDeleted(), notifyExchanged(), and notifyRemoved().
|
private |
Definition at line 40 of file filnot.hxx.
Referenced by notifyChildInserted(), notifyDeleted(), and notifyRemoved().
|
private |
Definition at line 41 of file filnot.hxx.
Referenced by notifyExchanged().