LibreOffice Module dbaccess (master) 1
|
#include <WExtendPages.hxx>
Public Member Functions | |
OWizNormalExtend (weld::Container *pPage, OCopyTableWizard *pWizard) | |
Public Member Functions inherited from dbaui::OWizTypeSelect | |
virtual void | Reset () override |
virtual void | Activate () override |
virtual bool | LeavePage () override |
virtual OUString | GetTitle () const override |
OWizTypeSelect (weld::Container *pParent, OCopyTableWizard *pWizard, SvStream *pStream=nullptr) | |
virtual | ~OWizTypeSelect () override |
void | setDisplayRow (sal_Int32 _nRow) |
void | setDuplicateName (bool _bDuplicateName) |
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 | |
virtual void | createReaderAndCallParser (sal_Int32 _nRows) override |
Protected Member Functions inherited from dbaui::OWizTypeSelect | |
virtual void | createReaderAndCallParser (sal_Int32 _nRows)=0 |
void | EnableAuto (bool bEnable) |
Protected Member Functions inherited from vcl::OWizardPage | |
virtual void | Activate () override |
void | updateDialogTravelUI () |
Additional Inherited Members | |
Protected Attributes inherited from dbaui::OWizTypeSelect | |
std::unique_ptr< OWizTypeSelectList > | m_xColumnNames |
std::unique_ptr< weld::Container > | m_xControlContainer |
std::unique_ptr< OWizTypeSelectControl > | m_xTypeControl |
std::unique_ptr< weld::Label > | m_xAutoType |
std::unique_ptr< weld::Label > | m_xAutoFt |
std::unique_ptr< weld::SpinButton > | m_xAutoEt |
std::unique_ptr< weld::Button > | m_xAutoPb |
SvStream * | m_pParserStream |
OUString | m_sAutoIncrementValue |
sal_Int32 | m_nDisplayRow |
bool | m_bAutoIncrementEnabled |
bool | m_bDuplicateName |
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 56 of file WExtendPages.hxx.
|
inline |
Definition at line 61 of file WExtendPages.hxx.
References dbaui::OWizTypeSelect::EnableAuto().
|
overrideprotectedvirtual |
Implements dbaui::OWizTypeSelect.
Definition at line 56 of file WExtendPages.cxx.