LibreOffice Module extensions (master) 1
|
#include <listcombowizard.hxx>
Public Member Functions | |
OContentTableSelection (weld::Container *pPage, OListComboWizard *pWizard) | |
virtual | ~OContentTableSelection () override |
Public Member Functions inherited from dbp::OLCPage | |
OLCPage (weld::Container *pPage, OListComboWizard *pWizard, const OUString &rUIXMLDescription, const OUString &rID) | |
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 |
Private Member Functions | |
virtual void | Activate () override |
virtual void | initializePage () override |
virtual bool | commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override |
virtual bool | canAdvance () const override |
DECL_LINK (OnTableDoubleClicked, weld::TreeView &, bool) | |
DECL_LINK (OnTableSelected, weld::TreeView &, void) | |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xSelectTable |
Additional Inherited Members | |
Protected Member Functions inherited from dbp::OLCPage | |
OListComboSettings & | getSettings () |
bool | isListBox () |
css::uno::Reference< css::container::XNameAccess > | getTables () const |
css::uno::Sequence< OUString > | getTableFields () |
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 () |
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 94 of file listcombowizard.hxx.
|
explicit |
Definition at line 261 of file listcombowizard.cxx.
References dbp::OControlWizardPage::enableFormDatasourceDisplay(), LINK, and m_xSelectTable.
|
overridevirtual |
Definition at line 271 of file listcombowizard.cxx.
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 275 of file listcombowizard.cxx.
References vcl::OWizardPage::Activate(), and m_xSelectTable.
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 281 of file listcombowizard.cxx.
References vcl::OWizardPage::canAdvance(), and m_xSelectTable.
|
overrideprivatevirtual |
Definition at line 324 of file listcombowizard.cxx.
References vcl::OWizardPage::commitPage(), dbp::OLCPage::getSettings(), m_xSelectTable, and dbp::OListComboSettings::sListContentTable.
|
private |
|
private |
|
overrideprivatevirtual |
Reimplemented from dbp::OControlWizardPage.
Definition at line 301 of file listcombowizard.cxx.
References Exception, dbp::OControlWizardPage::fillListBox(), dbp::OLCPage::getSettings(), dbp::OLCPage::getTables(), dbp::OControlWizardPage::initializePage(), and m_xSelectTable.
|
private |
Definition at line 96 of file listcombowizard.hxx.
Referenced by Activate(), canAdvance(), commitPage(), initializePage(), and OContentTableSelection().