| /aoo4110/main/connectivity/source/drivers/hsqldb/ | 
| H A D | HTables.cxx | 59 …qualifiedNameComponents(m_xMetaData,_rName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in createObject()136 …edNameComponents(m_xMetaData,_sElementName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in dropObject()
 148 …oseTableName( m_xMetaData, sCatalog, sSchema, sTable, sal_True, ::dbtools::eInDataManipulation ) );  in dropObject()
 193 …return ::dbtools::composeTableName( m_xMetaData, _xObject, ::dbtools::eInDataManipulation, false, …  in getNameForObject()
 
 | 
| H A D | HUser.cxx | 103 …ols::qualifiedNameComponents(xMeta,objName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in findPrivilegesAndGrantPrivileges()241 		sGrant += ::dbtools::quoteTableName(xMeta,objName,::dbtools::eInDataManipulation);  in grantPrivileges()
 271 		sGrant += ::dbtools::quoteTableName(xMeta,objName,::dbtools::eInDataManipulation);  in revokePrivileges()
 
 | 
| H A D | HTable.cxx | 398 …lifiedNameComponents(getMetaData(),newName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in rename()401 …( getMetaData(), m_CatalogName, m_SchemaName, m_Name, sal_True, ::dbtools::eInDataManipulation ) );  in rename()
 404 …oseTableName( getMetaData(), sCatalog, sSchema, sTable, sal_True, ::dbtools::eInDataManipulation );  in rename()
 
 | 
| H A D | HViews.cxx | 77 										::dbtools::eInDataManipulation);  in createObject()161 …= ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::eInDataManipulation, false, fal…  in createView()
 
 | 
| H A D | HView.cxx | 104 …        m_xMetaData, m_CatalogName, m_SchemaName, m_Name, true, ::dbtools::eInDataManipulation ) );  in IMPLEMENT_FORWARD_XINTERFACE2()
 | 
| /aoo4110/main/connectivity/source/drivers/mysql/ | 
| H A D | YTables.cxx | 59 …qualifiedNameComponents(m_xMetaData,_rName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in createObject()153 …edNameComponents(m_xMetaData,_sElementName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in dropObject()
 165 …oseTableName( m_xMetaData, sCatalog, sSchema, sTable, sal_True, ::dbtools::eInDataManipulation ) );  in dropObject()
 226 …return ::dbtools::composeTableName( m_xMetaData, _xObject, ::dbtools::eInDataManipulation, false, …  in getNameForObject()
 
 | 
| H A D | YUser.cxx | 103 …ols::qualifiedNameComponents(xMeta,objName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in findPrivilegesAndGrantPrivileges()240 		sGrant += ::dbtools::quoteTableName(xMeta,objName,::dbtools::eInDataManipulation);  in grantPrivileges()
 270 		sGrant += ::dbtools::quoteTableName(xMeta,objName,::dbtools::eInDataManipulation);  in revokePrivileges()
 
 | 
| H A D | YViews.cxx | 65 										::dbtools::eInDataManipulation);  in createObject()155 …= ::dbtools::composeTableName( m_xMetaData, descriptor, ::dbtools::eInDataManipulation, false, fal…  in createView()
 
 | 
| /aoo4110/main/dbaccess/source/ui/dlg/ | 
| H A D | AdabasStat.cxx | 133 				aStmt += ::dbtools::quoteTableName(xMetaData,sSchema,::dbtools::eInDataManipulation);  in OAdabasStatistics()187 					aStmt += ::dbtools::quoteTableName(xMetaData,sSchema,::dbtools::eInDataManipulation);  in OAdabasStatistics()
 230 						aStmt += ::dbtools::quoteTableName(xMetaData,sSchema,::dbtools::eInDataManipulation);  in OAdabasStatistics()
 243 						aStmt += ::dbtools::quoteTableName(xMetaData,sSchema,::dbtools::eInDataManipulation);  in OAdabasStatistics()
 
 | 
| H A D | dlgsave.cxx | 305 														::dbtools::eInDataManipulation);  in OSaveAsDlg()388                 ::dbtools::eInDataManipulation  in IMPL_LINK()
 
 | 
| H A D | queryfilter.cxx | 384 …ameComponents( m_xMetaData, sTableName, aCatlog, aSchema, aTable, ::dbtools::eInDataManipulation );  in getCondition()385 …omposeTableName( m_xMetaData, aCatlog, aSchema, aTable, sal_True, ::dbtools::eInDataManipulation );  in getCondition()
 
 | 
| /aoo4110/main/connectivity/source/commontools/ | 
| H A D | TTableHelper.cxx | 392 …s::composeTableName(getMetaData(),sCatalog,aSchema,aName,sal_False,::dbtools::eInDataManipulation);  in refreshForgeinKeys()513 …lifiedNameComponents(getMetaData(),newName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in rename()
 516 …TableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sal_True,::dbtools::eInDataManipulation);  in rename()
 519 …s::composeTableName(getMetaData(),sCatalog,sSchema,sTable,sal_True,::dbtools::eInDataManipulation);  in rename()
 561 …ableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sal_False,::dbtools::eInDataManipulation);  in getName()
 
 | 
| H A D | statementcomposer.cxx | 141 …Data.xConnection->getMetaData(), _rData.sCommand, sCatalog, sSchema, sTable, eInDataManipulation );  in lcl_ensureUpToDateComposer_nothrow()
 | 
