LibreOffice Module sfx2 (master) 1
|
#include <preventduplicateinteraction.hxx>
Public Member Functions | |
virtual void SAL_CALL | disposing (const css::lang::EventObject &) override |
virtual void SAL_CALL | queryTermination (const css::lang::EventObject &) override |
virtual void SAL_CALL | notifyTermination (const css::lang::EventObject &) override |
WarningDialogsParent () | |
virtual | ~WarningDialogsParent () override |
const css::uno::Reference< css::awt::XWindow > & | GetDialogParent () const |
Public Member Functions inherited from comphelper::WeakComponentImplHelper< css::frame::XTerminateListener > | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Private Member Functions | |
DECL_STATIC_LINK (WarningDialogsParent, TerminateDesktop, void *, void) | |
void | closewarningdialogs () |
Private Attributes | |
VclPtr< WorkWindow > | m_xWin |
css::uno::Reference< css::awt::XWindow > | m_xInterface |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed |
Definition at line 59 of file preventduplicateinteraction.hxx.
|
inline |
Definition at line 98 of file preventduplicateinteraction.hxx.
References VclPtr< class reference_type >::Create(), VCLUnoHelper::GetInterface(), m_xInterface, m_xWin, and WB_STDWORK.
|
inlineoverridevirtual |
Definition at line 106 of file preventduplicateinteraction.hxx.
References closewarningdialogs(), VclPtr< class reference_type >::disposeAndClear(), and m_xWin.
|
inlineprivate |
Definition at line 70 of file preventduplicateinteraction.hxx.
References sfx2::closedialogs(), and m_xWin.
Referenced by queryTermination(), and ~WarningDialogsParent().
|
private |
|
inlineoverridevirtual |
Definition at line 81 of file preventduplicateinteraction.hxx.
|
inline |
Definition at line 112 of file preventduplicateinteraction.hxx.
References m_xInterface.
|
inlineoverridevirtual |
Definition at line 93 of file preventduplicateinteraction.hxx.
|
inlineoverridevirtual |
Definition at line 86 of file preventduplicateinteraction.hxx.
References closewarningdialogs(), LINK, and Application::PostUserEvent().
|
private |
Definition at line 64 of file preventduplicateinteraction.hxx.
Referenced by GetDialogParent(), and WarningDialogsParent().
|
private |
Definition at line 63 of file preventduplicateinteraction.hxx.
Referenced by closewarningdialogs(), WarningDialogsParent(), and ~WarningDialogsParent().