/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ATables.cxx | 58 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,m_aCollection.GetItem(_rName)); in createObject() 65 m_pCatalog->refreshTables(); in impl_refresh() 70 return new OAdoTable(this,isCaseSensitive(),m_pCatalog); in createDescriptor() 78 …m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_TABLE_DESCRIPTOR_ERROR,static_c… in appendObject() 82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject() 85 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,pTable->getImpl()); in appendObject() 93 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
|
H A D | ATable.cxx | 58 ,m_pCatalog(_pCatalog) in OAdoTable() 69 ,m_pCatalog(_pCatalog) in OAdoTable() 97 …m_pColumns = new OColumns(*this,m_aMutex,aVector,aColumns,isCaseSensitive(),m_pCatalog->getConnect… in refreshColumns() 114 m_pKeys = new OKeys(*this,m_aMutex,aVector,aKeys,isCaseSensitive(),m_pCatalog->getConnection()); in refreshKeys() 131 …m_pIndexes = new OIndexes(*this,m_aMutex,aVector,aIndexes,isCaseSensitive(),m_pCatalog->getConnect… in refreshIndexes() 165 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in rename() 172 return m_pCatalog->getConnection()->getMetaData(); in getMetaData() 190 ADOS::ThrowException(*(m_pCatalog->getConnection()->getConnection()),*this); in alterColumnByName()
|
H A D | AUser.cxx | 47 ,m_pCatalog(_pParent) in OAdoUser() 59 , m_pCatalog(_pParent) in OAdoUser() 74 m_pGroups = new OGroups(m_pCatalog,m_aMutex,aVector,aGroups,isCaseSensitive()); in refreshGroups() 190 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in getGrantablePrivileges() 199 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in grantPrivileges() 207 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in revokePrivileges() 216 ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),*this); in changePassword()
|
H A D | AViews.cxx | 70 …m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_VIEW_DESCRIPTOR_ERROR,static_ca… in appendObject() 75 …m_pCatalog->getConnection()->throwGenericSQLException( STR_VIEW_NO_COMMAND_ERROR,static_cast<XType… in appendObject() 82 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in appendObject() 95 …ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(thi… in dropObject()
|
H A D | AGroups.cxx | 51 return new OAdoGroup(m_pCatalog,isCaseSensitive(),_rName); in createObject() 61 return new OAdoGroup(m_pCatalog,isCaseSensitive()); in createDescriptor() 69 …m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_GROUP_DESCRIPTOR_ERROR,static_c… in appendObject()
|
H A D | AUsers.cxx | 50 return new OAdoUser(m_pCatalog,isCaseSensitive(),_rName); in createObject() 60 return new OUserExtend(m_pCatalog,isCaseSensitive()); in createDescriptor() 68 …m_pCatalog->getConnection()->throwGenericSQLException( STR_INVALID_USER_DESCRIPTOR_ERROR,static_ca… in appendObject()
|
H A D | AGroup.cxx | 66 …up(OCatalog* _pParent,sal_Bool _bCase, ADOGroup* _pGroup) : OGroup_ADO(_bCase),m_pCatalog(_pParent) in OAdoGroup() 76 …rent,sal_Bool _bCase, const ::rtl::OUString& _Name) : OGroup_ADO(_Name,_bCase),m_pCatalog(_pParent) in OAdoGroup() 93 m_pUsers = new OUsers(m_pCatalog,m_aMutex,aVector,aUsers,isCaseSensitive()); in refreshUsers()
|
H A D | AConnection.cxx | 61 m_pCatalog(NULL) in OConnection()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 71 OCatalog* m_pCatalog; member in connectivity::ado::OConnection 124 void setCatalog(OCatalog* _pCatalog) { m_pCatalog = _pCatalog; } in setCatalog() 130 return m_pCatalog; in getAdoCatalog()
|
H A D | AGroups.hxx | 43 OCatalog* m_pCatalog; member in connectivity::ado::OGroups 57 ,m_pCatalog(_pParent) in OGroups()
|
H A D | AUsers.hxx | 43 OCatalog* m_pCatalog; member in connectivity::ado::OUsers 58 ,m_pCatalog(_pParent) in OUsers()
|
H A D | AViews.hxx | 40 OCatalog* m_pCatalog; member in connectivity::ado::OViews 53 ,m_pCatalog(_pParent) in OViews()
|
H A D | ATables.hxx | 38 OCatalog* m_pCatalog; member in connectivity::ado::OTables 51 ,m_pCatalog(_pParent) in OTables()
|
H A D | ATable.hxx | 41 OCatalog* m_pCatalog; member in connectivity::ado::OAdoTable 79 OCatalog* getCatalog() const { return m_pCatalog; } in getCatalog()
|
H A D | AGroup.hxx | 40 OCatalog* m_pCatalog; member in connectivity::ado::OAdoGroup
|
H A D | AUser.hxx | 42 OCatalog* m_pCatalog; member in connectivity::ado::OAdoUser
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | advancedsettings.cxx | 86 ,m_pCatalog( NULL ) in SpecialSettingsPage() 198 DELETEZ( m_pCatalog ); in ~SpecialSettingsPage() 227 … { &m_pCatalog, CB_CATALOG, DSID_CATALOG, false }, in impl_initBooleanSettings()
|
H A D | advancedsettings.hxx | 64 CheckBox* m_pCatalog; member in dbaui::SpecialSettingsPage
|