Home
last modified time | relevance | path

Searched refs:xSupplyTables (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx208 if (xFormProps.is() && xSupplyTables.is()) in getColumns()
216 Reference< XNameAccess > xTables = xSupplyTables->getTables(); in getColumns()
993 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in createDatabaseForm() local
994 Reference< XNameAccess > xTables = xSupplyTables.is() ? in createDatabaseForm()
995 xSupplyTables->getTables() : Reference< XNameAccess > (); in createDatabaseForm()
1058 if (xSupplyTables.is()) in getDataSources()
1059 xTables = xSupplyTables->getTables(); in getDataSources()
1196 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in setActiveDataSource() local
1197 if(xSupplyTables.is()) in setActiveDataSource()
1199 Reference< XNameAccess > xAccess = xSupplyTables->getTables(); in setActiveDataSource()
[all …]
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx586 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in initContext() local
587 …if (xSupplyTables.is() && xSupplyTables->getTables().is() && xSupplyTables->getTables()->hasByName… in initContext()
590 m_aContext.xObjectContainer = xSupplyTables->getTables(); in initContext()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx630 Reference< XTablesSupplier > xSupplyTables( _rxConnection, UNO_QUERY ); in getFieldsByCommandDescriptor() local
631 if ( xSupplyTables.is() ) in getFieldsByCommandDescriptor()
632 xObjectCollection = xSupplyTables->getTables(); in getFieldsByCommandDescriptor()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2510 Reference< XTablesSupplier > xSupplyTables( m_xRowSetConnection, UNO_QUERY ); in impl_fillTableNames_throw() local
2512 if ( xSupplyTables.is() ) in impl_fillTableNames_throw()
2513 xTableNames = xSupplyTables->getTables(); in impl_fillTableNames_throw()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx332 Reference< XTablesSupplier > xSupplyTables(xConnection, UNO_QUERY); in ExecuteDrop() local
334 xSupplyTables->getTables()->getByName(sCommand) >>= xSupplyColumns; in ExecuteDrop()

Completed in 69 milliseconds