/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 101 ,m_nPrivileges( Privilege::SELECT ) in DBG_NAME() 248 m_nPrivileges = Privilege::SELECT; in DBG_NAME() 254 m_nPrivileges = 0; in DBG_NAME() 256 if(!m_nPrivileges) in DBG_NAME() 281 m_nPrivileges = Privilege::SELECT; in DBG_NAME() 290 m_nPrivileges = Privilege::SELECT; in DBG_NAME() 302 m_nPrivileges = Privilege::SELECT; in DBG_NAME() 336 m_nPrivileges = 0; in DBG_NAME() 338 if(!m_nPrivileges) in DBG_NAME() 354 m_nPrivileges = Privilege::SELECT; in DBG_NAME() [all …]
|
H A D | TableDeco.cxx | 123 ,m_nPrivileges(-1) in DBG_NAME() 300 if ( -1 == m_nPrivileges ) in getFastPropertyValue() 306 _rValue <<= m_nPrivileges; in getFastPropertyValue() 386 &m_nPrivileges, ::getCppuType(static_cast<sal_Int32*>(NULL))); in construct() 593 m_nPrivileges = 0; in fillPrivileges() 601 xProp->getPropertyValue(PROPERTY_PRIVILEGES) >>= m_nPrivileges; in fillPrivileges() 603 if ( m_nPrivileges == 0 ) // second chance in fillPrivileges() 609 m_nPrivileges = ::dbtools::getTablePrivileges(getMetaData(),sCatalog,sSchema, sName); in fillPrivileges()
|
H A D | table.cxx | 86 ,m_nPrivileges(0) in DBG_NAME() 102 ,m_nPrivileges(-1) in ODBTable() 188 if ((PROPERTY_ID_PRIVILEGES == _nHandle) && (-1 == m_nPrivileges)) in getFastPropertyValue() 190 …const_cast<ODBTable*>(this)->m_nPrivileges = ::dbtools::getTablePrivileges(getMetaData(),m_Catalog… in getFastPropertyValue() 203 m_nPrivileges = -1; in construct() 226 &m_nPrivileges, ::getCppuType(static_cast<sal_Int32*>(NULL))); in construct()
|
H A D | RowSet.cxx | 158 ,m_nPrivileges(0) in ORowSet() 193 …registerProperty(PROPERTY_PRIVILEGES, PROPERTY_ID_PRIVILEGES, nRT, &m_nPrivileges, ::… in ORowSet() 390 rValue <<= m_pCache->m_nPrivileges; in getFastPropertyValue() 957 …ncurrency == ResultSetConcurrency::READ_ONLY || m_bNew || ((m_pCache->m_nPrivileges & Privilege::U… in updateRow() 1024 if ( ( m_pCache->m_nPrivileges & Privilege::DELETE ) != Privilege::DELETE ) in deleteRow() 1195 if ( ( m_pCache->m_nPrivileges & Privilege::INSERT ) != Privilege::INSERT ) in moveToInsertRow() 1830 m_nPrivileges = Privilege::SELECT; in execute_NoApprove_NoNewConn() 1831 m_pCache->m_nPrivileges = Privilege::SELECT; in execute_NoApprove_NoNewConn()
|
H A D | RowSetCache.hxx | 143 sal_Int32 m_nPrivileges; member in dbaccess::ORowSetCache
|
H A D | RowSet.hxx | 131 sal_Int32 m_nPrivileges; member in dbaccess::ORowSet
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 86 m_nPrivileges = Privilege::DROP | in OMySQLTable() 114 , m_nPrivileges(_nPrivileges) in OMySQLTable() 123 …), PROPERTY_ID_PRIVILEGES,PropertyAttribute::READONLY,&m_nPrivileges, ::getCppuType(&m_nPrivileges… in construct()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 67 m_nPrivileges = Privilege::DROP | in OHSQLTable() 95 , m_nPrivileges(_nPrivileges) in OHSQLTable() 104 …), PROPERTY_ID_PRIVILEGES,PropertyAttribute::READONLY,&m_nPrivileges, ::getCppuType(&m_nPrivileges… in construct()
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 305 ,m_nPrivileges(0) in ODatabaseForm() 345 ,m_nPrivileges( 0 ) in ODatabaseForm() 1280 m_xAggregateSet->getPropertyValue(PROPERTY_PRIVILEGES) >>= m_nPrivileges; in executeRowSet() 1282 m_nPrivileges &= ~Privilege::INSERT; in executeRowSet() 1284 m_nPrivileges &= ~Privilege::UPDATE; in executeRowSet() 1286 m_nPrivileges &= ~Privilege::DELETE; in executeRowSet() 1295 if (((m_nPrivileges & Privilege::INSERT) == Privilege::INSERT) in executeRowSet() 1603 rValue <<= (sal_Int32)m_nPrivileges; in getFastPropertyValue()
|
H A D | DatabaseForm.hxx | 202 sal_Int32 m_nPrivileges; member in frm::ODatabaseForm
|
/aoo41x/main/connectivity/source/inc/mysql/ |
H A D | YTable.hxx | 43 sal_Int32 m_nPrivileges; // we have to set our privileges by our own member in connectivity::mysql::OMySQLTable
|
/aoo41x/main/connectivity/source/inc/hsqldb/ |
H A D | HTable.hxx | 43 sal_Int32 m_nPrivileges; // we have to set our privileges by our own member in connectivity::hsqldb::OHSQLTable
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | table.hxx | 70 sal_Int32 m_nPrivileges; member in dbaccess::ODBTable
|
H A D | TableDeco.hxx | 117 mutable sal_Int32 m_nPrivileges; member in dbaccess::ODBTableDecorator
|