LibreOffice Module extensions (master) 1
|
#include <commonpagesdbp.hxx>
Public Member Functions | |
ODBFieldPage (weld::Container *pPage, OControlWizard *pWizard) | |
virtual | ~ODBFieldPage () override |
Public Member Functions inherited from dbp::OMaybeListSelectionPage | |
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 | |
void | setDescriptionText (const OUString &rDesc) |
virtual void | initializePage () override |
virtual bool | commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override |
virtual OUString & | getDBFieldSetting ()=0 |
Protected Member Functions inherited from dbp::OMaybeListSelectionPage | |
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 | |
std::unique_ptr< weld::Label > | m_xDescription |
std::unique_ptr< weld::RadioButton > | m_xStoreYes |
std::unique_ptr< weld::RadioButton > | m_xStoreNo |
std::unique_ptr< weld::ComboBox > | m_xStoreWhere |
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 89 of file commonpagesdbp.hxx.
|
explicit |
Definition at line 408 of file commonpagesdbp.cxx.
References dbp::OMaybeListSelectionPage::announceControls(), m_xStoreNo, m_xStoreWhere, m_xStoreYes, compmodule::ModuleRes(), and BuilderPage::SetPageTitle().
|
overridevirtual |
Definition at line 420 of file commonpagesdbp.cxx.
|
overrideprotectedvirtual |
Definition at line 434 of file commonpagesdbp.cxx.
References vcl::OWizardPage::commitPage(), getDBFieldSetting(), and dbp::OMaybeListSelectionPage::implCommit().
|
protectedpure virtual |
Implemented in dbp::OOptionDBFieldPage, and dbp::OComboDBFieldPage.
Referenced by commitPage(), and initializePage().
|
overrideprotectedvirtual |
Reimplemented from dbp::OControlWizardPage.
Definition at line 424 of file commonpagesdbp.cxx.
References aFieldNames, dbp::OControlWizardPage::fillListBox(), dbp::OControlWizardPage::getContext(), getDBFieldSetting(), dbp::OMaybeListSelectionPage::implInitialize(), dbp::OControlWizardPage::initializePage(), and m_xStoreWhere.
|
inlineprotected |
Definition at line 101 of file commonpagesdbp.hxx.
References m_xDescription.
Referenced by dbp::OComboDBFieldPage::OComboDBFieldPage(), and dbp::OOptionDBFieldPage::OOptionDBFieldPage().
|
private |
Definition at line 91 of file commonpagesdbp.hxx.
Referenced by setDescriptionText().
|
private |
Definition at line 93 of file commonpagesdbp.hxx.
Referenced by ODBFieldPage().
|
private |
Definition at line 94 of file commonpagesdbp.hxx.
Referenced by initializePage(), and ODBFieldPage().
|
private |
Definition at line 92 of file commonpagesdbp.hxx.
Referenced by ODBFieldPage().