LibreOffice Module extensions (master) 1
|
#include <fieldmappingpage.hxx>
Public Member Functions | |
FieldMappingPage (weld::Container *pPage, OAddressBookSourcePilot *pController) | |
virtual | ~FieldMappingPage () 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 | initializePage () override |
virtual void | Activate () override |
DECL_LINK (OnInvokeDialog, weld::Button &, void) | |
void | implUpdateHint () |
Private Attributes | |
std::unique_ptr< weld::Button > | m_xInvokeDialog |
std::unique_ptr< weld::Label > | m_xHint |
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 fieldmappingpage.hxx.
|
explicit |
Definition at line 28 of file fieldmappingpage.cxx.
References LINK, and m_xInvokeDialog.
|
overridevirtual |
Definition at line 36 of file fieldmappingpage.cxx.
|
overrideprivatevirtual |
Reimplemented from abp::AddressBookSourcePage.
Definition at line 40 of file fieldmappingpage.cxx.
References abp::AddressBookSourcePage::Activate(), and m_xInvokeDialog.
|
private |
|
private |
Definition at line 52 of file fieldmappingpage.cxx.
References abp::AddressSettings::aFieldMapping, abp::AddressBookSourcePage::getSettings(), m_xHint, and compmodule::ModuleRes().
Referenced by initializePage().
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 46 of file fieldmappingpage.cxx.
References implUpdateHint(), and vcl::OWizardPage::initializePage().
|
private |
Definition at line 30 of file fieldmappingpage.hxx.
Referenced by implUpdateHint().
|
private |
Definition at line 29 of file fieldmappingpage.hxx.
Referenced by Activate(), and FieldMappingPage().