/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BIndexes.cxx | 104 ::rtl::OUString aQuote = m_pTable->getMetaData()->getIdentifierQuoteString( ); in appendObject() 114 aSql = aSql + aQuote + _rForName + aQuote in appendObject() 116 + aQuote + m_pTable->getSchema() + aQuote + sDot in appendObject() 117 + aQuote + m_pTable->getTableName() + aQuote in appendObject() 127 …aSql = aSql + aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameB… in appendObject() 139 …aSql = aSql + aQuote + m_pTable->getSchema() + aQuote + sDot + aQuote + m_pTable->getTableName() +… in appendObject() 149 … = aSql + sDot + aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNa… in appendObject() 174 (((aSql += aQuote) += aSchema) += aQuote) += sDot; in dropObject() 176 (((aSql += aQuote) += aName) += aQuote) += ::rtl::OUString::createFromAscii(" ON "); in dropObject() 178 (((aSql += aQuote) += m_pTable->getSchema()) += aQuote) += sDot; in dropObject() [all …]
|
H A D | BTables.cxx | 120 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in setComments() 122 …aSql += aQuote + getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByInd… in setComments() 135 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in setComments() 136 …aSql += aQuote + getString(descriptor->getPropertyValue(OMetaConnection::getPropMap().getNameByInd… in setComments() 137 + aQuote; in setComments() 231 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable() 270 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable() 287 …aSql += aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex… in createTable() 308 aSql += aQuote + aSchema + aQuote + sDot in createTable() 309 + aQuote + aName + aQuote in createTable() [all …]
|
H A D | BKeys.cxx | 64 …const ::rtl::OUString aQuote = getTable()->getConnection()->getMetaData()->getIdentifierQuoteStrin… in appendObject() local 87 …aSql = aSql + aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameB… in appendObject() 105 + aQuote + aSchema + aQuote + sDot + aQuote + aName + aQuote; in appendObject() 112 …ql = aSql + aQuote + getString(xColProp->getPropertyValue(OMetaConnection::getPropMap().getNameByI… in appendObject()
|
H A D | BGroups.cxx | 64 ::rtl::OUString aQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in appendObject() 66 aSql = aSql + aQuote + _rForName + aQuote; in appendObject() 79 ::rtl::OUString aQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in dropObject() 81 aSql = aSql + aQuote + _sElementName + aQuote; in dropObject()
|
H A D | BUsers.cxx | 68 ::rtl::OUString aQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in appendObject() 73 aSql += ::dbtools::quoteName(aQuote,sUserName) in appendObject() 114 ::rtl::OUString aQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in dropObject() 115 aSql += ::dbtools::quoteName(aQuote,_sElementName); in dropObject()
|
H A D | BViews.cxx | 161 …::rtl::OUString aQuote = static_cast<OAdabasCatalog&>(m_rParent).getConnection()->getMetaData()->g… in createView() 167 aSql += ::dbtools::quoteName(aQuote, sSchema) + sDot; in createView() 171 …aSql += ::dbtools::quoteName(aQuote, getString(descriptor->getPropertyValue(OMetaConnection::getPr… in createView()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | XMLRangeHelper.cxx | 173 static const sal_Unicode aQuote( '\'' ); in lcl_getCellAddressFromXMLString() local 188 else if( rXMLString[ nDelimiterPos ] == aQuote ) in lcl_getCellAddressFromXMLString() 213 if( pBuf[ 0 ] == aQuote && in lcl_getCellAddressFromXMLString() 214 pBuf[ aTableNameBuffer.getLength() - 1 ] == aQuote ) in lcl_getCellAddressFromXMLString() 248 static const sal_Unicode aQuote( '\'' ); in lcl_getCellRangeAddressFromXMLString() local 261 else if( rXMLString[ nDelimiterPos ] == aQuote ) in lcl_getCellRangeAddressFromXMLString() 308 static const sal_Unicode aQuote( '\'' ); in getCellRangeFromXMLString() local 339 else if( rXMLString[ nEndPos ] == aQuote ) in getCellRangeFromXMLString() 361 static const sal_Unicode aQuote( '\'' ); in getXMLStringFromCellRange() local 374 aBuffer.append( aQuote ); in getXMLStringFromCellRange() [all …]
|
/aoo41x/main/chart2/source/tools/ |
H A D | XMLRangeHelper.cxx | 173 static const sal_Unicode aQuote( '\'' ); in lcl_getCellAddressFromXMLString() local 188 else if( rXMLString[ nDelimiterPos ] == aQuote ) in lcl_getCellAddressFromXMLString() 211 if( pBuf[ 0 ] == aQuote && in lcl_getCellAddressFromXMLString() 212 pBuf[ aTableNameBuffer.getLength() - 1 ] == aQuote ) in lcl_getCellAddressFromXMLString() 248 static const sal_Unicode aQuote( '\'' ); in lcl_getCellRangeAddressFromXMLString() local 261 else if( rXMLString[ nDelimiterPos ] == aQuote ) in lcl_getCellRangeAddressFromXMLString() 313 static const sal_Unicode aQuote( '\'' ); in getCellRangeFromXMLString() local 345 else if( rXMLString[ nEndPos ] == aQuote ) in getCellRangeFromXMLString() 367 static const sal_Unicode aQuote( '\'' ); in getXMLStringFromCellRange() local 380 aBuffer.append( aQuote ); in getXMLStringFromCellRange() [all …]
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 542 const String aQuote(m_pTable->getConnection()->getMetaData()->getIdentifierQuoteString()); in CreateImpl() local 545 aStatement += aQuote; in CreateImpl() 547 aStatement += aQuote; in CreateImpl() 549 aStatement += aQuote; in CreateImpl() 551 aStatement += aQuote; in CreateImpl() 553 aStatement += aQuote; in CreateImpl() 555 aStatement += aQuote; in CreateImpl()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HUsers.cxx | 80 ::rtl::OUString aQuote = m_xConnection->getMetaData()->getIdentifierQuoteString( ); in appendObject() 82 aSql += ::dbtools::quoteName(aQuote,sUserName) in appendObject() 106 ::rtl::OUString aQuote = m_xConnection->getMetaData()->getIdentifierQuoteString( ); in dropObject() 107 aSql += ::dbtools::quoteName(aQuote,_sElementName); in dropObject()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YUsers.cxx | 80 ::rtl::OUString aQuote = m_xConnection->getMetaData()->getIdentifierQuoteString( ); in appendObject() 82 aSql += ::dbtools::quoteName(aQuote,sUserName) in appendObject() 105 ::rtl::OUString aQuote = m_xConnection->getMetaData()->getIdentifierQuoteString( ); in dropObject() 106 aSql += ::dbtools::quoteName(aQuote,_sElementName); in dropObject()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | QueryDesignView.cxx | 454 ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString(); in BuildTable() 698 const ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString(); in GenerateSelectList() local 739 aTmpStr.append(::dbtools::quoteName(aQuote, rFieldName)); in GenerateSelectList() 763 aTmpStr.append(::dbtools::quoteName(aQuote, rFieldAlias)); in GenerateSelectList() 803 const ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString(); in GenerateCriterias() local 832 aWork += quoteTableAlias(bMulti,pEntryField->GetAlias(),aQuote); in GenerateCriterias() 837 aWork += ::dbtools::quoteName(aQuote, aFieldName); in GenerateCriterias() 972 ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString(); in GenerateOrder() 1010 aWorkStr += ::dbtools::quoteName(aQuote, aColumnName); in GenerateOrder() 1021 aWorkStr += ::dbtools::quoteName(aQuote, aColumnName); in GenerateOrder() [all …]
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | TKeys.cxx | 168 … ::rtl::OUString aQuote = m_pTable->getConnection()->getMetaData()->getIdentifierQuoteString( ); in appendObject() 193 …aSql.append( ::dbtools::quoteName( aQuote,getString(xColProp->getPropertyValue(rPropMap.getNameByI… in appendObject() 209 …aSql.append(::dbtools::quoteName( aQuote,getString(xColProp->getPropertyValue(rPropMap.getNameByIn… in appendObject() 301 …const ::rtl::OUString aQuote = m_pTable->getConnection()->getMetaData()->getIdentifierQuoteString(… in dropObject() local 302 aSql.append( ::dbtools::quoteName( aQuote,_sElementName) ); in dropObject()
|
H A D | TIndexes.cxx | 147 ::rtl::OUString aQuote = m_pTable->getMetaData()->getIdentifierQuoteString( ); in appendObject() 162 aSql.append( ::dbtools::quoteName( aQuote, _rForName ) ); in appendObject() 175 …aSql.append(::dbtools::quoteName( aQuote,comphelper::getString(xColProp->getPropertyValue(rPropMap… in appendObject() 203 …aSql.append(::dbtools::quoteName( aQuote,comphelper::getString(xColProp->getPropertyValue(rPropMap… in appendObject()
|
H A D | TColumnsHelper.cxx | 181 ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString( ); in appendObject() 204 ::rtl::OUString aQuote = xMetaData->getIdentifierQuoteString( ); in dropObject() 208 aSql += ::dbtools::quoteName( aQuote,_sElementName); in dropObject()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 703 const String aQuote( '"' ); in PasteDDE() local 708 aFormula += aQuote; in PasteDDE() 710 aFormula += aQuote; in PasteDDE() 712 aFormula += aQuote; in PasteDDE() 714 aFormula += aQuote; in PasteDDE() 716 aFormula += aQuote; in PasteDDE() 718 aFormula += aQuote; in PasteDDE()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 272 const ::rtl::OUString aQuote = getIdentifierQuoteString(); in createKeyFilter() local 283 aFilter.append(::dbtools::quoteName( aQuote,aPosIter->second.sRealName)); in createKeyFilter() 321 const ::rtl::OUString aQuote = getIdentifierQuoteString(); in construct() local 454 const ::rtl::OUString aQuote = getIdentifierQuoteString(); in deleteRows() local 470 aCondition.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in deleteRows() 542 ::rtl::OUString aQuote = getIdentifierQuoteString(); in updateRow() 605 aSql.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in updateRow() 722 ::rtl::OUString aQuote = getIdentifierQuoteString(); in insertRow() 738 aSql.append(::dbtools::quoteName( aQuote,aIter->second.sRealName)); in insertRow() 1004 ::rtl::OUString aQuote = getIdentifierQuoteString(); in deleteRow() [all …]
|
H A D | OptimisticSet.cxx | 185 ::rtl::OUString aQuote = getIdentifierQuoteString(); in updateRow() 205 … const ::rtl::OUString sQuotedColumnName = ::dbtools::quoteName( aQuote,aIter->second.sRealName); in updateRow() 273 ::rtl::OUString aQuote = getIdentifierQuoteString(); in insertRow() 286 … const ::rtl::OUString sQuotedColumnName = ::dbtools::quoteName( aQuote,aIter->second.sRealName); in insertRow() 382 ::rtl::OUString aQuote = getIdentifierQuoteString(); in deleteRow() 399 … const ::rtl::OUString sQuotedColumnName = ::dbtools::quoteName( aQuote,aIter->second.sRealName); in deleteRow() 683 ::rtl::OUString aQuote = getIdentifierQuoteString(); in fillMissingValues() 692 …const ::rtl::OUString sQuotedColumnName = ::dbtools::quoteName( aQuote,aColIter->second.sRealName); in fillMissingValues()
|
H A D | CacheSet.cxx | 212 ::rtl::OUString aQuote = getIdentifierQuoteString(); in insertRow() 219 aSql.append(::dbtools::quoteName( aQuote,m_xSetMetaData->getColumnName(i++))); in insertRow() 301 ::rtl::OUString aQuote = getIdentifierQuoteString(); in fillParameters() 315 _sCondition.append(::dbtools::quoteName( aQuote,aColumnName)); in fillParameters() 330 _sCondition.append(::dbtools::quoteName( aQuote,aColumnName)); in fillParameters() 342 _sParameter.append(::dbtools::quoteName( aQuote,aColumnName)); in fillParameters() 407 ::rtl::OUString aQuote = getIdentifierQuoteString(); in deleteRow()
|
H A D | SingleSelectQueryComposer.cxx | 522 ::rtl::OUString aQuote = m_xMetaData->getIdentifierQuoteString(); in impl_getColumnName_throw() 549 sTableName = ::dbtools::quoteName(aQuote,sTableName); in impl_getColumnName_throw() 553 aNewName += ::dbtools::quoteName(aQuote,sRealName); in impl_getColumnName_throw() 557 aNewName = ::dbtools::quoteName(aQuote,aName); in impl_getColumnName_throw() 560 aNewName = getTableAlias(column) + ::dbtools::quoteName(aQuote,aName); in impl_getColumnName_throw() 1629 const ::rtl::OUString aQuote = m_xMetaData->getIdentifierQuoteString(); in setConditionByColumn() local 1650 sTableName = ::dbtools::quoteName(aQuote,sTableName); in setConditionByColumn() 1656 aSQL.append( ::dbtools::quoteName( aQuote, sRealName ) ); in setConditionByColumn() 1665 aSQL.append( ::dbtools::quoteName( aQuote, aName ) ); in setConditionByColumn()
|
/aoo41x/main/sax/source/tools/ |
H A D | fastserializer.cxx | 58 static rtl::ByteSequence aQuote((const sal_Int8 *)"\"", 1); variable 257 writeBytes(toUnoSequence(aQuote)); in writeFastAttributeList() 274 writeBytes(toUnoSequence(aQuote)); in writeFastAttributeList()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | DExport.cxx | 852 ::rtl::OUString aQuote; in createPreparedStatment() 854 aQuote = _xMetaData->getIdentifierQuoteString(); in createPreparedStatment() 875 aInsertList[aFind->first] = ::dbtools::quoteName( aQuote,*(pIter+i)); in createPreparedStatment()
|
/aoo41x/main/forms/source/component/ |
H A D | ComboBox.cxx | 555 ::rtl::OUString aQuote = xMeta->getIdentifierQuoteString(); in loadData() 562 aStatement.append ( quoteName( aQuote, aFieldName ) ); in loadData()
|
H A D | ListBox.cxx | 747 ::rtl::OUString aQuote = xMeta->getIdentifierQuoteString(); in loadData() 752 aStatement += quoteName(aQuote,aFieldName); in loadData() 756 aStatement += quoteName(aQuote, aBoundFieldName); in loadData()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | queryfilter.cxx | 398 …const ::rtl::OUString aQuote = m_xMetaData.is() ? m_xMetaData->getIdentifierQuoteString() : ::rtl:… in getCondition() local 399 _rFilter.Name = ::dbtools::quoteName(aQuote,_rFilter.Name); in getCondition()
|