| /aoo4110/main/connectivity/source/drivers/adabas/ | 
| H A D | BUser.cxx | 131 …ols::qualifiedNameComponents(xMeta,objName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in getAnyTablePrivileges()205 		sGrant += ::dbtools::quoteTableName(xMeta,objName,::dbtools::eInDataManipulation);  in grantPrivileges()
 231 		sGrant += ::dbtools::quoteTableName(xMeta,objName,::dbtools::eInDataManipulation);  in revokePrivileges()
 
 | 
| /aoo4110/main/dbaccess/source/ui/control/ | 
| H A D | tabletree.cxx | 510 …edNameComponents( _rxMeta, _rTableName, sCatalog, sSchema, sName, ::dbtools::eInDataManipulation );  in implAddEntry()669 …s::composeTableName( xMeta, sCatalog, sSchema, sTable, sal_False, ::dbtools::eInDataManipulation );  in getQualifiedTableName()
 689 		qualifiedNameComponents(xMeta, _rName, sCatalog, sSchema, sName,::dbtools::eInDataManipulation);  in getEntryByQualifiedName()
 
 | 
| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | OptimisticSet.cxx | 249 …edNameComponents(xMetaData,aSqlIter->first,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in updateRow()324 …edNameComponents(xMetaData,aSqlIter->first,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in insertRow()
 414 …edNameComponents(xMetaData,aSqlIter->first,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in deleteRow()
 713 …edNameComponents(xMetaData,aSqlIter->first,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in fillMissingValues()
 
 | 
| H A D | SingleSelectQueryComposer.cxx | 545 …lifiedNameComponents(m_xMetaData,sTableName,aCatlog,aSchema,aTable,::dbtools::eInDataManipulation);  in impl_getColumnName_throw()546 …omposeTableName( m_xMetaData, aCatlog, aSchema, aTable, sal_True, ::dbtools::eInDataManipulation );  in impl_getColumnName_throw()
 1354 …poseTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_False, ::dbtools::eInDataManipulation );  in getTableAlias()
 1386 …mposeTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_True, ::dbtools::eInDataManipulation );  in getTableAlias()
 1646 …lifiedNameComponents(m_xMetaData,sTableName,aCatlog,aSchema,aTable,::dbtools::eInDataManipulation);  in setConditionByColumn()
 1647 …omposeTableName( m_xMetaData, aCatlog, aSchema, aTable, sal_True, ::dbtools::eInDataManipulation );  in setConditionByColumn()
 
 | 
| H A D | KeySet.cxx | 243 …:composeTableName( i_xMeta, sCatalog, sSchema, sTable, sal_False, ::dbtools::eInDataManipulation );  in findTableColumnsMatching_throw()281 …pend(::dbtools::quoteTableName( xMeta,aPosIter->second.sTableName,::dbtools::eInDataManipulation));  in createKeyFilter()
 332 …tTableName = ::dbtools::composeTableName( xMeta, xProp, ::dbtools::eInDataManipulation, false, fal…  in construct()
 858 …nnection->getMetaData(),m_sUpdateTableName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in executeInsert()
 1631 …oseTableName( xMetaData, _sCatalog, _sSchema, _sTable, sal_False, ::dbtools::eInDataManipulation );  in getComposedTableName()
 1641 …ameComponents(xMetaData,m_sUpdateTableName,sCatalog,sSchema,sTable,::dbtools::eInDataManipulation);  in getComposedTableName()
 
 | 
| H A D | FilteredContainer.cxx | 148                 sal_False, ::dbtools::eInDataManipulation )  in lcl_ensureComposedName()431 …return ::dbtools::composeTableName( m_xMetaData, _xObject, ::dbtools::eInDataManipulation, false, …  in getNameForObject()
 
 | 
| H A D | viewcontainer.cxx | 110 											::dbtools::eInDataManipulation);  in createObject()
 | 
| /aoo4110/main/dbaccess/source/ui/misc/ | 
| H A D | WCopyTable.cxx | 134 …sName = ::dbtools::composeTableName( m_xMetaData, m_xObject, ::dbtools::eInDataManipulation, false…  in getQualifiedObjectName()636 											::dbtools::eInDataManipulation);  in OCopyTableWizard()
 1301 											::dbtools::eInDataManipulation);  in createTable()
 1336 …oseTableName( m_xDestConnection->getMetaData(), xTable, ::dbtools::eInDataManipulation, false, fal…  in createTable()
 
 | 
| /aoo4110/main/connectivity/source/sdbcx/ | 
| H A D | VCatalog.cxx | 208 …seTableName( m_xMetaData, sCatalog, sSchema, sTable, sal_False, ::dbtools::eInDataManipulation ) );  in buildName()
 | 
| H A D | VView.cxx | 116 …ame( m_xMetaData, m_CatalogName, m_SchemaName, m_Name, sal_False, ::dbtools::eInDataManipulation );  in getName()
 | 
| /aoo4110/main/dbaccess/source/sdbtools/connection/ | 
| H A D | tablename.cxx | 223                 { CompositionType::ForDataManipulation,      eInDataManipulation },  in lcl_translateCompositionType_throw()
 | 
| /aoo4110/main/extensions/source/bibliography/ | 
| H A D | datman.cxx | 1028 …omponents( xMetaData, aActiveDataTable, sCatalog, sSchema, sName, ::dbtools::eInDataManipulation );  in createDatabaseForm()1218 …omponents( xMetaData, aActiveDataTable, sCatalog, sSchema, sName, ::dbtools::eInDataManipulation );  in setActiveDataSource()
 1290 …omponents( xMetaData, aActiveDataTable, sCatalog, sSchema, sName, ::dbtools::eInDataManipulation );  in setActiveDataTable()
 
 |