/aoo42x/main/connectivity/source/drivers/adabas/ |
H A D | BColumns.cxx | 129 ::rtl::OUString sQuote = m_pTable->getMetaData()->getIdentifierQuoteString( ); in appendObject() 135 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in appendObject() 137 aSql += ::dbtools::quoteName(sQuote,_rForName); in appendObject() 165 ::rtl::OUString sQuote = m_pTable->getMetaData()->getIdentifierQuoteString( ); in dropObject() 168 …aSql += ::dbtools::quoteName(sQuote,m_pTable->getSchema()) + sDot + ::dbtools::quoteName(sQuote,m_… in dropObject() 170 aSql += ::dbtools::quoteName(sQuote,_sElementName); in dropObject()
|
H A D | BTable.cxx | 188 const ::rtl::OUString sQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in alterColumnByName() local 192 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name); in alterColumnByName() 193 sSql += sDot + ::dbtools::quoteName(sQuote,colName); in alterColumnByName() 195 sSql += ::dbtools::quoteName(sQuote,sNewColumnName); in alterColumnByName() 361 const ::rtl::OUString sQuote = m_pConnection->getMetaData()->getIdentifierQuoteString( ); in getAlterTableColumnPart() local 364 sSql += ::dbtools::quoteName(sQuote,m_SchemaName) + sDot + ::dbtools::quoteName(sQuote,m_Name) in getAlterTableColumnPart() 366 + ::dbtools::quoteName(sQuote,_rsColumnName); in getAlterTableColumnPart()
|
/aoo42x/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 281 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterColumnByName() local 282 sSql += ::dbtools::quoteName(sQuote,colName); in alterColumnByName() 304 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterColumnType() local 305 sSql += ::dbtools::quoteName(sQuote,_rColName); in alterColumnType() 328 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterDefaultValue() local 329 sSql += ::dbtools::quoteName(sQuote,_rColName); in alterDefaultValue() 341 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in dropDefaultValue() local 342 sSql += ::dbtools::quoteName(sQuote,_rColName); in dropDefaultValue() 351 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in getAlterTableColumnPart() local
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | HTable.cxx | 212 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterColumnByName() local 216 sSql += ::dbtools::quoteName(sQuote,colName); in alterColumnByName() 219 sSql += ::dbtools::quoteName(sQuote,sNewColumnName); in alterColumnByName() 303 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in alterDefaultValue() local 304 sSql += ::dbtools::quoteName(sQuote,_rColName); in alterDefaultValue() 316 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in dropDefaultValue() local 317 sSql += ::dbtools::quoteName(sQuote,_rColName); in dropDefaultValue() 326 const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in getAlterTableColumnPart() local 395 ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in rename()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | createaddresslistdialog.cxx | 435 OUString sQuote('"'); in SwCreateAddressListDialog() local 436 String sTempMiddle(sQuote); in SwCreateAddressListDialog() 634 OUString sQuote('"'); in IMPL_LINK() local 635 String sTempMiddle(sQuote); in IMPL_LINK() 638 sMiddle += sQuote; in IMPL_LINK() 641 OUString sLine(sQuote); in IMPL_LINK() 658 sLine = sQuote; in IMPL_LINK()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 237 const ::rtl::OUString sQuote(_xMetaData->getIdentifierQuoteString()); in generateColumnNames() local 245 …sSql += ::dbtools::quoteName(sQuote,::comphelper::getString(xColProp->getPropertyValue(rPropMap.ge… in generateColumnNames() 289 const ::rtl::OUString sQuote = xMetaData->getIdentifierQuoteString(); in createStandardKeyStatement() local 300 const ::rtl::OUString sQuote = xMetaData->getIdentifierQuoteString(); in createStandardKeyStatement() local 421 const ::rtl::OUString sQuote = xMetaData->getIdentifierQuoteString(); in lcl_createSDBCXColumn() local 422 ::rtl::OUString sQuotedName = ::dbtools::quoteName(sQuote,_rName); in lcl_createSDBCXColumn()
|
H A D | TTableHelper.cxx | 510 ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); in rename()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | propertyexport.cxx | 509 const ::rtl::OUString sQuote(&_aQuoteCharacter, 1); in exportStringSequenceAttribute() local 511 const sal_Bool bQuote = 0 != sQuote.getLength(); in exportStringSequenceAttribute() 528 sFinalList += sQuote; in exportStringSequenceAttribute() 531 sFinalList += sQuote; in exportStringSequenceAttribute()
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 480 String sQuote( pTextApi->GetText() ); in ExecuteReplyToAnnotation() local 482 if( sQuote.Len() == 0 ) in ExecuteReplyToAnnotation() 483 sQuote = String( RTL_CONSTASCII_USTRINGPARAM( "..." ) ); in ExecuteReplyToAnnotation() 484 aStr.Append( sQuote ); in ExecuteReplyToAnnotation()
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | queryorder.cxx | 270 …::rtl::OUString sQuote = xMetaData.is() ? xMetaData->getIdentifierQuoteString() : ::rtl::OUString(… in GetOrderList() 305 sOrder += ::dbtools::quoteName(sQuote,sName); in GetOrderList()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | CacheSet.cxx | 119 ::rtl::OUString sQuote; in getIdentifierQuoteString() 122 sQuote = xMeta->getIdentifierQuoteString(); in getIdentifierQuoteString() 123 return sQuote; in getIdentifierQuoteString()
|
H A D | KeySet.cxx | 833 const ::rtl::OUString sQuote = getIdentifierQuoteString(); in executeInsert() local 845 sMaxStmt += ::dbtools::quoteName( sQuote,aFind->second.sRealName in executeInsert()
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.cxx | 1499 const ::rtl::OUString sQuote = xDestMetaData->getIdentifierQuoteString(); in impl_getServerSideCopyStatement_throw() local 1511 sColumns.append(sQuote); in impl_getServerSideCopyStatement_throw() 1513 sColumns.append(sQuote); in impl_getServerSideCopyStatement_throw()
|
/aoo42x/main/connectivity/source/drivers/file/ |
H A D | FDatabaseMetaData.cxx | 549 static const ::rtl::OUString sQuote = ::rtl::OUString::createFromAscii("\""); in impl_getIdentifierQuoteString_throw() local 550 return sQuote; in impl_getIdentifierQuoteString_throw()
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 257 const ::rtl::OUString sQuote = m_xMetaData->getIdentifierQuoteString(); in getSelectStatement() local 264 aSQL.append( ::dbtools::quoteName( sQuote, *pColumnName++ ) ); in getSelectStatement()
|