LibreOffice Module extensions (master) 1
|
#include <commonpagesdbp.hxx>
Public Member Functions | |
OMaybeListSelectionPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual | ~OMaybeListSelectionPage () override |
Public Member Functions inherited from dbp::OControlWizardPage | |
OControlWizardPage (weld::Container *pPage, OControlWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID) | |
virtual | ~OControlWizardPage () 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 |
Protected Member Functions | |
DECL_LINK (OnRadioSelected, weld::Toggleable &, void) | |
void | Activate () override |
void | announceControls (weld::RadioButton &_rYesButton, weld::RadioButton &_rNoButton, weld::ComboBox &_rSelection) |
void | implEnableWindows () |
void | implInitialize (const OUString &_rSelection) |
void | implCommit (OUString &_rSelection) |
Protected Member Functions inherited from dbp::OControlWizardPage | |
OControlWizard * | getDialog () |
const OControlWizard * | getDialog () const |
const OControlWizardContext & | getContext () const |
bool | updateContext () |
void | setFormConnection (const css::uno::Reference< css::sdbc::XConnection > &_rxConn, bool _bAutoDispose=true) |
css::uno::Reference< css::sdbc::XConnection > | getFormConnection () const |
void | enableFormDatasourceDisplay () |
virtual void | initializePage () override |
Protected Member Functions inherited from vcl::OWizardPage | |
virtual void | Activate () override |
void | updateDialogTravelUI () |
Private Attributes | |
weld::RadioButton * | m_pYes |
weld::RadioButton * | m_pNo |
weld::ComboBox * | m_pList |
Additional Inherited Members | |
Static Protected Member Functions inherited from dbp::OControlWizardPage | |
static void | fillListBox (weld::TreeView &_rList, const css::uno::Sequence< OUString > &_rItems) |
static void | fillListBox (weld::ComboBox &_rList, const css::uno::Sequence< OUString > &_rItems) |
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 61 of file commonpagesdbp.hxx.
dbp::OMaybeListSelectionPage::OMaybeListSelectionPage | ( | weld::Container * | pPage, |
OControlWizard * | pWizard, | ||
const OUString & | rUIXMLDescription, | ||
const OUString & | rID | ||
) |
Definition at line 346 of file commonpagesdbp.cxx.
|
overridevirtual |
Definition at line 354 of file commonpagesdbp.cxx.
|
overrideprotectedvirtual |
Reimplemented from vcl::OWizardPage.
Reimplemented in dbp::OComboDBFieldPage.
Definition at line 397 of file commonpagesdbp.cxx.
References vcl::OWizardPage::Activate(), DBG_ASSERT, weld::Toggleable::get_active(), weld::Widget::grab_focus(), m_pList, m_pNo, and m_pYes.
Referenced by dbp::OComboDBFieldPage::Activate().
|
protected |
Definition at line 358 of file commonpagesdbp.cxx.
References weld::Toggleable::connect_toggled(), implEnableWindows(), LINK, m_pList, m_pNo, and m_pYes.
Referenced by dbp::ODBFieldPage::ODBFieldPage(), and dbp::ODefaultFieldSelectionPage::ODefaultFieldSelectionPage().
|
protected |
|
protected |
Definition at line 387 of file commonpagesdbp.cxx.
References weld::Toggleable::get_active(), weld::ComboBox::get_active_text(), m_pList, and m_pYes.
Referenced by dbp::ODBFieldPage::commitPage(), and dbp::ODefaultFieldSelectionPage::commitPage().
|
protected |
Definition at line 392 of file commonpagesdbp.cxx.
References weld::Toggleable::get_active(), m_pList, m_pYes, and weld::Widget::set_sensitive().
Referenced by announceControls().
|
protected |
Definition at line 376 of file commonpagesdbp.cxx.
References DBG_ASSERT, m_pList, m_pNo, m_pYes, weld::Toggleable::set_active(), weld::ComboBox::set_active_text(), and weld::Widget::set_sensitive().
Referenced by dbp::ODBFieldPage::initializePage(), and dbp::ODefaultFieldSelectionPage::initializePage().
|
private |
Definition at line 65 of file commonpagesdbp.hxx.
Referenced by Activate(), announceControls(), implCommit(), implEnableWindows(), and implInitialize().
|
private |
Definition at line 64 of file commonpagesdbp.hxx.
Referenced by Activate(), announceControls(), and implInitialize().
|
private |
Definition at line 63 of file commonpagesdbp.hxx.
Referenced by Activate(), announceControls(), implCommit(), implEnableWindows(), and implInitialize().