LibreOffice Module extensions (master) 1
|
#include <bibview.hxx>
Public Member Functions | |
BibViewFormControlContainer (BibView *pBibView) | |
void | connectForm (const css::uno::Reference< css::form::XLoadable > &_rxForm) |
void | disconnectForm () |
bool | isFormConnected () const |
Protected Member Functions | |
virtual css::uno::Reference< css::awt::XControlContainer > | getControlContainer () override |
virtual void | _loaded (const css::lang::EventObject &_rEvent) override |
virtual void | _reloaded (const css::lang::EventObject &_rEvent) override |
Protected Member Functions inherited from bib::FormControlContainer | |
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 Attributes | |
VclPtr< BibView > | mpBibView |
Additional Inherited Members | |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
Definition at line 33 of file bibview.hxx.
|
explicit |
Definition at line 138 of file bibview.cxx.
|
overrideprotectedvirtual |
Reimplemented from bib::FormControlContainer.
Definition at line 140 of file bibview.cxx.
References bib::FormControlContainer::_loaded(), and mpBibView.
|
overrideprotectedvirtual |
Reimplemented from bib::FormControlContainer.
Definition at line 147 of file bibview.cxx.
References bib::FormControlContainer::_loaded(), and mpBibView.
void bib::FormControlContainer::connectForm | ( | const css::uno::Reference< css::form::XLoadable > & | _rxForm | ) |
Definition at line 46 of file formcontrolcontainer.cxx.
Referenced by bib::BibView::BibView().
void bib::FormControlContainer::disconnectForm | ( | ) |
Definition at line 47 of file formcontrolcontainer.cxx.
Referenced by bib::BibView::dispose().
|
overrideprotectedvirtual |
Implements bib::FormControlContainer.
Definition at line 169 of file bibview.cxx.
|
inline |
Definition at line 45 of file formcontrolcontainer.hxx.
Referenced by bib::BibView::dispose().
Definition at line 36 of file bibview.hxx.
Referenced by _loaded(), and _reloaded().