LibreOffice Module dbaccess (master) 1
|
#include "UserAdmin.hxx"
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
#include <com/sun/star/sdbc/XDriver.hpp>
#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
#include <com/sun/star/sdbcx/XDrop.hpp>
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdbcx/XUser.hpp>
#include <com/sun/star/sdbcx/XAppend.hpp>
#include <IItemSetHelper.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include <core_resource.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sfx2/passwd.hxx>
Go to the source code of this file.
Macros | |
#define | MNI_ACTION_ADD_USER "add" |
#define | MNI_ACTION_DEL_USER "delete" |
#define | MNI_ACTION_CHANGE_PASSWORD "password" |
Functions | |
IMPL_LINK_NOARG (OPasswordDialog, OKHdl_Impl, weld::Button &, void) | |
IMPL_LINK (OPasswordDialog, ModifiedHdl, weld::Entry &, rEdit, void) | |
IMPL_LINK (OUserAdmin, MenuSelectHdl, const OUString &, rIdent, void) | |
IMPL_LINK_NOARG (OUserAdmin, ListDblClickHdl, weld::ComboBox &, void) | |
#define MNI_ACTION_ADD_USER "add" |
Definition at line 52 of file UserAdmin.cxx.
#define MNI_ACTION_CHANGE_PASSWORD "password" |
Definition at line 54 of file UserAdmin.cxx.
#define MNI_ACTION_DEL_USER "delete" |
Definition at line 53 of file UserAdmin.cxx.
IMPL_LINK | ( | OPasswordDialog | , |
ModifiedHdl | , | ||
weld::Entry & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 110 of file UserAdmin.cxx.
IMPL_LINK | ( | OUserAdmin | , |
MenuSelectHdl | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 134 of file UserAdmin.cxx.
References Any, Application::CreateMessageDialog(), DBA_RES, Exception, GetFrameWeld(), SfxPasswordDialog::GetPassword(), SfxPasswordDialog::GetUser(), MNI_ACTION_ADD_USER, MNI_ACTION_CHANGE_PASSWORD, MNI_ACTION_DEL_USER, PROPERTY_NAME(), PROPERTY_PASSWORD(), RET_OK, RET_YES, SfxPasswordDialog::run(), SfxPasswordDialog::ShowExtras(), and sName.
IMPL_LINK_NOARG | ( | OPasswordDialog | , |
OKHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 93 of file UserAdmin.cxx.
References Application::CreateMessageDialog(), DBA_RES, m_xDialog, and RET_OK.
IMPL_LINK_NOARG | ( | OUserAdmin | , |
ListDblClickHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 260 of file UserAdmin.cxx.