LibreOffice Module dbaccess (master) 1
Macros | Functions
UserAdmin.cxx File Reference
#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>
Include dependency graph for UserAdmin.cxx:

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)
 

Macro Definition Documentation

◆ MNI_ACTION_ADD_USER

#define MNI_ACTION_ADD_USER   "add"

Definition at line 52 of file UserAdmin.cxx.

◆ MNI_ACTION_CHANGE_PASSWORD

#define MNI_ACTION_CHANGE_PASSWORD   "password"

Definition at line 54 of file UserAdmin.cxx.

◆ MNI_ACTION_DEL_USER

#define MNI_ACTION_DEL_USER   "delete"

Definition at line 53 of file UserAdmin.cxx.

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( OPasswordDialog  ,
ModifiedHdl  ,
weld::Entry ,
rEdit  ,
void   
)

Definition at line 110 of file UserAdmin.cxx.

◆ IMPL_LINK() [2/2]

IMPL_LINK ( OUserAdmin  ,
MenuSelectHdl  ,
const OUString &  ,
rIdent  ,
void   
)

◆ IMPL_LINK_NOARG() [1/2]

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() [2/2]

IMPL_LINK_NOARG ( OUserAdmin  ,
ListDblClickHdl  ,
weld::ComboBox ,
void   
)

Definition at line 260 of file UserAdmin.cxx.