LibreOffice Module dbaccess (master) 1
|
#include <TableGrantCtrl.hxx>
#include <core_resource.hxx>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/Privilege.hpp>
#include <com/sun/star/sdbcx/PrivilegeObject.hpp>
#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
#include <com/sun/star/sdbcx/XAuthorizable.hpp>
#include <connectivity/dbtools.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
#include <strings.hrc>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (OTableGrantControl, AsynchActivate, void *, void) | |
IMPL_LINK_NOARG (OTableGrantControl, AsynchDeactivate, void *, void) | |
Variables | |
const sal_uInt16 | COL_TABLE_NAME = 1 |
const sal_uInt16 | COL_SELECT = 2 |
const sal_uInt16 | COL_INSERT = 3 |
const sal_uInt16 | COL_DELETE = 4 |
const sal_uInt16 | COL_UPDATE = 5 |
const sal_uInt16 | COL_ALTER = 6 |
const sal_uInt16 | COL_REF = 7 |
const sal_uInt16 | COL_DROP = 8 |
IMPL_LINK_NOARG | ( | OTableGrantControl | , |
AsynchActivate | , | ||
void * | , | ||
void | |||
) |
Definition at line 170 of file TableGrantCtrl.cxx.
IMPL_LINK_NOARG | ( | OTableGrantControl | , |
AsynchDeactivate | , | ||
void * | , | ||
void | |||
) |
Definition at line 176 of file TableGrantCtrl.cxx.
const sal_uInt16 COL_ALTER = 6 |
Definition at line 47 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().
const sal_uInt16 COL_DELETE = 4 |
Definition at line 45 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().
const sal_uInt16 COL_DROP = 8 |
Definition at line 49 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().
const sal_uInt16 COL_INSERT = 3 |
Definition at line 44 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().
const sal_uInt16 COL_REF = 7 |
Definition at line 48 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().
const sal_uInt16 COL_SELECT = 2 |
Definition at line 43 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().
const sal_uInt16 COL_TABLE_NAME = 1 |
const sal_uInt16 COL_UPDATE = 5 |
Definition at line 46 of file TableGrantCtrl.cxx.
Referenced by dbaui::OTableGrantControl::GetController(), dbaui::OTableGrantControl::isAllowed(), and dbaui::OTableGrantControl::SaveModified().