#include "adminpages.hxx"
#include <core_resource.hxx>
#include <dbu_dlg.hxx>
#include <IItemSetHelper.hxx>
#include <strings.hrc>
#include <svl/stritem.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <dsitems.hxx>
#include "dsselect.hxx"
#include "odbcconfig.hxx"
#include "optionalboolitem.hxx"
#include <sqlmessage.hxx>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <comphelper/types.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
Go to the source code of this file.
|
| dbaui::IMPL_LINK (OGenericAdministrationPage, OnControlModified, weld::Widget *, pCtrl, void) |
|
| dbaui::IMPL_LINK (OGenericAdministrationPage, OnControlModifiedButtonClick, weld::Toggleable &, rCtrl, void) |
|
| dbaui::IMPL_LINK (OGenericAdministrationPage, OnControlEntryModifyHdl, weld::Entry &, rCtrl, void) |
|
| dbaui::IMPL_LINK (OGenericAdministrationPage, OnControlSpinButtonModifyHdl, weld::SpinButton &, rCtrl, void) |
|
| dbaui::IMPL_LINK_NOARG (OGenericAdministrationPage, OnTestConnectionButtonClickHdl, weld::Button &, void) |
|