Lines Matching refs:sComposedName
277 ::rtl::OUString sComposedName; in lcl_findTableInMetaData()
291 sComposedName = ::rtl::OUString(); in lcl_findTableInMetaData()
305 sComposedName = ::dbtools::composeTableName( in lcl_findTableInMetaData()
315 return sComposedName; in lcl_findTableInMetaData()
379 ::rtl::OUString sComposedName( _rComposedName ); in impl_locateRecordSource()
384 …qualifiedNameComponents( m_pImpl->m_xDatabaseMetaData, sComposedName, sCatalog, sSchema, sName, ::… in impl_locateRecordSource()
387 …sExist = m_pImpl->m_xQueryContainer.is() && m_pImpl->m_xQueryContainer->hasByName( sComposedName ); in impl_locateRecordSource()
390 if ( !bQueryDoesExist && !m_pImpl->m_xTableContainer->hasByName( sComposedName ) ) in impl_locateRecordSource()
391 … sComposedName = lcl_findTableInMetaData( m_pImpl->m_xDatabaseMetaData, sCatalog, sSchema, sName ); in impl_locateRecordSource()
392 bool bTableDoesExist = m_pImpl->m_xTableContainer->hasByName( sComposedName ); in impl_locateRecordSource()
413 if ( !m_pImpl->isQueryAllowed( sComposedName ) ) in impl_locateRecordSource()
419 m_pImpl->m_xQueryContainer->getByName( sComposedName ) >>= aReturn; in impl_locateRecordSource()
422 ForbidQueryName aForbidName( *m_pImpl, sComposedName ); in impl_locateRecordSource()
426 m_pImpl->m_xTableContainer->getByName( sComposedName ) >>= aReturn; in impl_locateRecordSource()
440 impl_appendError( IParseContext::ERROR_INVALID_TABLE, &sComposedName ); in impl_locateRecordSource()