Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/docshell/
H A Ddocsh8.cxx788 uno::Reference<sdbcx::XColumnsSupplier> xColumnsSupp( xTableDesc, uno::UNO_QUERY ); in DBaseExport() local
789 DBG_ASSERT( xColumnsSupp.is(), "can't get columns supplier" ); in DBaseExport()
790 if (!xColumnsSupp.is()) return SCERR_EXPORT_CONNECT; in DBaseExport()
792 uno::Reference<container::XNameAccess> xColumns = xColumnsSupp->getColumns(); in DBaseExport()
/aoo4110/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1338 Reference<XColumnsSupplier> xColumnsSupp; in getTableAlias() local
1339 m_pTables->getByName(*pBegin) >>= xColumnsSupp; in getTableAlias()
1341 if(xColumnsSupp.is() && xColumnsSupp->getColumns()->hasByName(aColumnName)) in getTableAlias()

Completed in 39 milliseconds