LibreOffice Module dbaccess (master) 1
|
#include <generalpage.hxx>
Public Member Functions | |
virtual | ~OGeneralPage () override |
void | SetTypeSelectHandler (const Link< OGeneralPage &, void > &_rHandler) |
set a handler which gets called every time the user selects a new type More... | |
const OUString & | GetSelectedType () const |
get the currently selected datasource type More... | |
Public Member Functions inherited from dbaui::OGenericAdministrationPage | |
OGenericAdministrationPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rId, const SfxItemSet &rAttrSet) | |
void | SetModifiedHandler (const Link< OGenericAdministrationPage const *, void > &_rHandler) |
set a handler which gets called every time something on the page has been modified More... | |
void | SetAdminDialog (IDatabaseSettingsDialog *_pDialog, IItemSetHelper *_pItemSetHelper) |
Sets the ParentDialog. More... | |
void | SetServiceFactory (const css::uno::Reference< css::uno::XComponentContext > &rxORB) |
Sets the ServiceFactory. More... | |
bool | getSelectedDataSource (OUString &_sReturn, OUString const &_sCurr) |
opens a dialog filled with all data sources available for this type and returns the selected on. More... | |
virtual void | initializePage () override |
virtual bool | commitPage (::vcl::WizardTypes::CommitPageReason _eReason) override |
virtual bool | canAdvance () const override |
void | SetRoadmapStateValue (bool _bDoEnable) |
bool | GetRoadmapStateValue () const |
Public Member Functions inherited from SfxTabPage | |
void | SetDialogController (SfxOkDialogController *pDialog) |
virtual | ~SfxTabPage () override |
void | set_visible (bool bVisible) |
const SfxItemSet & | GetItemSet () const |
virtual bool | FillItemSet (SfxItemSet *) |
virtual void | Reset (const SfxItemSet *) |
virtual bool | DeferResetToFirstActivation () |
bool | HasExchangeSupport () const |
void | SetExchangeSupport () |
virtual void | ActivatePage (const SfxItemSet &) |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) |
void | SetUserData (const OUString &rString) |
const OUString & | GetUserData () const |
virtual void | FillUserData () |
virtual bool | IsReadOnly () const |
virtual void | PageCreated (const SfxAllItemSet &aSet) |
virtual void | ChangesApplied () |
void | SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame) |
css::uno::Reference< css::frame::XFrame > | GetFrame () const |
const SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Protected Member Functions | |
OGeneralPage (weld::Container *pPage, weld::DialogController *pController, const OUString &_rUIXMLDescription, const SfxItemSet &_rItems) | |
virtual void | Reset (const SfxItemSet *_rCoreAttrs) override |
default implementation: call implInitControls with the given item set and _bSaveValue = sal_False More... | |
virtual void | implInitControls (const SfxItemSet &_rSet, bool _bSaveValue) override |
called from within Reset and ActivatePage, use to initialize the controls with the items from the given set More... | |
virtual OUString | getDatasourceName (const SfxItemSet &_rSet) |
virtual bool | approveDatasourceType (::dbaccess::DATASOURCE_TYPE eType, OUString &_inout_rDisplayName) |
virtual void | fillControls (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override |
will be called inside <method>implInitControls</method> to save the value if necessary More... | |
virtual void | fillWindows (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList) override |
will be called inside <method>implInitControls</method> to disable if necessary More... | |
void | onTypeSelected (const OUString &_sURLPrefix) |
void | initializeTypeList () |
Initializes the listbox, which contains entries each representing a connection to an existing database. More... | |
void | implSetCurrentType (const OUString &_eType) |
void | switchMessage (std::u16string_view _sURLPrefix) |
virtual void | setParentTitle (const OUString &_sURLPrefix) |
sets the title of the parent dialog More... | |
DECL_LINK (OnDatasourceTypeSelected, weld::ComboBox &, void) | |
Protected Member Functions inherited from dbaui::OGenericAdministrationPage | |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
default implementation: call FillItemSet, call prepareLeave, More... | |
virtual void | Reset (const SfxItemSet *_rCoreAttrs) override |
default implementation: call implInitControls with the given item set and _bSaveValue = sal_False More... | |
virtual void | ActivatePage (const SfxItemSet &_rSet) override |
default implementation: call implInitControls with the given item set and _bSaveValue = sal_True More... | |
virtual void | Activate () override |
virtual void | callModifiedHdl (weld::Widget *=nullptr) |
virtual bool | prepareLeave () |
called from within DeactivatePage. The page is allowed to be deactivated if this method returns sal_True More... | |
virtual void | implInitControls (const SfxItemSet &_rSet, bool _bSaveValue) |
called from within Reset and ActivatePage, use to initialize the controls with the items from the given set More... | |
virtual void | fillControls (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList)=0 |
will be called inside <method>implInitControls</method> to save the value if necessary More... | |
virtual void | fillWindows (std::vector< std::unique_ptr< ISaveValueWrapper > > &_rControlList)=0 |
will be called inside <method>implInitControls</method> to disable if necessary More... | |
DECL_LINK (OnControlModified, weld::Widget *, void) | |
This link be used for controls where the tabpage does not need to take any special action when the control is modified. More... | |
DECL_LINK (OnControlEntryModifyHdl, weld::Entry &, void) | |
DECL_LINK (OnControlSpinButtonModifyHdl, weld::SpinButton &, void) | |
DECL_LINK (OnControlModifiedButtonClick, weld::Toggleable &, void) | |
DECL_LINK (OnTestConnectionButtonClickHdl, weld::Button &, void) | |
Protected Member Functions inherited from SfxTabPage | |
SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet) | |
sal_uInt16 | GetWhich (sal_uInt16 nSlot, bool bDeep=true) const |
TypedWhichId< T > | GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const |
const SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Protected Attributes | |
OUString | m_eCurrentSelection |
std::unique_ptr< weld::ComboBox > | m_xDatasourceType |
::dbaccess::ODsnTypeCollection * | m_pCollection |
std::vector< OUString > | m_aURLPrefixes |
the DSN type collection instance More... | |
Protected Attributes inherited from dbaui::OGenericAdministrationPage | |
IDatabaseSettingsDialog * | m_pAdminDialog |
IItemSetHelper * | m_pItemSetHelper |
css::uno::Reference< css::uno::XComponentContext > | m_xORB |
Private Types | |
enum | SPECIAL_MESSAGE { smNone , smUnsupportedType } |
Private Member Functions | |
bool | approveDatasourceType (std::u16string_view _sURLPrefix, OUString &_inout_rDisplayName) |
void | insertDatasourceTypeEntryData (const OUString &_sType, const OUString &sDisplayName) |
Private Attributes | |
std::unique_ptr< weld::Label > | m_xSpecialMessage |
currently selected type More... | |
SPECIAL_MESSAGE | m_eLastMessage |
Link< OGeneralPage &, void > | m_aTypeSelectHandler |
bool | m_bInitTypeList: 1 |
to be called if a new type is selected More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from dbaui::OGenericAdministrationPage | |
static void | fillBool (SfxItemSet &_rSet, const weld::CheckButton *pCheckBox, sal_uInt16 _nID, bool bOptionalBool, bool &_bChangedSomething, bool _bRevertValue=false) |
fills the Boolean value into the item set when the value changed. More... | |
static void | fillInt32 (SfxItemSet &_rSet, const weld::SpinButton *pEdit, TypedWhichId< SfxInt32Item > _nID, bool &_bChangedSomething) |
fills the int value into the item set when the value changed. More... | |
static void | fillString (SfxItemSet &_rSet, const weld::Entry *pEdit, TypedWhichId< SfxStringItem > _nID, bool &_bChangedSomething) |
fills the String value into the item set when the value changed. More... | |
static void | fillString (SfxItemSet &_rSet, const dbaui::OConnectionURLEdit *pEdit, TypedWhichId< SfxStringItem > _nID, bool &_bChangedSomething) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
static const T * | GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
Static Protected Member Functions inherited from dbaui::OGenericAdministrationPage | |
static void | getFlags (const SfxItemSet &_rSet, bool &_rValid, bool &_rReadonly) |
analyze the invalid and the readonly flag which may be present in the set More... | |
Definition at line 30 of file generalpage.hxx.
|
private |
Enumerator | |
---|---|
smNone | |
smUnsupportedType |
Definition at line 40 of file generalpage.hxx.
|
protected |
Definition at line 52 of file generalpage.cxx.
References DSID_TYPECOLLECTION, dbaui::DbuTypeCollectionItem::getCollection(), SfxItemSet::GetItem(), LINK, m_pCollection, m_xDatasourceType, and SAL_WARN_IF.
|
overridevirtual |
Definition at line 70 of file generalpage.cxx.
|
protectedvirtual |
Reimplemented in dbaui::OGeneralPageWizard.
Definition at line 309 of file generalpage.cxx.
References dbaccess::DST_EMBEDDED_FIREBIRD, dbaccess::DST_EMBEDDED_HSQLDB, dbaccess::DST_MYSQL_NATIVE_DIRECT, eType, dbaccess::ODsnTypeCollection::hasDriver(), and m_pCollection.
|
private |
Definition at line 304 of file generalpage.cxx.
References approveDatasourceType(), dbaccess::ODsnTypeCollection::determineType(), and m_pCollection.
Referenced by dbaui::OGeneralPageWizard::approveDatasourceType(), approveDatasourceType(), getDatasourceName(), and initializeTypeList().
|
protected |
|
overrideprotectedvirtual |
will be called inside <method>implInitControls</method> to save the value if necessary
_rControlList | The list must be filled with the controls. It is not allowed to clear the list before pushing data into it. |
Implements dbaui::OGenericAdministrationPage.
Definition at line 345 of file generalpage.cxx.
References m_xDatasourceType.
|
overrideprotectedvirtual |
will be called inside <method>implInitControls</method> to disable if necessary
_rControlList | The list must be filled with the controls. It is not allowed to clear the list before pushing data into it. |
Implements dbaui::OGenericAdministrationPage.
Definition at line 340 of file generalpage.cxx.
References m_xSpecialMessage.
|
protectedvirtual |
Reimplemented in dbaui::OGeneralPageWizard.
Definition at line 259 of file generalpage.cxx.
References approveDatasourceType(), DSID_CONNECTURL, dbaui::OGenericAdministrationPage::getFlags(), SfxItemSet::GetItem(), dbaccess::ODsnTypeCollection::getPrefix(), dbaccess::ODsnTypeCollection::getTypeDisplayName(), CntUnencodedStringItem::GetValue(), implSetCurrentType(), insertDatasourceTypeEntryData(), m_eCurrentSelection, m_pCollection, m_xDatasourceType, and sDisplayName.
Referenced by dbaui::OGeneralPageWizard::getDatasourceName(), and implInitControls().
|
inline |
get the currently selected datasource type
Definition at line 68 of file generalpage.hxx.
References m_eCurrentSelection.
Referenced by dbaui::ODbTypeWizDialogSetup::activateDatabasePath(), and dbaui::ODbTypeWizDialogSetup::CreateDatabase().
|
overrideprotectedvirtual |
called from within Reset and ActivatePage, use to initialize the controls with the items from the given set
_bSaveValue | if set to sal_True, the implementation should call SaveValue on all relevant controls |
Reimplemented from dbaui::OGenericAdministrationPage.
Reimplemented in dbaui::OGeneralPageDialog, and dbaui::OGeneralPageWizard.
Definition at line 210 of file generalpage.cxx.
References getDatasourceName(), dbaui::OGenericAdministrationPage::implInitControls(), initializeTypeList(), m_eCurrentSelection, m_xDatasourceType, onTypeSelected(), setParentTitle(), and switchMessage().
Referenced by dbaui::OGeneralPageDialog::implInitControls(), and dbaui::OGeneralPageWizard::implInitControls().
|
protected |
Definition at line 350 of file generalpage.cxx.
References m_eCurrentSelection.
Referenced by dbaui::OGeneralPageWizard::FillItemSet(), getDatasourceName(), dbaui::OGeneralPageWizard::getEmbeddedDBName(), onTypeSelected(), and Reset().
|
protected |
Initializes the listbox, which contains entries each representing a connection to an existing database.
Definition at line 94 of file generalpage.cxx.
References approveDatasourceType(), dbaccess::ODsnTypeCollection::begin(), dbaccess::ODsnTypeCollection::end(), insertDatasourceTypeEntryData(), m_bInitTypeList, m_pCollection, m_xDatasourceType, sDisplayName, and dbaccess::ODsnTypeCollection::TypeIterator().
Referenced by implInitControls().
|
private |
Definition at line 326 of file generalpage.cxx.
References m_aURLPrefixes, m_xDatasourceType, and sDisplayName.
Referenced by getDatasourceName(), and initializeTypeList().
|
protected |
Definition at line 200 of file generalpage.cxx.
References implSetCurrentType(), m_aTypeSelectHandler, and switchMessage().
Referenced by dbaui::OGeneralPageWizard::getEmbeddedDBName(), and implInitControls().
|
overrideprotectedvirtual |
default implementation: call implInitControls with the given item set and _bSaveValue = sal_False
Reimplemented from dbaui::OGenericAdministrationPage.
Definition at line 358 of file generalpage.cxx.
References implSetCurrentType(), and dbaui::OGenericAdministrationPage::Reset().
|
protectedvirtual |
sets the title of the parent dialog
Reimplemented in dbaui::OGeneralPageDialog.
Definition at line 174 of file generalpage.cxx.
Referenced by implInitControls().
|
inline |
set a handler which gets called every time the user selects a new type
Definition at line 65 of file generalpage.hxx.
References m_aTypeSelectHandler.
Referenced by dbaui::ODbTypeWizDialog::createPage(), and dbaui::ODbTypeWizDialogSetup::SetGeneralPage().
|
protected |
Definition at line 178 of file generalpage.cxx.
References DBA_RES, m_eLastMessage, m_xSpecialMessage, sMessage, smNone, and smUnsupportedType.
Referenced by implInitControls(), and onTypeSelected().
|
private |
Definition at line 47 of file generalpage.hxx.
Referenced by onTypeSelected(), and SetTypeSelectHandler().
|
protected |
the DSN type collection instance
Definition at line 59 of file generalpage.hxx.
Referenced by dbaui::OGeneralPageDialog::FillItemSet(), dbaui::OGeneralPageWizard::FillItemSet(), and insertDatasourceTypeEntryData().
|
private |
to be called if a new type is selected
Definition at line 48 of file generalpage.hxx.
Referenced by initializeTypeList().
|
protected |
Definition at line 35 of file generalpage.hxx.
Referenced by getDatasourceName(), dbaui::OGeneralPageWizard::getEmbeddedDBName(), GetSelectedType(), implInitControls(), and implSetCurrentType().
|
private |
Definition at line 45 of file generalpage.hxx.
Referenced by switchMessage().
|
protected |
Definition at line 56 of file generalpage.hxx.
Referenced by approveDatasourceType(), getDatasourceName(), dbaui::OGeneralPageWizard::getDatasourceName(), dbaui::OGeneralPageWizard::getEmbeddedDBName(), dbaui::OGeneralPageWizard::initializeEmbeddedDBList(), initializeTypeList(), OGeneralPage(), dbaui::OGeneralPageWizard::OGeneralPageWizard(), and dbaui::OGeneralPageDialog::setParentTitle().
|
protected |
Definition at line 53 of file generalpage.hxx.
Referenced by dbaui::OGeneralPageWizard::EnableControls(), fillControls(), dbaui::OGeneralPageDialog::FillItemSet(), dbaui::OGeneralPageWizard::FillItemSet(), getDatasourceName(), implInitControls(), dbaui::OGeneralPageDialog::implInitControls(), dbaui::OGeneralPageWizard::implInitControls(), initializeTypeList(), insertDatasourceTypeEntryData(), OGeneralPage(), and dbaui::OGeneralPageWizard::SetupModeSelected().
|
private |
currently selected type
Definition at line 38 of file generalpage.hxx.
Referenced by fillWindows(), and switchMessage().