| /AOO41X/main/connectivity/source/drivers/ado/ ! |
| H A D | ACatalog.cxx | 80 …(this,m_aMutex,aVector,aTables,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshTables() 93 …s(this,m_aMutex,aVector,aViews,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshViews() 106 …(this,m_aMutex,aVector,aGroups,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshGroups() 119 …s(this,m_aMutex,aVector,aUsers,m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in refreshUsers()
|
| /AOO41X/main/connectivity/source/drivers/dbase/ ! |
| H A D | DIndexColumns.cxx | 68 … ,pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createObject() 81 …Column(m_pIndex->getTable()->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createDescriptor()
|
| H A D | DTable.cxx | 339 const sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in fillColumns() 2250 … xCopyColumn = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn() 2275 … xCpy = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn() 2291 … xCpy = new OColumn(getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in alterColumn() 2432 sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in addColumn() 2505 sal_Bool bCase = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in dropColumn()
|
| /AOO41X/main/connectivity/source/drivers/file/ ! |
| H A D | FTable.cxx | 49 : OTable_TYPEDEF(_pTables,_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()) in DBG_NAME() 71 … ) : OTable_TYPEDEF(_pTables,_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers(), in OFileTable()
|
| H A D | FColumns.cxx | 71 … m_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in createObject()
|
| /AOO41X/main/dbaccess/source/core/api/ ! |
| H A D | table.cxx | 84 …onn,_rxConn->getMetaData().is() && _rxConn->getMetaData()->supportsMixedCaseQuotedIdentifiers(), _… in DBG_NAME() 101 …xConn, _rxConn->getMetaData().is() && _rxConn->getMetaData()->supportsMixedCaseQuotedIdentifiers()) in ODBTable()
|
| H A D | SingleSelectQueryComposer.cxx | 771 …m_pTables = new OPrivateTables(aTables,m_xMetaData->supportsMixedCaseQuotedIdentifiers(),*this,m_a… in getTables() 804 bCase = m_xMetaData->supportsMixedCaseQuotedIdentifiers(); in getColumns() 1404 …ParameterColumns] = new OPrivateColumns(aCols,m_xMetaData->supportsMixedCaseQuotedIdentifiers(),*t… in getParameters() 1459 …tColumns[_eType] = new OPrivateColumns(_rCols,m_xMetaData->supportsMixedCaseQuotedIdentifiers(),*t… in setCurrentColumns()
|
| H A D | query.cxx | 227 aParseColumns, xDBMeta->supportsMixedCaseQuotedIdentifiers(), *this, m_aMutex ); in IMPLEMENT_FORWARD_XINTERFACE3()
|
| H A D | preparedstatement.cxx | 62 …lumns = new OColumns(*this, m_aMutex, xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers(),::… in DBG_NAME()
|
| /AOO41X/main/dbaccess/source/ui/misc/ ! |
| H A D | WColumnSelect.cxx | 240 ::comphelper::TStringMixEqualFunctor aCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in IMPL_LINK() 290 ::comphelper::TStringMixEqualFunctor aCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in IMPL_LINK()
|
| H A D | WTypeSelect.cxx | 154 if ( getMetaData().is() && !getMetaData()->supportsMixedCaseQuotedIdentifiers() ) in CellModified()
|
| /AOO41X/main/connectivity/source/inc/file/ ! |
| H A D | FColumns.hxx | 48 …llection(*_pTable,_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(),_r… in OColumns()
|
| H A D | FTables.hxx | 45 …ector &_rVector) : sdbcx::OCollection(_rParent,_rMetaData->supportsMixedCaseQuotedIdentifiers(),_r… in OTables()
|
| /AOO41X/main/connectivity/source/inc/dbase/ ! |
| H A D | DIndexColumns.hxx | 47 …Index,_pIndex->getTable()->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(),_r… in ODbaseIndexColumns()
|
| H A D | DIndexes.hxx | 49 …xes_BASE(*_pTable,_pTable->getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(),_r… in ODbaseIndexes()
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ ! |
| H A D | SelectionBrowseBox.cxx | 666 ::comphelper::UStringMixEqual bCase(_xMetaData->supportsMixedCaseQuotedIdentifiers()); in fillColumnRef() 799 ::comphelper::UStringMixEqual bCase(xMetaData->supportsMixedCaseQuotedIdentifiers()); in saveField() 1773 …nst ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in AddGroupBy() 1856 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in AddCondition() 1949 ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in AddOrder()
|
| H A D | QTableWindow.cxx | 237 … ::comphelper::UStringMixEqual bCase(xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in ExistsField()
|
| H A D | TableWindowListBox.cxx | 133 bCase = xMeta->supportsMixedCaseQuotedIdentifiers(); in GetEntryFromText()
|
| /AOO41X/main/connectivity/source/drivers/calc/ ! |
| H A D | CTable.cxx | 469 …phelper::UStringMixEqual aCase(m_pConnection->getMetaData()->supportsMixedCaseQuotedIdentifiers()); in fillColumns() 470 …sMixedCaseQuotedIdentifiers = getConnection()->getMetaData()->supportsMixedCaseQuotedIdentifiers(); in fillColumns()
|
| /AOO41X/main/dbaccess/source/ui/tabledesign/ ! |
| H A D | TableController.cxx | 975 …phelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers() : … in checkColumns() 1058 …per::UStringMixLess> aColumns(xMetaData.is() ? (xMetaData->supportsMixedCaseQuotedIdentifiers() ? … in alterColumns() 1524 …phelper::UStringMixEqual bCase(xMetaData.is() ? xMetaData->supportsMixedCaseQuotedIdentifiers() : … in createUniqueName()
|
| /AOO41X/main/connectivity/source/commontools/ ! |
| H A D | TDatabaseMetaDataBase.cxx | 300 sal_Bool SAL_CALL ODatabaseMetaDataBase::supportsMixedCaseQuotedIdentifiers( ) throw(SQLException,… in supportsMixedCaseQuotedIdentifiers() function in ODatabaseMetaDataBase
|
| H A D | predicateinput.cxx | 376 … xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers()); in getPredicateValue()
|
| /AOO41X/main/connectivity/source/parse/ ! |
| H A D | PColumn.cxx | 152 _rxDBMetaData->supportsMixedCaseQuotedIdentifiers() in createColumnForResultSet()
|
| /AOO41X/main/connectivity/source/inc/ ! |
| H A D | TDatabaseMetaDataBase.hxx | 130 …virtual sal_Bool SAL_CALL supportsMixedCaseQuotedIdentifiers( ) throw(::com::sun::star::sdbc::SQL…
|
| /AOO41X/main/dbaccess/source/ui/relationdesign/ ! |
| H A D | RelationController.cxx | 304 :m_aTableData(_xMetaData.is() && _xMetaData->supportsMixedCaseQuotedIdentifiers()) in RelationLoader()
|