LibreOffice Module extensions (master) 1
|
#include <gridwizard.hxx>
Public Member Functions | |
OGridFieldsSelection (weld::Container *pPage, OGridWizard *pWizard) | |
virtual | ~OGridFieldsSelection () override |
Public Member Functions inherited from dbp::OGridPage | |
OGridPage (weld::Container *pPage, OGridWizard *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 (OnMoveOneEntry, weld::Button &, void) | |
DECL_LINK (OnMoveAllEntries, weld::Button &, void) | |
DECL_LINK (OnEntrySelected, weld::TreeView &, void) | |
DECL_LINK (OnEntryDoubleClicked, weld::TreeView &, bool) | |
void | implCheckButtons () |
Private Attributes | |
std::unique_ptr< weld::TreeView > | m_xExistFields |
std::unique_ptr< weld::Button > | m_xSelectOne |
std::unique_ptr< weld::Button > | m_xSelectAll |
std::unique_ptr< weld::Button > | m_xDeselectOne |
std::unique_ptr< weld::Button > | m_xDeselectAll |
std::unique_ptr< weld::TreeView > | m_xSelFields |
Additional Inherited Members | |
Protected Member Functions inherited from dbp::OGridPage | |
OGridSettings & | getSettings () |
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 71 of file gridwizard.hxx.
|
explicit |
Definition at line 282 of file gridwizard.cxx.
References dbp::OControlWizardPage::enableFormDatasourceDisplay(), LINK, m_xDeselectAll, m_xDeselectOne, m_xExistFields, m_xSelectAll, m_xSelectOne, and m_xSelFields.
|
overridevirtual |
Definition at line 304 of file gridwizard.cxx.
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 308 of file gridwizard.cxx.
References vcl::OWizardPage::Activate(), and m_xExistFields.
|
overrideprivatevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 314 of file gridwizard.cxx.
|
overrideprivatevirtual |
Definition at line 340 of file gridwizard.cxx.
References dbp::OGridSettings::aSelectedFields, vcl::OWizardPage::commitPage(), dbp::OGridPage::getSettings(), i, and m_xSelFields.
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 357 of file gridwizard.cxx.
References vcl::WizardMachine::enableButtons(), dbp::OControlWizardPage::getDialog(), m_xDeselectAll, m_xDeselectOne, m_xExistFields, m_xSelectAll, m_xSelectOne, and m_xSelFields.
Referenced by initializePage().
|
overrideprivatevirtual |
Reimplemented from dbp::OControlWizardPage.
Definition at line 320 of file gridwizard.cxx.
References dbp::OControlWizardContext::aFieldNames, dbp::OGridSettings::aSelectedFields, dbp::OControlWizardPage::fillListBox(), dbp::OControlWizardPage::getContext(), dbp::OGridPage::getSettings(), implCheckButtons(), dbp::OControlWizardPage::initializePage(), m_xExistFields, and m_xSelFields.
|
private |
Definition at line 77 of file gridwizard.hxx.
Referenced by implCheckButtons(), and OGridFieldsSelection().
|
private |
Definition at line 76 of file gridwizard.hxx.
Referenced by implCheckButtons(), and OGridFieldsSelection().
|
private |
Definition at line 73 of file gridwizard.hxx.
Referenced by Activate(), implCheckButtons(), initializePage(), and OGridFieldsSelection().
|
private |
Definition at line 75 of file gridwizard.hxx.
Referenced by implCheckButtons(), and OGridFieldsSelection().
|
private |
Definition at line 74 of file gridwizard.hxx.
Referenced by implCheckButtons(), and OGridFieldsSelection().
|
private |
Definition at line 78 of file gridwizard.hxx.
Referenced by commitPage(), implCheckButtons(), initializePage(), and OGridFieldsSelection().