LibreOffice Module dbaccess (master) 1
|
#include <WTypeSelect.hxx>
Public Member Functions | |
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)=0 |
void | EnableAuto (bool bEnable) |
Protected Member Functions inherited from vcl::OWizardPage | |
virtual void | Activate () override |
void | updateDialogTravelUI () |
Protected Attributes | |
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 |
Private Member Functions | |
DECL_LINK (ColumnSelectHdl, weld::TreeView &, void) | |
DECL_LINK (ButtonClickHdl, weld::Button &, void) | |
Friends | |
class | OWizTypeSelectControl |
class | OWizTypeSelectList |
Definition at line 97 of file WTypeSelect.hxx.
OWizTypeSelect::OWizTypeSelect | ( | weld::Container * | pParent, |
OCopyTableWizard * | pWizard, | ||
SvStream * | pStream = nullptr |
||
) |
Definition at line 205 of file WTypeSelect.cxx.
References DBG_UNHANDLED_EXCEPTION, Exception, dbaui::fillAutoIncrementValue(), get(), LINK, m_bAutoIncrementEnabled, m_sAutoIncrementValue, m_xAutoEt, m_xAutoPb, m_xColumnNames, and m_xTypeControl.
|
overridevirtual |
Definition at line 239 of file WTypeSelect.cxx.
|
overridevirtual |
Reimplemented from vcl::OWizardPage.
Definition at line 276 of file WTypeSelect.cxx.
References m_nDisplayRow, m_xColumnNames, and Reset().
|
protectedpure virtual |
Implemented in dbaui::OWizHTMLExtend, dbaui::OWizRTFExtend, and dbaui::OWizNormalExtend.
|
private |
|
private |
|
protected |
Definition at line 299 of file WTypeSelect.cxx.
References m_xAutoEt, m_xAutoFt, m_xAutoPb, and m_xAutoType.
Referenced by dbaui::OWizNormalExtend::OWizNormalExtend().
|
overridevirtual |
Definition at line 243 of file WTypeSelect.cxx.
References DBA_RES.
|
overridevirtual |
Definition at line 287 of file WTypeSelect.cxx.
References m_bDuplicateName, m_xColumnNames, and m_xTypeControl.
|
overridevirtual |
Definition at line 257 of file WTypeSelect.cxx.
References m_xColumnNames, nCount, sId, and weld::toId().
Referenced by Activate().
|
inline |
Definition at line 131 of file WTypeSelect.hxx.
References m_nDisplayRow.
|
inline |
Definition at line 132 of file WTypeSelect.hxx.
References m_bDuplicateName.
Referenced by dbaui::OWizTypeSelectControl::CellModified().
|
friend |
Definition at line 99 of file WTypeSelect.hxx.
|
friend |
Definition at line 100 of file WTypeSelect.hxx.
|
protected |
Definition at line 116 of file WTypeSelect.hxx.
Referenced by dbaui::OWizTypeSelectControl::isAutoIncrementValueEnabled(), and OWizTypeSelect().
|
protected |
Definition at line 117 of file WTypeSelect.hxx.
Referenced by LeavePage(), and setDuplicateName().
|
protected |
Definition at line 115 of file WTypeSelect.hxx.
Referenced by Activate(), and setDisplayRow().
|
protected |
Definition at line 113 of file WTypeSelect.hxx.
Referenced by dbaui::OWizHTMLExtend::createReaderAndCallParser(), and dbaui::OWizRTFExtend::createReaderAndCallParser().
|
protected |
Definition at line 114 of file WTypeSelect.hxx.
Referenced by dbaui::OWizTypeSelectControl::getAutoIncrementValue(), and OWizTypeSelect().
|
protected |
Definition at line 110 of file WTypeSelect.hxx.
Referenced by EnableAuto(), and OWizTypeSelect().
|
protected |
Definition at line 109 of file WTypeSelect.hxx.
Referenced by EnableAuto().
|
protected |
Definition at line 111 of file WTypeSelect.hxx.
Referenced by EnableAuto(), and OWizTypeSelect().
|
protected |
Definition at line 108 of file WTypeSelect.hxx.
Referenced by EnableAuto().
|
protected |
Definition at line 105 of file WTypeSelect.hxx.
Referenced by Activate(), dbaui::OWizTypeSelectControl::CellModified(), LeavePage(), OWizTypeSelect(), and Reset().
|
protected |
Definition at line 106 of file WTypeSelect.hxx.
|
protected |
Definition at line 107 of file WTypeSelect.hxx.
Referenced by LeavePage(), and OWizTypeSelect().