Home
last modified time | relevance | path

Searched refs:m_nPrivileges (Results 1 – 14 of 14) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx101 ,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 DTableDeco.cxx123 ,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 Dtable.cxx86 ,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 DRowSet.cxx158 ,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 DRowSetCache.hxx143 sal_Int32 m_nPrivileges; member in dbaccess::ORowSetCache
H A DRowSet.hxx131 sal_Int32 m_nPrivileges; member in dbaccess::ORowSet
/trunk/main/connectivity/source/drivers/mysql/
H A DYTable.cxx86 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()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx67 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()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx305 ,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 DDatabaseForm.hxx202 sal_Int32 m_nPrivileges; member in frm::ODatabaseForm
/trunk/main/connectivity/source/inc/mysql/
H A DYTable.hxx43 sal_Int32 m_nPrivileges; // we have to set our privileges by our own member in connectivity::mysql::OMySQLTable
/trunk/main/connectivity/source/inc/hsqldb/
H A DHTable.hxx43 sal_Int32 m_nPrivileges; // we have to set our privileges by our own member in connectivity::hsqldb::OHSQLTable
/trunk/main/dbaccess/source/core/inc/
H A Dtable.hxx70 sal_Int32 m_nPrivileges; member in dbaccess::ODBTable
H A DTableDeco.hxx117 mutable sal_Int32 m_nPrivileges; member in dbaccess::ODBTableDecorator

Completed in 89 milliseconds