LibreOffice Module extensions (master) 1
|
#include <formcontrolcontainer.hxx>
Protected Member Functions | |
FormControlContainer () | |
virtual | ~FormControlContainer () override |
bool | isFormConnected () const |
void | connectForm (const css::uno::Reference< css::form::XLoadable > &_rxForm) |
void | disconnectForm () |
virtual css::uno::Reference< css::awt::XControlContainer > | getControlContainer ()=0 |
virtual void | _loaded (const css::lang::EventObject &_rEvent) override |
virtual void | _unloading (const css::lang::EventObject &_rEvent) override |
virtual void | _reloading (const css::lang::EventObject &_rEvent) override |
virtual void | _reloaded (const css::lang::EventObject &_rEvent) override |
Protected Member Functions inherited from bib::OLoadListener | |
OLoadListener (::osl::Mutex &_rMutex) | |
virtual void | _loaded (const css::lang::EventObject &aEvent)=0 |
virtual void | _unloading (const css::lang::EventObject &aEvent)=0 |
virtual void | _reloading (const css::lang::EventObject &aEvent)=0 |
virtual void | _reloaded (const css::lang::EventObject &aEvent)=0 |
Protected Member Functions inherited from bib::OComponentListener | |
OComponentListener (::osl::Mutex &_rMutex) | |
virtual | ~OComponentListener () |
void | setAdapter (OComponentAdapterBase *_pAdapter) |
Private Member Functions | |
void | implSetDesignMode (bool _bDesign) |
Private Attributes | |
rtl::Reference< OLoadListenerAdapter > | m_xFormAdapter |
css::uno::Reference< css::form::XLoadable > | m_xForm |
Additional Inherited Members | |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Definition at line 31 of file formcontrolcontainer.hxx.
|
protected |
Definition at line 35 of file formcontrolcontainer.cxx.
|
overrideprotectedvirtual |
Definition at line 40 of file formcontrolcontainer.cxx.
References disconnectForm(), isFormConnected(), and SAL_WARN_IF.
|
overrideprotectedvirtual |
Implements bib::OLoadListener.
Reimplemented in bib::BibViewFormControlContainer.
Definition at line 112 of file formcontrolcontainer.cxx.
References implSetDesignMode().
Referenced by bib::BibViewFormControlContainer::_loaded(), and bib::BibViewFormControlContainer::_reloaded().
|
overrideprotectedvirtual |
Implements bib::OLoadListener.
Reimplemented in bib::BibViewFormControlContainer.
Definition at line 127 of file formcontrolcontainer.cxx.
References implSetDesignMode().
|
overrideprotectedvirtual |
Implements bib::OLoadListener.
Definition at line 122 of file formcontrolcontainer.cxx.
References implSetDesignMode().
|
overrideprotectedvirtual |
Implements bib::OLoadListener.
Definition at line 117 of file formcontrolcontainer.cxx.
References implSetDesignMode().
|
protected |
Definition at line 58 of file formcontrolcontainer.cxx.
References implSetDesignMode(), isFormConnected(), m_xForm, m_xFormAdapter, bib::OLoadListener::OLoadListenerAdapter, and SAL_WARN_IF.
Referenced by bib::BibBeamer::BibBeamer().
|
protected |
Definition at line 47 of file formcontrolcontainer.cxx.
References isFormConnected(), cppu::BaseMutex::m_aMutex, m_xFormAdapter, and SAL_WARN_IF.
Referenced by bib::BibBeamer::dispose(), and ~FormControlContainer().
|
protectedpure virtual |
Implemented in bib::BibBeamer, and bib::BibViewFormControlContainer.
Referenced by implSetDesignMode().
|
private |
Definition at line 90 of file formcontrolcontainer.cxx.
References Exception, getControlContainer(), and TOOLS_WARN_EXCEPTION.
Referenced by _loaded(), _reloaded(), _reloading(), _unloading(), and connectForm().
|
inlineprotected |
Definition at line 45 of file formcontrolcontainer.hxx.
References m_xFormAdapter.
Referenced by connectForm(), disconnectForm(), bib::BibBeamer::dispose(), and ~FormControlContainer().
|
private |
Definition at line 37 of file formcontrolcontainer.hxx.
Referenced by connectForm().
|
private |
Definition at line 36 of file formcontrolcontainer.hxx.
Referenced by connectForm(), disconnectForm(), and isFormConnected().