Home
last modified time | relevance | path

Searched refs:xTableNames (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2511 Reference< XNameAccess > xTableNames; in impl_fillTableNames_throw() local
2513 xTableNames = xSupplyTables->getTables(); in impl_fillTableNames_throw()
2514 …DBG_ASSERT( xTableNames.is(), "FormComponentPropertyHandler::impl_fillTableNames_throw: no way to … in impl_fillTableNames_throw()
2515 if ( !xTableNames.is() ) in impl_fillTableNames_throw()
2518 Sequence< ::rtl::OUString> aTableNames = xTableNames->getElementNames(); in impl_fillTableNames_throw()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx459 const Reference< XNameAccess > xTableNames( xSuppTables->getTables(), UNO_QUERY_THROW ); in impl_sanitizeRowSetClauses_nothrow() local
488 if ( !xTableNames->hasByName( sTableName ) ) in impl_sanitizeRowSetClauses_nothrow()
494 …const Reference< XColumnsSupplier > xSuppTableColumns( xTableNames->getByName( sTableName ), UNO_Q… in impl_sanitizeRowSetClauses_nothrow()

Completed in 59 milliseconds