|
LibreOffice Module extensions (master) 1
|
#include <admininvokationpage.hxx>
Public Member Functions | |
| AdminDialogInvokationPage (weld::Container *pPage, OAddressBookSourcePilot *pDialog) | |
| virtual | ~AdminDialogInvokationPage () override |
Public Member Functions inherited from vcl::OWizardPage | |
| OWizardPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID) | |
| virtual | ~OWizardPage () override |
| virtual void | initializePage () override |
| virtual bool | commitPage (WizardTypes::CommitPageReason _eReason) override |
| virtual bool | canAdvance () const override |
Public Member Functions inherited from BuilderPage | |
| BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false) | |
| virtual | ~BuilderPage () COVERITY_NOEXCEPT_FALSE |
| void | SetPageTitle (const OUString &rPageTitle) |
| const OUString & | GetPageTitle () const |
| virtual void | Activate () |
| virtual void | Deactivate () |
| void | SetHelpId (const OUString &rHelpId) |
| OUString | GetHelpId () const |
Private Member Functions | |
| virtual void | Activate () override |
| virtual void | initializePage () override |
| virtual bool | canAdvance () const override |
| DECL_LINK (OnInvokeAdminDialog, weld::Button &, void) | |
| void | implTryConnect () |
| void | implUpdateErrorMessage () |
Private Attributes | |
| std::unique_ptr< weld::Button > | m_xInvokeAdminDialog |
| std::unique_ptr< weld::Label > | m_xErrorMessage |
Additional Inherited Members | |
Protected Member Functions inherited from abp::AddressBookSourcePage | |
| AddressBookSourcePage (weld::Container *pPage, OAddressBookSourcePilot *pController, const OUString &rUIXMLDescription, const OUString &rID) | |
| OAddressBookSourcePilot * | getDialog () |
| const OAddressBookSourcePilot * | getDialog () const |
| const css::uno::Reference< css::uno::XComponentContext > & | getORB () const |
| AddressSettings & | getSettings () |
| const AddressSettings & | getSettings () const |
| virtual void | Activate () override |
| virtual void | Deactivate () override |
Protected Member Functions inherited from vcl::OWizardPage | |
| virtual void | Activate () override |
| void | updateDialogTravelUI () |
Protected Attributes inherited from BuilderPage | |
| weld::DialogController * | m_pDialogController |
| std::unique_ptr< weld::Builder > | m_xBuilder |
| std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 27 of file admininvokationpage.hxx.
|
explicit |
Definition at line 26 of file admininvokationpage.cxx.
References LINK, and m_xInvokeAdminDialog.
|
overridevirtual |
Definition at line 34 of file admininvokationpage.cxx.
|
overrideprivatevirtual |
Reimplemented from abp::AddressBookSourcePage.
Definition at line 38 of file admininvokationpage.cxx.
References abp::AddressBookSourcePage::Activate(), and m_xInvokeAdminDialog.
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 72 of file admininvokationpage.cxx.
References vcl::OWizardPage::canAdvance(), abp::OAddressBookSourcePilot::getDataSource(), abp::AddressBookSourcePage::getDialog(), and abp::ODataSource::isConnected().
Referenced by implTryConnect().
|
private |
|
private |
|
private |
Definition at line 44 of file admininvokationpage.cxx.
References abp::OAddressBookSourcePilot::getDataSource(), abp::AddressBookSourcePage::getDialog(), abp::ODataSource::isConnected(), and m_xErrorMessage.
Referenced by implTryConnect().
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 50 of file admininvokationpage.cxx.
References vcl::OWizardPage::initializePage(), and m_xErrorMessage.
|
private |
Definition at line 30 of file admininvokationpage.hxx.
Referenced by implUpdateErrorMessage(), and initializePage().
|
private |
Definition at line 29 of file admininvokationpage.hxx.
Referenced by Activate(), and AdminDialogInvokationPage().